Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
Dahci.h188 PORT_FBS_DEV_OFFSET = 8, /* FBS device to issue offset */ enumerator
189 PORT_FBS_DEV_MASK = (0xf << PORT_FBS_DEV_OFFSET), /* FBS.DEV */
Dahci_xgene.c205 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_qc_issue()
466 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_pmp_softreset()
516 port_fbs |= pmp << PORT_FBS_DEV_OFFSET; in xgene_ahci_softreset()
Dlibahci.c1365 tmp |= pmp << PORT_FBS_DEV_OFFSET; in ahci_exec_polled_cmd()
2010 fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET; in ahci_qc_issue()