Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dlibata-transport.c144 { ATA_DEV_SEMB, "semb" },
Dlibata-core.c1102 return ATA_DEV_SEMB; in ata_dev_classify()
1860 bool is_semb = class == ATA_DEV_SEMB; in ata_dev_read_id()
1871 case ATA_DEV_SEMB: in ata_dev_read_id()
4324 new_class != ATA_DEV_SEMB) { in ata_dev_revalidate()
/Linux-v4.19/include/linux/
Dlibata.h189 ATA_DEV_SEMB = 7, /* SEMB */ enumerator
1531 class == ATA_DEV_PMP || class == ATA_DEV_SEMB || in ata_class_enabled()