Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVBIOS_P0260_H__
0003 #define __NVBIOS_P0260_H__
0004 u32 nvbios_P0260Te(struct nvkm_bios *,
0005            u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *xnr, u8 *xsz);
0006 
0007 struct nvbios_P0260E {
0008     u32 data;
0009 };
0010 
0011 u32 nvbios_P0260Ee(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
0012 u32 nvbios_P0260Ep(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr,
0013            struct nvbios_P0260E *);
0014 
0015 struct nvbios_P0260X {
0016     u32 data;
0017 };
0018 
0019 u32 nvbios_P0260Xe(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
0020 u32 nvbios_P0260Xp(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr,
0021            struct nvbios_P0260X *);
0022 #endif