Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h45 #define PORT_LST_ADDR 0x00 /* command list DMA addr */ macro
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_xgene.c406 portclb_saved = readl(port_mmio + PORT_LST_ADDR); in xgene_ahci_hardreset()
417 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.c695 writel(pp->cmd_slot_dma & 0xffffffff, port_mmio + PORT_LST_ADDR); in ahci_start_fis_rx()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c610 writel_with_flush(dma_addr, port_mmio + PORT_LST_ADDR); in ahci_port_start()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c347 port->mmio + PORT_LST_ADDR); in mtip_init_port()