Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVBIOS_M0209_H__
0003 #define __NVBIOS_M0209_H__
0004 u32 nvbios_M0209Te(struct nvkm_bios *,
0005            u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *snr, u8 *ssz);
0006 
0007 struct nvbios_M0209E {
0008     u8 v00_40;
0009     u8 bits;
0010     u8 modulo;
0011     u8 v02_40;
0012     u8 v02_07;
0013     u8 v03;
0014 };
0015 
0016 u32 nvbios_M0209Ee(struct nvkm_bios *, int idx,
0017            u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
0018 u32 nvbios_M0209Ep(struct nvkm_bios *, int idx,
0019            u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_M0209E *);
0020 
0021 struct nvbios_M0209S {
0022     u32 data[0x200];
0023 };
0024 
0025 u32 nvbios_M0209Se(struct nvkm_bios *, int ent, int idx, u8 *ver, u8 *hdr);
0026 u32 nvbios_M0209Sp(struct nvkm_bios *, int ent, int idx, u8 *ver, u8 *hdr,
0027            struct nvbios_M0209S *);
0028 #endif