Home
last modified time | relevance | path

Searched refs:IDE_HFLAG_QD_2ND_PORT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-legacy.c49 if ((d->host_flags & IDE_HFLAG_QD_2ND_PORT) == 0) in ide_legacy_device_add()
H A Dqd65xx.c369 d.host_flags |= IDE_HFLAG_QD_2ND_PORT; in qd_probe()
H A Dide-probe.c1267 u8 i = (d && (d->host_flags & IDE_HFLAG_QD_2ND_PORT)) ? 1 : 0; in ide_find_port_slot()
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h1277 IDE_HFLAG_QD_2ND_PORT = BIT(3), enumerator