Lines Matching refs:store
264 u8 store; in altera_ci_op_cam() local
274 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, 0, NETUP_CI_FLG_RD); in altera_ci_op_cam()
276 store &= 0x0f; in altera_ci_op_cam()
277 store |= ((state->nr << 7) | (flag << 6)); in altera_ci_op_cam()
279 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, store, 0); in altera_ci_op_cam()
518 u8 store = 0; in altera_pid_control() local
530 store = netup_fpga_op_rw(inter, NETUP_CI_PID_DATA, 0, NETUP_CI_FLG_RD); in altera_pid_control()
533 store |= (1 << (pid & 7)); in altera_pid_control()
535 store &= ~(1 << (pid & 7)); in altera_pid_control()
537 netup_fpga_op_rw(inter, NETUP_CI_PID_DATA, store, 0); in altera_pid_control()
549 u8 store = 0; in altera_toggle_fullts_streaming() local
556 store = 0xff;/* ignore pid */ in altera_toggle_fullts_streaming()
558 store = 0;/* enable pid */ in altera_toggle_fullts_streaming()
569 (i > 3 ? store : 0), 0); in altera_toggle_fullts_streaming()
707 u8 store = 0; in altera_ci_init() local
784 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, 0, NETUP_CI_FLG_RD); in altera_ci_init()
785 store |= (3 << 4); in altera_ci_init()
786 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0); in altera_ci_init()
813 u8 store; in altera_ci_tuner_reset() local
827 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, 0, NETUP_CI_FLG_RD); in altera_ci_tuner_reset()
828 store &= ~(4 << (2 - ci_nr)); in altera_ci_tuner_reset()
829 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0); in altera_ci_tuner_reset()
831 store |= (4 << (2 - ci_nr)); in altera_ci_tuner_reset()
832 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL2, store, 0); in altera_ci_tuner_reset()