Home
last modified time | relevance | path

Searched refs:IDE_DFLAG_UNMASK (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-devsets.c135 ide_devset_get_flag(unmaskirq, IDE_DFLAG_UNMASK);
146 drive->dev_flags |= IDE_DFLAG_UNMASK; in set_unmaskirq()
148 drive->dev_flags &= ~IDE_DFLAG_UNMASK; in set_unmaskirq()
H A Dht6560b.c267 drive->dev_flags &= ~IDE_DFLAG_UNMASK; in ht_set_prefetch()
H A Dide-eh.c306 drive->dev_flags &= ~IDE_DFLAG_UNMASK; in pre_reset()
H A Dcmd640.c385 drive->dev_flags &= ~IDE_DFLAG_UNMASK; in __set_prefetch_mode()
H A Dit821x.c454 drive->dev_flags |= IDE_DFLAG_UNMASK; in it821x_quirkproc()
H A Dide-taskfile.c409 if (!force_irqthreads && (drive->dev_flags & IDE_DFLAG_UNMASK) == 0) in pre_task_out_intr()
H A Dide-io.c849 if (drive->dev_flags & IDE_DFLAG_UNMASK) in ide_intr()
H A Dide-probe.c1069 drive->dev_flags |= IDE_DFLAG_UNMASK; in ide_port_init_devices()
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h477 IDE_DFLAG_UNMASK = BIT(2), enumerator