Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dlibata.h430 #define ata_id_queue_depth(id) (((id)[75] & 0x1f) + 1) macro
/rk3399_rockchip-uboot/drivers/ata/
H A Dfsl_sata.c838 sata->queue_depth = ata_id_queue_depth(id); in scan_sata()
H A Dsata_mv.c1039 priv->queue_depth = ata_id_queue_depth(id); in scan_sata()
H A Ddwc_ahsata.c793 uc_priv->flags |= ata_id_queue_depth(id); in dwc_ahsata_scan_common()