Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h109 PORT_IRQ_ENABLE_SET = 0x1010, /* write: enable-set */ enumerator
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c116 PORT_IRQ_ENABLE_SET = 0x1010, /* write: enable-set */ enumerator
613 irq_enabled = readl(port + PORT_IRQ_ENABLE_SET); in sil24_exec_polled_cmd()
644 writel(irq_enabled, port + PORT_IRQ_ENABLE_SET); in sil24_exec_polled_cmd()
966 writel(DEF_PORT_IRQ, port + PORT_IRQ_ENABLE_SET); in sil24_thaw()