Lines Matching refs:store

269 	u8 store;  in altera_ci_op_cam()  local
279 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, 0, NETUP_CI_FLG_RD); in altera_ci_op_cam()
281 store &= 0x0f; in altera_ci_op_cam()
282 store |= ((state->nr << 7) | (flag << 6)); in altera_ci_op_cam()
284 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, store, 0); in altera_ci_op_cam()
523 u8 store = 0; in altera_pid_control() local
535 store = netup_fpga_op_rw(inter, NETUP_CI_PID_DATA, 0, NETUP_CI_FLG_RD); in altera_pid_control()
538 store |= (1 << (pid & 7)); in altera_pid_control()
540 store &= ~(1 << (pid & 7)); in altera_pid_control()
542 netup_fpga_op_rw(inter, NETUP_CI_PID_DATA, store, 0); in altera_pid_control()
554 u8 store = 0; in altera_toggle_fullts_streaming() local
561 store = 0xff;/* ignore pid */ in altera_toggle_fullts_streaming()
563 store = 0;/* enable pid */ in altera_toggle_fullts_streaming()
574 (i > 3 ? store : 0), 0); in altera_toggle_fullts_streaming()
707 u8 store = 0; in altera_ci_init() local
780 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, 0, NETUP_CI_FLG_RD); in altera_ci_init()
781 store |= (3 << 4); in altera_ci_init()
782 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0); in altera_ci_init()
808 u8 store; in altera_ci_tuner_reset() local
822 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, 0, NETUP_CI_FLG_RD); in altera_ci_tuner_reset()
823 store &= ~(4 << (2 - ci_nr)); in altera_ci_tuner_reset()
824 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0); in altera_ci_tuner_reset()
826 store |= (4 << (2 - ci_nr)); in altera_ci_tuner_reset()
827 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0); in altera_ci_tuner_reset()