Lines Matching refs:aip
2031 ddi_acc_impl_t *aip = hdlp->ah_platform_private; in bscbus_map_handle() local
2048 aip->ahi_get8 = bscbus_vreg_get8; in bscbus_map_handle()
2049 aip->ahi_put8 = bscbus_vreg_put8; in bscbus_map_handle()
2050 aip->ahi_rep_get8 = bscbus_vreg_rep_get8; in bscbus_map_handle()
2051 aip->ahi_rep_put8 = bscbus_vreg_rep_put8; in bscbus_map_handle()
2053 aip->ahi_get16 = bscbus_no_get16; in bscbus_map_handle()
2054 aip->ahi_put16 = bscbus_no_put16; in bscbus_map_handle()
2055 aip->ahi_rep_get16 = bscbus_no_rep_get16; in bscbus_map_handle()
2056 aip->ahi_rep_put16 = bscbus_no_rep_put16; in bscbus_map_handle()
2058 aip->ahi_get32 = bscbus_meta_get32; in bscbus_map_handle()
2059 aip->ahi_put32 = bscbus_meta_put32; in bscbus_map_handle()
2060 aip->ahi_rep_get32 = bscbus_meta_rep_get32; in bscbus_map_handle()
2061 aip->ahi_rep_put32 = bscbus_meta_rep_put32; in bscbus_map_handle()
2063 aip->ahi_get64 = bscbus_no_get64; in bscbus_map_handle()
2064 aip->ahi_put64 = bscbus_no_put64; in bscbus_map_handle()
2065 aip->ahi_rep_get64 = bscbus_no_rep_get64; in bscbus_map_handle()
2066 aip->ahi_rep_put64 = bscbus_no_rep_put64; in bscbus_map_handle()
2068 aip->ahi_fault_check = bscbus_acc_fault_check; in bscbus_map_handle()
2072 aip->ahi_get8 = bscbus_pat_get8; in bscbus_map_handle()
2073 aip->ahi_put8 = bscbus_pat_put8; in bscbus_map_handle()
2074 aip->ahi_rep_get8 = bscbus_pat_rep_get8; in bscbus_map_handle()
2075 aip->ahi_rep_put8 = bscbus_pat_rep_put8; in bscbus_map_handle()
2077 aip->ahi_get16 = bscbus_no_get16; in bscbus_map_handle()
2078 aip->ahi_put16 = bscbus_no_put16; in bscbus_map_handle()
2079 aip->ahi_rep_get16 = bscbus_no_rep_get16; in bscbus_map_handle()
2080 aip->ahi_rep_put16 = bscbus_no_rep_put16; in bscbus_map_handle()
2082 aip->ahi_get32 = bscbus_meta_get32; in bscbus_map_handle()
2083 aip->ahi_put32 = bscbus_meta_put32; in bscbus_map_handle()
2084 aip->ahi_rep_get32 = bscbus_meta_rep_get32; in bscbus_map_handle()
2085 aip->ahi_rep_put32 = bscbus_meta_rep_put32; in bscbus_map_handle()
2087 aip->ahi_get64 = bscbus_no_get64; in bscbus_map_handle()
2088 aip->ahi_put64 = bscbus_no_put64; in bscbus_map_handle()
2089 aip->ahi_rep_get64 = bscbus_no_rep_get64; in bscbus_map_handle()
2090 aip->ahi_rep_put64 = bscbus_no_rep_put64; in bscbus_map_handle()
2092 aip->ahi_fault_check = bscbus_acc_fault_check; in bscbus_map_handle()
2096 aip->ahi_get8 = bscbus_no_get8; in bscbus_map_handle()
2097 aip->ahi_put8 = bscbus_no_put8; in bscbus_map_handle()
2098 aip->ahi_rep_get8 = bscbus_no_rep_get8; in bscbus_map_handle()
2099 aip->ahi_rep_put8 = bscbus_no_rep_put8; in bscbus_map_handle()
2101 aip->ahi_get16 = bscbus_event_get16; in bscbus_map_handle()
2102 aip->ahi_put16 = bscbus_event_put16; in bscbus_map_handle()
2103 aip->ahi_rep_get16 = bscbus_event_rep_get16; in bscbus_map_handle()
2104 aip->ahi_rep_put16 = bscbus_event_rep_put16; in bscbus_map_handle()
2106 aip->ahi_get32 = bscbus_meta_get32; in bscbus_map_handle()
2107 aip->ahi_put32 = bscbus_meta_put32; in bscbus_map_handle()
2108 aip->ahi_rep_get32 = bscbus_meta_rep_get32; in bscbus_map_handle()
2109 aip->ahi_rep_put32 = bscbus_meta_rep_put32; in bscbus_map_handle()
2111 aip->ahi_get64 = bscbus_no_get64; in bscbus_map_handle()
2112 aip->ahi_put64 = bscbus_no_put64; in bscbus_map_handle()
2113 aip->ahi_rep_get64 = bscbus_no_rep_get64; in bscbus_map_handle()
2114 aip->ahi_rep_put64 = bscbus_no_rep_put64; in bscbus_map_handle()
2116 aip->ahi_fault_check = bscbus_acc_fault_check; in bscbus_map_handle()