Home
last modified time | relevance | path

Searched refs:gfxp_acc_handle_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dgfx_private.h59 typedef char *gfxp_acc_handle_t; typedef
74 extern gfxp_acc_handle_t gfxp_pci_init_handle(uint8_t bus, uint8_t slot,
76 extern uint8_t gfxp_pci_read_byte(gfxp_acc_handle_t handle, uint16_t offset);
77 extern uint16_t gfxp_pci_read_word(gfxp_acc_handle_t handle, uint16_t offset);
78 extern uint32_t gfxp_pci_read_dword(gfxp_acc_handle_t handle, uint16_t offset);
79 extern void gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset,
81 extern void gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset,
83 extern void gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset,
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c151 gfxp_acc_handle_t
188 return ((gfxp_acc_handle_t)dip); in gfxp_pci_init_handle()
192 gfxp_pci_read_byte(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_byte()
209 gfxp_pci_read_word(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_word()
226 gfxp_pci_read_dword(gfxp_acc_handle_t handle, uint16_t offset) in gfxp_pci_read_dword()
243 gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset, uint8_t value) in gfxp_pci_write_byte()
258 gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset, uint16_t value) in gfxp_pci_write_word()
273 gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset, uint32_t value) in gfxp_pci_write_dword()