Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.h164 DEF_PORT_IRQ = PORT_IRQ_COMPLETE | PORT_IRQ_ERROR | enumerator
H A Ddwc_ahsata.c252 writel(DEF_PORT_IRQ, &port_mmio->ie); in ahci_host_init()
/OK3568_Linux_fs/u-boot/include/
H A Dahci.h88 #define DEF_PORT_IRQ PORT_IRQ_FATAL | PORT_IRQ_PHYRDY \ macro
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h160 DEF_PORT_IRQ = PORT_IRQ_ERROR | PORT_IRQ_SG_DONE | enumerator
H A Dacard-ahci.c347 pp->intr_mask = DEF_PORT_IRQ; in acard_ahci_port_start()
H A Dsata_sil24.c168 DEF_PORT_IRQ = PORT_IRQ_COMPLETE | PORT_IRQ_ERROR | enumerator
967 writel(DEF_PORT_IRQ, port + PORT_IRQ_ENABLE_SET); in sil24_thaw()
H A Dlibahci.c2405 pp->intr_mask = DEF_PORT_IRQ; in ahci_port_start()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c88 #define DEF_PORT_IRQ \ macro
365 writel(DEF_PORT_IRQ, port->mmio + PORT_IRQ_MASK); in mtip_init_port()