Searched refs:SET_PORT_BITS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ |
H A D | tlclk.c | 145 #define SET_PORT_BITS(port, mask, val) outb(((inb(port) & mask) | val), port) macro 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() 382 SET_PORT_BITS(TLCLK_REG3, 0x7f, val << 7); in store_enable_clk3b_output() 403 SET_PORT_BITS(TLCLK_REG3, 0xbf, val << 6); in store_enable_clk3a_output() 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() 510 SET_PORT_BITS(TLCLK_REG in store_select_amcb2_transmit_clock() [all...] |
/kernel/linux/linux-6.6/drivers/char/ |
H A D | tlclk.c | 145 #define SET_PORT_BITS(port, mask, val) outb(((inb(port) & mask) | val), port) macro 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() 382 SET_PORT_BITS(TLCLK_REG3, 0x7f, val << 7); in store_enable_clk3b_output() 403 SET_PORT_BITS(TLCLK_REG3, 0xbf, val << 6); in store_enable_clk3a_output() 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() 510 SET_PORT_BITS(TLCLK_REG in store_select_amcb2_transmit_clock() [all...] |
Completed in 3 milliseconds