Searched refs:TLCLK_REG1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/char/ |
D | tlclk.c | 137 #define TLCLK_REG1 (TLCLK_BASE+1) macro 286 ret_val = ((inb(TLCLK_REG1) & 0x08) >> 3); in show_current_ref() 338 SET_PORT_BITS(TLCLK_REG1, 0xef, val); in store_received_ref_clk3a() 360 SET_PORT_BITS(TLCLK_REG1, 0xdf, val << 1); in store_received_ref_clk3b() 511 SET_PORT_BITS(TLCLK_REG1, 0xfb, ~val); in store_select_amcb2_transmit_clock() 553 SET_PORT_BITS(TLCLK_REG1, 0xfb, ~val); in store_select_amcb1_transmit_clock() 592 SET_PORT_BITS(TLCLK_REG1, 0xfe, val); in store_select_redundant_clock() 613 SET_PORT_BITS(TLCLK_REG1, 0xfd, val); in store_select_ref_frequency() 865 if ((inb(TLCLK_REG1) & 0x08) != (flags & 0x08)) in switchover_timeout() 868 if ((inb(TLCLK_REG1) & 0x08) != (flags & 0x08)) in switchover_timeout() [all …]
|