Searched refs:dor (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
H A Dfloppy.h65 #define fd_setdor(dor) \
67 int new_dor = (dor); \
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-coh901.c78 u32 dor; member in struct:u300_gpio
253 val = readl(U300_PIN_REG(offset, dor)); u300_gpio_set()
255 writel(val | U300_PIN_BIT(offset), U300_PIN_REG(offset, dor)); u300_gpio_set()
257 writel(val & ~U300_PIN_BIT(offset), U300_PIN_REG(offset, dor)); u300_gpio_set()
683 gpio->dor = U300_GPIO_PXPDOR; u300_gpio_probe()
/linux-4.1.27/drivers/block/
H A Dfloppy.c739 if (!(FDCS->dor & (0x10 << UNIT(drive))) || disk_change()
740 (FDCS->dor & 3) != UNIT(drive) || fdc != FDC(drive)) { disk_change()
742 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), disk_change()
743 (unsigned int)FDCS->dor); disk_change()
778 static inline int is_selected(int dor, int unit) is_selected() argument
780 return ((dor & (0x10 << unit)) && (dor & 3) == unit); is_selected()
799 olddor = FDCS->dor; set_dor()
809 FDCS->dor = newdor; set_dor()
825 fd_outb(FDCS->dor & ~(0x10 << UNIT(current_drive)), FD_DOR); twaddle()
826 fd_outb(FDCS->dor, FD_DOR); twaddle()
914 if (!(FDCS->dor & (0x10 << UNIT(drive)))) floppy_off()
1688 pr_info("DOR0=%x\n", fdc_state[0].dor); floppy_interrupt()
1777 fd_outb(FDCS->dor & ~0x04, FD_DOR); reset_fdc()
1779 fd_outb(FDCS->dor, FD_DOR); reset_fdc()
1863 if (!(FDCS->dor & (0x10 << UNIT(current_drive)))) { start_motor()
1871 } else if (FDCS->dor & (0x10 << UNIT(current_drive))) start_motor()
4237 FDCS->dor = 0x4; do_floppy_init()
4478 fd_outb(FDCS->dor, FD_DOR); floppy_grab_irq_and_dma()
4486 fd_outb(FDCS->dor, FD_DOR); floppy_grab_irq_and_dma()
/linux-4.1.27/block/
H A Dcompat_ioctl.c257 unsigned char dor; member in struct:compat_floppy_fdc_state
491 err |= __put_user(f->dor, &uf->dor); compat_fd_ioctl()
/linux-4.1.27/drivers/scsi/
H A Daha1740.c127 dor:1, /* Data overrun */ aha1740_makecode() member in struct:statusword
151 if ( status_word.dor ) aha1740_makecode()
/linux-4.1.27/include/uapi/linux/
H A Dfd.h259 unsigned char dor; member in struct:floppy_fdc_state
/linux-4.1.27/arch/x86/kvm/
H A Dlapic.c11 * Dor Laor <dor.laor@qumranet.com>

Completed in 932 milliseconds