Home
last modified time | relevance | path

Searched refs:c_handlep_aux (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dfdreg.h253 #define Set_auxio(fdc, val) ddi_put32(fdc->c_handlep_aux, \
257 #define Get_auxio(fdc) ddi_get32(fdc->c_handlep_aux, \
H A Dfdvar.h308 ddi_acc_handle_t c_handlep_aux; /* data access handle for aux regs */ member
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c955 0, sizeof (uint_t), &attr, &fdc->c_handlep_aux)) { in fd_attach_det_ctlr()
1283 if (fdc->c_handlep_aux) in fd_cleanup()
1284 ddi_regs_map_free(&fdc->c_handlep_aux); in fd_cleanup()