Searched refs:IOBase (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_setup.c | 62 VGA_WR08(par->PCIO, par->IOBase + 0x04, index); in NVWriteCrtc() 63 VGA_WR08(par->PCIO, par->IOBase + 0x05, value); in NVWriteCrtc() 67 VGA_WR08(par->PCIO, par->IOBase + 0x04, index); in NVReadCrtc() 68 return (VGA_RD08(par->PCIO, par->IOBase + 0x05)); in NVReadCrtc() 93 VGA_RD08(par->PCIO, par->IOBase + 0x0a); in NVWriteAttr() 103 VGA_RD08(par->PCIO, par->IOBase + 0x0a); in NVReadAttr() 392 par->IOBase = (NVReadMiscOut(par) & 0x01) ? 0x3d0 : 0x3b0; in NVCommonSetup()
|
H A D | nv_type.h | 118 u32 IOBase; member
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom.py | 103 if isinstance(fn, io.IOBase):
|