Home
last modified time | relevance | path

Searched refs:PORT_IRQ_STAT (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil.h109 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */ enumerator
H A Dsata_sil.c147 irq_stat = ata_wait_register(port + PORT_IRQ_STAT, irq_mask, in sil_exec_cmd()
151 writel(irq_mask, port + PORT_IRQ_STAT); in sil_exec_cmd()
H A Dahci.c328 tmp = readl(port_mmio + PORT_IRQ_STAT); in ahci_host_init()
331 writel(tmp, port_mmio + PORT_IRQ_STAT); in ahci_host_init()
/rk3399_rockchip-uboot/include/
H A Dahci.h49 #define PORT_IRQ_STAT 0x10 /* interrupt status */ macro