Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVBIOS_TIMING_H__
0003 #define __NVBIOS_TIMING_H__
0004 #include <subdev/bios/ramcfg.h>
0005 
0006 u32 nvbios_timingTe(struct nvkm_bios *,
0007             u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *snr, u8 *ssz);
0008 u32 nvbios_timingEe(struct nvkm_bios *, int idx,
0009             u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
0010 u32 nvbios_timingEp(struct nvkm_bios *, int idx,
0011             u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_ramcfg *);
0012 #endif