Home
last modified time | relevance | path

Searched refs:ATA_DEV_SEMB (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/ata/
Dlibata-transport.c144 { ATA_DEV_SEMB, "semb" },
Dlibata-core.c1092 return ATA_DEV_SEMB; in ata_dev_classify()
1857 bool is_semb = class == ATA_DEV_SEMB; in ata_dev_read_id()
1868 case ATA_DEV_SEMB: in ata_dev_read_id()
4022 new_class != ATA_DEV_SEMB) { in ata_dev_revalidate()
/linux-4.4.14/include/linux/
Dlibata.h191 ATA_DEV_SEMB = 7, /* SEMB */ enumerator
1517 class == ATA_DEV_PMP || class == ATA_DEV_SEMB || in ata_class_enabled()