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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfx_private.h56 typedef char *gfxp_acc_handle_t; typedef
57 extern gfxp_acc_handle_t gfxp_pci_init_handle(uint8_t bus, uint8_t slot,
59 extern uint8_t gfxp_pci_read_byte(gfxp_acc_handle_t handle, uint16_t offset);
60 extern uint16_t gfxp_pci_read_word(gfxp_acc_handle_t handle, uint16_t offset);
61 extern uint32_t gfxp_pci_read_dword(gfxp_acc_handle_t handle, uint16_t offset);
62 extern void gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset,
64 extern void gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset,
66 extern void gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset,
H A Dgfxp_pci.c154 gfxp_acc_handle_t
191 return ((gfxp_acc_handle_t)dip);
195 gfxp_pci_read_byte(gfxp_acc_handle_t handle, uint16_t offset)
212 gfxp_pci_read_word(gfxp_acc_handle_t handle, uint16_t offset)
229 gfxp_pci_read_dword(gfxp_acc_handle_t handle, uint16_t offset)
246 gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset, uint8_t value)
261 gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset, uint16_t value)
276 gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset, uint32_t value)

Completed in 44 milliseconds