Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_dwc.c90 #define AHCI_DWC_PORT_RXTS_MASK GENMASK(7, 4) macro
294 dmacr &= ~AHCI_DWC_PORT_RXTS_MASK; in ahci_dwc_init_dmacr()
295 dmacr |= FIELD_PREP(AHCI_DWC_PORT_RXTS_MASK, ts); in ahci_dwc_init_dmacr()