Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dtlclk.c145 #define SET_PORT_BITS(port, mask, val) outb(((inb(port) & mask) | val), port) macro
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()
383 SET_PORT_BITS(TLCLK_REG3, 0x7f, val << 7); in store_enable_clk3b_output()
404 SET_PORT_BITS(TLCLK_REG3, 0xbf, val << 6); in store_enable_clk3a_output()
425 SET_PORT_BITS(TLCLK_REG2, 0xf7, val << 3); in store_enable_clkb1_output()
447 SET_PORT_BITS(TLCLK_REG2, 0xfb, val << 2); in store_enable_clka1_output()
468 SET_PORT_BITS(TLCLK_REG2, 0xfd, val << 1); in store_enable_clkb0_output()
489 SET_PORT_BITS(TLCLK_REG2, 0xfe, val); in store_enable_clka0_output()
511 SET_PORT_BITS(TLCLK_REG3, 0xc7, 0x28); in store_select_amcb2_transmit_clock()
[all …]