Searched refs:TLCLK_REG1 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/char/ |
D | tlclk.c | 138 #define TLCLK_REG1 (TLCLK_BASE+1) macro 287 ret_val = ((inb(TLCLK_REG1) & 0x08) >> 3); in show_current_ref() 339 SET_PORT_BITS(TLCLK_REG1, 0xef, val); in store_received_ref_clk3a() 361 SET_PORT_BITS(TLCLK_REG1, 0xdf, val << 1); in store_received_ref_clk3b() 512 SET_PORT_BITS(TLCLK_REG1, 0xfb, ~val); in store_select_amcb2_transmit_clock() 554 SET_PORT_BITS(TLCLK_REG1, 0xfb, ~val); in store_select_amcb1_transmit_clock() 594 SET_PORT_BITS(TLCLK_REG1, 0xfe, val); in store_select_redundant_clock() 615 SET_PORT_BITS(TLCLK_REG1, 0xfd, val); in store_select_ref_frequency() 867 if ((inb(TLCLK_REG1) & 0x08) != (flags & 0x08)) in switchover_timeout() 870 if ((inb(TLCLK_REG1) & 0x08) != (flags & 0x08)) in switchover_timeout() [all …]
|