Home
last modified time | relevance | path

Searched defs:fdc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c260 #define CHECK_AND_WAIT_FD_STATE_SUSPENDED(fdc) \ argument
599 struct fdctlr *fdc; in fd_attach() local
809 fd_attach_map_regs(dev_info_t *dip, struct fdctlr *fdc) in fd_attach_map_regs()
876 fd_attach_det_ctlr(dev_info_t *dip, struct fdctlr *fdc) in fd_attach_det_ctlr()
987 fd_attach_register_interrupts(dev_info_t *dip, struct fdctlr *fdc, int *hard) in fd_attach_register_interrupts()
1123 fd_attach_check_drive(struct fdctlr *fdc) in fd_attach_check_drive()
1236 fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard, int locks) in fd_cleanup()
1351 struct fdctlr *fdc = fd_getctlr(instance << FDINSTSHIFT); in fd_detach() local
1408 register struct fdctlr *fdc; in fd_info() local
1442 struct fdctlr *fdc; in fd_prop_op() local
[all …]
/illumos-gate/usr/src/uts/sun/sys/
H A Dfdreg.h156 #define Msr(fdc) ddi_get8(fdc->c_handlep_cont, \ argument
158 #define Dsr(fdc, val) ddi_put8(fdc->c_handlep_cont, \ argument
161 #define Dir(fdc) ddi_get8(fdc->c_handlep_cont, \ argument
163 #define Fifo(fdc) ddi_get8(fdc->c_handlep_cont, \ argument
165 #define Set_Fifo(fdc, val) ddi_put8(fdc->c_handlep_cont, \ argument
168 #define Dor(fdc) ddi_get8(fdc->c_handlep_cont, ((uint8_t *)fdc->c_dor)) argument
169 #define Set_dor(fdc, val, flag) \ argument
253 #define Set_auxio(fdc, val) ddi_put32(fdc->c_handlep_aux, \ argument
257 #define Get_auxio(fdc) ddi_get32(fdc->c_handlep_aux, \ argument
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c433 int fdc; in main() local