Lines Matching defs:mode
2563 fdrawioctl(struct fdctlr *fdc, int unit, intptr_t arg, int mode)
2590 switch (ddi_model_convert_from(mode)) {
2594 sizeof (fdr32), mode)) {
2610 sizeof (fdr), mode)) {
2654 * Ensure that the right DMA mode is selected. There is
2731 (uint_t)fdr.fdr_nbytes, mode)) {
2822 if (ddi_copyin(fdr.fdr_addr, fa, fc, mode)) {
2880 if (ddi_copyout(fa, fdr.fdr_addr, fc, mode)) {
2905 switch (ddi_model_convert_from(mode)) {
2914 if (ddi_copyout(&fdr32, (caddr_t)arg, sizeof (fdr32), mode)) {
2923 if (ddi_copyout(&fdr, (caddr_t)arg, sizeof (fdr), mode)) {
4878 csb->csb_cmds[2] = fdspec[1]; /* head load time, DMA mode */
6182 * long enough to go to a low power mode. If the device is busy,