Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-gamecube.c55 #define EXICSR_INTSET 0x008 macro
67 #define RTC_EXICSR (EXICSR_DEV1 | EXICSR_CLK_8MHZ | EXICSR_INTSET)
109 while (!(ioread32be(iob + EXICSR) & EXICSR_INTSET)) in exi_read()
115 while (!(ioread32be(iob + EXICSR) & EXICSR_INTSET)) in exi_read()
138 while (!(ioread32be(iob + EXICSR) & EXICSR_INTSET)) in exi_write()
145 while (!(ioread32be(iob + EXICSR) & EXICSR_INTSET)) in exi_write()