Searched refs:SATA_HOST_CAP_ISS_MASK (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/ata/ | ||
D | dwc_ahsata_priv.h | 30 #define SATA_HOST_CAP_ISS_MASK 0x00f00000 macro |
D | dwc_ahsata.c | 280 speed = (cap & SATA_HOST_CAP_ISS_MASK) in ahci_print_info() |