Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h28 #define RX_FIS_D2H_REG 0x40 /* offset of D2H Register FIS data */ macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h54 #define RX_FIS_D2H_REG 0x40 /* offset of D2H Register FIS data */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h65 RX_FIS_D2H_REG = 0x40, /* offset of D2H Register FIS data */ enumerator
H A Dahci_qoriq.c98 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_qoriq_hardreset()
H A Dacard-ahci.c270 ata_tf_from_fis(rx_fis + RX_FIS_D2H_REG, &qc->result_tf); in acard_ahci_qc_fill_rtf()
H A Dsata_highbank.c392 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_highbank_hardreset()
H A Dahci_xgene.c357 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in xgene_ahci_do_hardreset()
H A Dahci.c768 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_p5wdh_hardreset()
829 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_avn_hardreset()
H A Dlibahci.c1604 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_do_hardreset()
2132 ata_tf_from_fis(rx_fis + RX_FIS_D2H_REG, &qc->result_tf); in ahci_qc_fill_rtf()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c1479 struct host_to_dev_fis *reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_task()
1589 reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_command()
1761 reply = (dd->port->rxfis + RX_FIS_D2H_REG); in exec_drive_taskfile()
1857 reply = dd->port->rxfis + RX_FIS_D2H_REG; in exec_drive_taskfile()