Home
last modified time | relevance | path

Searched refs:SET_PORT_BITS (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/char/
Dtlclk.c145 #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_REG3, 0xc7, 0x28); in store_select_amcb2_transmit_clock()
[all …]