Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dahci.h203 PORT_FBS_DEV_OFFSET = 8, /* FBS device to issue offset */ enumerator
204 PORT_FBS_DEV_MASK = (0xf << PORT_FBS_DEV_OFFSET), /* FBS.DEV */
Dahci_xgene.c218 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_qc_issue()
479 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_pmp_softreset()
529 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_softreset()
Dlibahci.c1280 tmp |= pmp << PORT_FBS_DEV_OFFSET; in ahci_exec_polled_cmd()
1968 fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in ahci_qc_issue()