Home
last modified time | relevance | path

Searched defs:ddi_acc_impl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Dddi_isa.h65 typedef struct ddi_acc_impl { struct
71 (*ahi_get8)(struct ddi_acc_impl *handle, uint8_t *addr); argument
73 (*ahi_get16)(struct ddi_acc_impl *handle, uint16_t *addr); argument
75 (*ahi_get32)(struct ddi_acc_impl *handle, uint32_t *addr); argument
77 (*ahi_get64)(struct ddi_acc_impl *handle, uint64_t *addr); argument
79 void (*ahi_put8)(struct ddi_acc_impl *handle, uint8_t *addr, argument
81 void (*ahi_put16)(struct ddi_acc_impl *handle, uint16_t *addr, argument
83 void (*ahi_put32)(struct ddi_acc_impl *handle, uint32_t *addr, argument
85 void (*ahi_put64)(struct ddi_acc_impl *handle, uint64_t *addr, argument
88 void (*ahi_rep_get8)(struct ddi_acc_impl *handle, argument
[all …]
/titanic_50/usr/src/uts/sparc/sys/
H A Dddi_isa.h59 typedef struct ddi_acc_impl { struct
62 (*ahi_get8)(struct ddi_acc_impl *handle, uint8_t *addr); argument
64 (*ahi_get16)(struct ddi_acc_impl *handle, uint16_t *addr); argument
66 (*ahi_get32)(struct ddi_acc_impl *handle, uint32_t *addr); argument
68 (*ahi_get64)(struct ddi_acc_impl *handle, uint64_t *addr); argument
69 void (*ahi_put8)(struct ddi_acc_impl *handle, uint8_t *addr, argument
71 void (*ahi_put16)(struct ddi_acc_impl *handle, uint16_t *addr, argument
73 void (*ahi_put32)(struct ddi_acc_impl *handle, uint32_t *addr, argument
75 void (*ahi_put64)(struct ddi_acc_impl *handle, uint64_t *addr, argument
78 void (*ahi_rep_get8)(struct ddi_acc_impl *handle, argument
[all …]