Home
last modified time | relevance | path

Searched refs:icode (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demufx.c459 static void snd_emu10k1_write_op(struct snd_emu10k1_fx8010_code *icode, in snd_emu10k1_write_op() argument
466 code = icode->code + (*ptr) * 2; in snd_emu10k1_write_op()
467 set_bit(*ptr, icode->code_valid); in snd_emu10k1_write_op()
473 #define OP(icode, ptr, op, r, a, x, y) \
474 snd_emu10k1_write_op(icode, ptr, op, r, a, x, y)
476 static void snd_emu10k1_audigy_write_op(struct snd_emu10k1_fx8010_code *icode, in snd_emu10k1_audigy_write_op() argument
483 code = icode->code + (*ptr) * 2; in snd_emu10k1_audigy_write_op()
484 set_bit(*ptr, icode->code_valid); in snd_emu10k1_audigy_write_op()
490 #define A_OP(icode, ptr, op, r, a, x, y) \
491 snd_emu10k1_audigy_write_op(icode, pt
505 snd_emu10k1_gpr_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_gpr_poke() argument
524 snd_emu10k1_gpr_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_gpr_peek() argument
539 snd_emu10k1_tram_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_tram_poke() argument
568 snd_emu10k1_tram_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_tram_peek() argument
591 snd_emu10k1_code_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_code_poke() argument
614 snd_emu10k1_code_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_code_peek() argument
735 snd_emu10k1_verify_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_verify_controls() argument
803 snd_emu10k1_add_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_add_controls() argument
899 snd_emu10k1_del_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_del_controls() argument
923 snd_emu10k1_list_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_list_controls() argument
969 snd_emu10k1_icode_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_icode_poke() argument
1012 snd_emu10k1_icode_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_icode_peek() argument
1191 snd_emu10k1_audigy_dsp_convert_32_to_2x16( struct snd_emu10k1_fx8010_code *icode, u32 *ptr, int tmp, int bit_shifter16, int reg_in, int reg_out) snd_emu10k1_audigy_dsp_convert_32_to_2x16() argument
1220 struct snd_emu10k1_fx8010_code *icode = NULL; _snd_emu10k1_audigy_init_efx() local
1710 _volume(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) _volume() argument
1717 _volume_add(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) _volume_add() argument
1725 _volume_out(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) _volume_out() argument
1760 struct snd_emu10k1_fx8010_code *icode; _snd_emu10k1_init_efx() local
2453 struct snd_emu10k1_fx8010_code *icode; snd_emu10k1_fx8010_ioctl() local
[all...]
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demufx.c489 static void snd_emu10k1_write_op(struct snd_emu10k1_fx8010_code *icode, in snd_emu10k1_write_op() argument
496 code = icode->code + (*ptr) * 2; in snd_emu10k1_write_op()
497 set_bit(*ptr, icode->code_valid); in snd_emu10k1_write_op()
503 #define OP(icode, ptr, op, r, a, x, y) \
504 snd_emu10k1_write_op(icode, ptr, op, r, a, x, y)
506 static void snd_emu10k1_audigy_write_op(struct snd_emu10k1_fx8010_code *icode, in snd_emu10k1_audigy_write_op() argument
513 code = icode->code + (*ptr) * 2; in snd_emu10k1_audigy_write_op()
514 set_bit(*ptr, icode->code_valid); in snd_emu10k1_audigy_write_op()
520 #define A_OP(icode, ptr, op, r, a, x, y) \
521 snd_emu10k1_audigy_write_op(icode, pt
535 snd_emu10k1_gpr_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_gpr_poke() argument
554 snd_emu10k1_gpr_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_gpr_peek() argument
569 snd_emu10k1_tram_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_tram_poke() argument
598 snd_emu10k1_tram_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_tram_peek() argument
621 snd_emu10k1_code_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_code_poke() argument
644 snd_emu10k1_code_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_code_peek() argument
765 snd_emu10k1_verify_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_verify_controls() argument
858 snd_emu10k1_add_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_add_controls() argument
956 snd_emu10k1_del_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_del_controls() argument
978 snd_emu10k1_list_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_list_controls() argument
1024 snd_emu10k1_icode_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) snd_emu10k1_icode_poke() argument
1067 snd_emu10k1_icode_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) snd_emu10k1_icode_peek() argument
1254 snd_emu10k1_audigy_dsp_convert_32_to_2x16( struct snd_emu10k1_fx8010_code *icode, u32 *ptr, int tmp, int bit_shifter16, int reg_in, int reg_out) snd_emu10k1_audigy_dsp_convert_32_to_2x16() argument
1298 struct snd_emu10k1_fx8010_code *icode = NULL; _snd_emu10k1_audigy_init_efx() local
1780 _volume(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) _volume() argument
1784 _volume_add(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) _volume_add() argument
1815 struct snd_emu10k1_fx8010_code *icode; _snd_emu10k1_init_efx() local
2484 struct snd_emu10k1_fx8010_code *icode; snd_emu10k1_fx8010_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dintr.c175 if (quick_linkup || dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in handle_linkup_change()
H A Dfirmware.c657 if (fw_state == FW_EMPTY && dd->icode == ICODE_RTL_SILICON) { in __obtain_firmware()
668 dd->icode != ICODE_FUNCTIONAL_SIMULATOR) in __obtain_firmware()
964 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in wait_fm_ready()
1705 if (dd->icode != ICODE_RTL_SILICON) { in hfi1_firmware_init()
1712 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in hfi1_firmware_init()
1716 if (dd->icode == ICODE_RTL_SILICON) in hfi1_firmware_init()
H A Dchip.c5569 is_ax(dd) && (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) { in handle_cce_err()
5857 (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) in handle_egress_err()
6614 if (dd->icode != ICODE_FPGA_EMULATION) in adjust_lcb_for_fpga_serdes()
7032 if (!(quick_linkup || dd->icode == ICODE_FUNCTIONAL_SIMULATOR)) in handle_link_up()
7314 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR || quick_linkup) in link_width_to_bits()
7372 if ((dd->icode == ICODE_RTL_SILICON) && in get_link_widths()
8615 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in read_lcb_via_8051()
8709 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR || in write_lcb_via_8051()
9249 if (loopback && dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in do_quick_linkup()
9318 if ((dd->icode in init_loopback()
[all...]
H A Dplatform.c948 ppd->dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in tune_serdes()
H A Dpcie.c1008 if (dd->icode != ICODE_RTL_SILICON) in do_pcie_gen3_transition()
H A Dhfi.h1237 u8 icode; member
H A Dpio.c1241 max = (dd->icode == ICODE_FPGA_EMULATION) ? 120 : 5; in pio_init_wait_progress()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dintr.c133 if (quick_linkup || dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in handle_linkup_change()
H A Dfirmware.c614 if (fw_state == FW_EMPTY && dd->icode == ICODE_RTL_SILICON) { in __obtain_firmware()
625 dd->icode != ICODE_FUNCTIONAL_SIMULATOR) in __obtain_firmware()
921 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in wait_fm_ready()
1662 if (dd->icode != ICODE_RTL_SILICON) { in hfi1_firmware_init()
1669 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in hfi1_firmware_init()
1673 if (dd->icode == ICODE_RTL_SILICON) in hfi1_firmware_init()
H A Dchip.c5529 is_ax(dd) && (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) { in handle_cce_err()
5817 (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) in handle_egress_err()
6575 if (dd->icode != ICODE_FPGA_EMULATION) in adjust_lcb_for_fpga_serdes()
6993 if (!(quick_linkup || dd->icode == ICODE_FUNCTIONAL_SIMULATOR)) in handle_link_up()
7275 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR || quick_linkup) in link_width_to_bits()
7333 if ((dd->icode == ICODE_RTL_SILICON) && in get_link_widths()
8576 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in read_lcb_via_8051()
8670 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR || in write_lcb_via_8051()
9210 if (loopback && dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in do_quick_linkup()
9279 if ((dd->icode in init_loopback()
[all...]
H A Dplatform.c906 ppd->dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in tune_serdes()
H A Dpcie.c957 if (dd->icode != ICODE_RTL_SILICON) in do_pcie_gen3_transition()
H A Dpio.c1199 max = (dd->icode == ICODE_FPGA_EMULATION) ? 120 : 5; in pio_init_wait_progress()
H A Dhfi.h1187 u8 icode; member

Completed in 59 milliseconds