Searched refs:c_handlep_cont (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun/sys/ |
H A D | fdreg.h | 156 #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 D | fdvar.h | 305 ddi_acc_handle_t c_handlep_cont; member
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | fd.c | 894 &fdc->c_handlep_cont)) { in fd_attach_det_ctlr() 1277 if (fdc->c_handlep_cont) in fd_cleanup() 1278 ddi_regs_map_free(&fdc->c_handlep_cont); in fd_cleanup() 6571 ddi_put8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor), in quiesce_fd_interrupt() 6574 ddi_put8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor), in quiesce_fd_interrupt()
|