Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dtlclk.c138 #define TLCLK_REG2 (TLCLK_BASE+2) macro
318 ret_val = (inb(TLCLK_REG2) & 0xf0); in show_alarms()
424 SET_PORT_BITS(TLCLK_REG2, 0xf7, val << 3); in store_enable_clkb1_output()
446 SET_PORT_BITS(TLCLK_REG2, 0xfb, val << 2); in store_enable_clka1_output()
467 SET_PORT_BITS(TLCLK_REG2, 0xfd, val << 1); in store_enable_clkb0_output()
488 SET_PORT_BITS(TLCLK_REG2, 0xfe, val); in store_enable_clka0_output()
889 if (inb(TLCLK_REG2) & SEC_LOST_MASK) in tlclk_interrupt()
902 if (inb(TLCLK_REG2) & PRI_LOST_MASK) in tlclk_interrupt()