Home
last modified time | relevance | path

Searched refs:PAXIC_MARIDD (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dsata_ceva.c26 #define PAXIC_MARIDD (1 << 16) macro
124 tmp = PAXIC_ADBW_BW64 | PAXIC_MAWIDD | PAXIC_MARIDD | PAXIC_OTL; in ceva_init_sata()
/openbmc/linux/drivers/ata/
H A Dahci_ceva.c33 #define PAXIC_MARIDD(i) ((((i) * 2) + 1) << 16) macro
145 tmp = PAXIC_ADBW_BW64 | PAXIC_MAWIDD(i) | PAXIC_MARIDD(i) | in ahci_ceva_setup()