Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Data.h66 ATA_ID_QUEUE_DEPTH = 75, enumerator
558 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1)
/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h39 ATA_ID_QUEUE_DEPTH = 75, enumerator
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dit821x.c483 id[ATA_ID_QUEUE_DEPTH] = 0; in it821x_quirkproc()