Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dahci.h201 PORT_FBS_DEV_OFFSET = 8, /* FBS device to issue offset */ enumerator
202 PORT_FBS_DEV_MASK = (0xf << PORT_FBS_DEV_OFFSET), /* FBS.DEV */
Dahci_xgene.c212 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_qc_issue()
473 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_pmp_softreset()
523 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_softreset()
Dlibahci.c1907 fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in ahci_qc_issue()