Home
last modified time | relevance | path

Searched refs:DEF_PORT_IRQ (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/ata/
Dsata_sil.h163 DEF_PORT_IRQ = PORT_IRQ_COMPLETE | PORT_IRQ_ERROR | enumerator
Ddwc_ahsata.c251 writel(DEF_PORT_IRQ, &port_mmio->ie); in ahci_host_init()
/external/u-boot/include/
Dahci.h87 #define DEF_PORT_IRQ PORT_IRQ_FATAL | PORT_IRQ_PHYRDY \ macro