Home
last modified time | relevance | path

Searched refs:TLCLK_REG1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Dtlclk.c137 #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()
593 SET_PORT_BITS(TLCLK_REG1, 0xfe, val); in store_select_redundant_clock()
614 SET_PORT_BITS(TLCLK_REG1, 0xfd, val); in store_select_ref_frequency()
866 if ((inb(TLCLK_REG1) & 0x08) != (flags & 0x08)) in switchover_timeout()
869 if ((inb(TLCLK_REG1) in switchover_timeout()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Dtlclk.c137 #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()
593 SET_PORT_BITS(TLCLK_REG1, 0xfe, val); in store_select_redundant_clock()
614 SET_PORT_BITS(TLCLK_REG1, 0xfd, val); in store_select_ref_frequency()
866 if ((inb(TLCLK_REG1) & 0x08) != (flags & 0x08)) in switchover_timeout()
869 if ((inb(TLCLK_REG1) in switchover_timeout()
[all...]

Completed in 3 milliseconds