Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/
H A Dfdreg.h156 #define Msr(fdc) ddi_get8(fdc->c_handlep_cont, \
158 #define Dsr(fdc, val) ddi_put8(fdc->c_handlep_cont, \
161 #define Dir(fdc) ddi_get8(fdc->c_handlep_cont, \
163 #define Fifo(fdc) ddi_get8(fdc->c_handlep_cont, \
165 #define Set_Fifo(fdc, val) ddi_put8(fdc->c_handlep_cont, \
168 #define Dor(fdc) ddi_get8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor))
171 ddi_put8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor), \
174 ddi_put8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor), \
H A Dfdvar.h305 ddi_acc_handle_t c_handlep_cont; member
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c896 &fdc->c_handlep_cont)) { in fd_attach_det_ctlr()
1280 if (fdc->c_handlep_cont) in fd_cleanup()
1281 ddi_regs_map_free(&fdc->c_handlep_cont); in fd_cleanup()
6574 ddi_put8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor), in quiesce_fd_interrupt()
6577 ddi_put8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor), in quiesce_fd_interrupt()