Symbol: gfxp_acc_handle_t
usr/src/uts/common/sys/gfx_private.h
74
extern gfxp_acc_handle_t gfxp_pci_init_handle(uint8_t bus, uint8_t slot,
usr/src/uts/common/sys/gfx_private.h
76
extern uint8_t gfxp_pci_read_byte(gfxp_acc_handle_t handle, uint16_t offset);
usr/src/uts/common/sys/gfx_private.h
77
extern uint16_t gfxp_pci_read_word(gfxp_acc_handle_t handle, uint16_t offset);
usr/src/uts/common/sys/gfx_private.h
78
extern uint32_t gfxp_pci_read_dword(gfxp_acc_handle_t handle, uint16_t offset);
usr/src/uts/common/sys/gfx_private.h
79
extern void gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset,
usr/src/uts/common/sys/gfx_private.h
81
extern void gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset,
usr/src/uts/common/sys/gfx_private.h
83
extern void gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset,
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
151
gfxp_acc_handle_t
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
188
return ((gfxp_acc_handle_t)dip);
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
192
gfxp_pci_read_byte(gfxp_acc_handle_t handle, uint16_t offset)
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
209
gfxp_pci_read_word(gfxp_acc_handle_t handle, uint16_t offset)
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
226
gfxp_pci_read_dword(gfxp_acc_handle_t handle, uint16_t offset)
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
243
gfxp_pci_write_byte(gfxp_acc_handle_t handle, uint16_t offset, uint8_t value)
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
258
gfxp_pci_write_word(gfxp_acc_handle_t handle, uint16_t offset, uint16_t value)
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
273
gfxp_pci_write_dword(gfxp_acc_handle_t handle, uint16_t offset, uint32_t value)