Lines Matching refs:SET_PORT_BITS
145 #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()
512 SET_PORT_BITS(TLCLK_REG1, 0xfb, ~val); in store_select_amcb2_transmit_clock()
514 SET_PORT_BITS(TLCLK_REG3, 0xc7, 0x38); in store_select_amcb2_transmit_clock()
517 SET_PORT_BITS(TLCLK_REG0, 0xfc, 2); in store_select_amcb2_transmit_clock()
520 SET_PORT_BITS(TLCLK_REG0, 0xfc, 0); in store_select_amcb2_transmit_clock()
523 SET_PORT_BITS(TLCLK_REG0, 0xfc, 3); in store_select_amcb2_transmit_clock()
526 SET_PORT_BITS(TLCLK_REG0, 0xfc, 1); in store_select_amcb2_transmit_clock()
530 SET_PORT_BITS(TLCLK_REG3, 0xc7, val << 3); in store_select_amcb2_transmit_clock()
553 SET_PORT_BITS(TLCLK_REG3, 0xf8, 0x5); in store_select_amcb1_transmit_clock()
554 SET_PORT_BITS(TLCLK_REG1, 0xfb, ~val); in store_select_amcb1_transmit_clock()
556 SET_PORT_BITS(TLCLK_REG3, 0xf8, 0x7); in store_select_amcb1_transmit_clock()
559 SET_PORT_BITS(TLCLK_REG0, 0xfc, 2); in store_select_amcb1_transmit_clock()
562 SET_PORT_BITS(TLCLK_REG0, 0xfc, 0); in store_select_amcb1_transmit_clock()
565 SET_PORT_BITS(TLCLK_REG0, 0xfc, 3); in store_select_amcb1_transmit_clock()
568 SET_PORT_BITS(TLCLK_REG0, 0xfc, 1); in store_select_amcb1_transmit_clock()
572 SET_PORT_BITS(TLCLK_REG3, 0xf8, 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()
635 SET_PORT_BITS(TLCLK_REG0, 0xfb, val); in store_filter_select()
655 SET_PORT_BITS(TLCLK_REG0, 0xbf, val); in store_hardware_switching_mode()
676 SET_PORT_BITS(TLCLK_REG0, 0x7f, val); in store_hardware_switching()
694 SET_PORT_BITS(TLCLK_REG0, 0xf7, 0); in store_refalign()
695 SET_PORT_BITS(TLCLK_REG0, 0xf7, 0x08); in store_refalign()
696 SET_PORT_BITS(TLCLK_REG0, 0xf7, 0); in store_refalign()
716 SET_PORT_BITS(TLCLK_REG0, 0xcf, val); in store_mode_select()
736 SET_PORT_BITS(TLCLK_REG4, 0xfd, val); in store_reset()
895 SET_PORT_BITS(TLCLK_REG1, 0xFE, 1); in tlclk_interrupt()
907 SET_PORT_BITS(TLCLK_REG1, 0xFE, 0); in tlclk_interrupt()