![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 #ifndef __NVBIOS_XPIO_H__ 0003 #define __NVBIOS_XPIO_H__ 0004 0005 #define NVBIOS_XPIO_FLAG_AUX 0x10 0006 #define NVBIOS_XPIO_FLAG_AUX0 0x00 0007 #define NVBIOS_XPIO_FLAG_AUX1 0x10 0008 0009 struct nvbios_xpio { 0010 u8 type; 0011 u8 addr; 0012 u8 flags; 0013 }; 0014 0015 u16 dcb_xpio_table(struct nvkm_bios *, u8 idx, 0016 u8 *ver, u8 *hdr, u8 *cnt, u8 *len); 0017 u16 dcb_xpio_parse(struct nvkm_bios *, u8 idx, 0018 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_xpio *); 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |