Home
last modified time | relevance | path

Searched refs:PORT_IRQ_ENABLE_SET (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.h110 PORT_IRQ_ENABLE_SET = 0x1010, /* write: enable-set */ enumerator
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_sil24.c116 PORT_IRQ_ENABLE_SET = 0x1010, /* write: enable-set */ enumerator
610 irq_enabled = readl(port + PORT_IRQ_ENABLE_SET); in sil24_exec_polled_cmd()
641 writel(irq_enabled, port + PORT_IRQ_ENABLE_SET); in sil24_exec_polled_cmd()
967 writel(DEF_PORT_IRQ, port + PORT_IRQ_ENABLE_SET); in sil24_thaw()