Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h44 #define PORT_LST_ADDR 0x00 /* command list DMA addr */ macro
/openbmc/linux/drivers/ata/
H A Dahci_xgene.c405 portclb_saved = readl(port_mmio + PORT_LST_ADDR); in xgene_ahci_hardreset()
416 writel(portclb_saved, port_mmio + PORT_LST_ADDR); in xgene_ahci_hardreset()
H A Dahci.h113 PORT_LST_ADDR = 0x00, /* command list DMA addr */ enumerator
H A Dlibahci.c753 writel(pp->cmd_slot_dma & 0xffffffff, port_mmio + PORT_LST_ADDR); in ahci_start_fis_rx()
/openbmc/u-boot/drivers/ata/
H A Dahci.c612 port_mmio + PORT_LST_ADDR); in ahci_port_start()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c335 port->mmio + PORT_LST_ADDR); in mtip_init_port()