Searched refs:TLCLK_REG1 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/char/ |
| A 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() 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() 898 SET_PORT_BITS(TLCLK_REG1, 0xFE, 1); in tlclk_interrupt() 910 SET_PORT_BITS(TLCLK_REG1, 0xFE, 0); in tlclk_interrupt() [all …]
|
Completed in 7 milliseconds