Lines Matching refs:HPT_U8
38 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); } in os_inb()
42 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); } in os_outb()
55 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset) in os_pci_readb()
60 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset) in os_pci_readw()
65 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset) in os_pci_readl()
70 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value) in os_pci_writeb()
75 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value) in os_pci_writew()
80 void os_pci_writel (void *osext, HPT_U8 offset, HPT_U32 value) in os_pci_writel()
91 HPT_U8 pcicfg_read_byte (HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg) in pcicfg_read_byte()
93 return (HPT_U8)pci_cfgregread(0, bus, dev, func, reg, 1); in pcicfg_read_byte()
95 HPT_U32 pcicfg_read_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg) in pcicfg_read_dword()
99 void pcicfg_write_byte (HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg, HPT_U8 v) in pcicfg_write_byte()
103 void pcicfg_write_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg, HPT_U32 v) in pcicfg_write_dword()
289 HPT_U8 os_get_vbus_seq(void *osext) in os_get_vbus_seq()