Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/ata/
Dlibata-transport.c144 { ATA_DEV_SEMB, "semb" },
Dlibata-core.c1030 return ATA_DEV_SEMB; in ata_dev_classify()
1793 bool is_semb = class == ATA_DEV_SEMB; in ata_dev_read_id()
1804 case ATA_DEV_SEMB: in ata_dev_read_id()
3747 new_class != ATA_DEV_SEMB) { in ata_dev_revalidate()
/Linux-v5.15/include/linux/
Dlibata.h175 ATA_DEV_SEMB = 7, /* SEMB */ enumerator
1588 class == ATA_DEV_PMP || class == ATA_DEV_SEMB || in ata_class_enabled()