Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h46 #define PORT_LST_ADDR_HI 0x04 /* command list DMA addr hi */ macro
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_xgene.c407 portclbhi_saved = readl(port_mmio + PORT_LST_ADDR_HI); in xgene_ahci_hardreset()
418 writel(portclbhi_saved, port_mmio + PORT_LST_ADDR_HI); in xgene_ahci_hardreset()
H A Dahci.h114 PORT_LST_ADDR_HI = 0x04, /* command list DMA addr hi */ enumerator
H A Dlibahci.c694 port_mmio + PORT_LST_ADDR_HI); in ahci_start_fis_rx()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c611 writel_with_flush(dma_addr >> 32, port_mmio + PORT_LST_ADDR_HI); in ahci_port_start()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c340 port->mmio + PORT_LST_ADDR_HI); in mtip_init_port()