Searched defs:gfxp_acc_handle_t (Results 1 - 1 of 1) 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,

Completed in 43 milliseconds