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

/linux-master/sound/pci/emu10k1/
H A Demufx.c489 static void snd_emu10k1_write_op(struct snd_emu10k1_fx8010_code *icode, argument
496 code = icode->code + (*ptr) * 2;
497 set_bit(*ptr, icode->code_valid);
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, argument
513 code = icode->code + (*ptr) * 2;
514 set_bit(*ptr, icode->code_valid);
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) argument
554 snd_emu10k1_gpr_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
569 snd_emu10k1_tram_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) argument
598 snd_emu10k1_tram_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
621 snd_emu10k1_code_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) argument
644 snd_emu10k1_code_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
765 snd_emu10k1_verify_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) argument
858 snd_emu10k1_add_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) argument
956 snd_emu10k1_del_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) argument
978 snd_emu10k1_list_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
1024 snd_emu10k1_icode_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode, bool in_kernel) argument
1067 snd_emu10k1_icode_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) 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) argument
1298 struct snd_emu10k1_fx8010_code *icode = NULL; local
1780 _volume(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) argument
1784 _volume_add(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) argument
1815 struct snd_emu10k1_fx8010_code *icode; local
2484 struct snd_emu10k1_fx8010_code *icode; local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dintr.c133 if (quick_linkup || dd->icode == ICODE_FUNCTIONAL_SIMULATOR) {
H A Dfirmware.c614 if (fw_state == FW_EMPTY && dd->icode == ICODE_RTL_SILICON) {
625 dd->icode != ICODE_FUNCTIONAL_SIMULATOR)
921 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR)
1662 if (dd->icode != ICODE_RTL_SILICON) {
1669 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR)
1673 if (dd->icode == ICODE_RTL_SILICON)
H A Dchip.c5529 is_ax(dd) && (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) {
5817 (dd->icode != ICODE_FUNCTIONAL_SIMULATOR))
6575 if (dd->icode != ICODE_FPGA_EMULATION)
6993 if (!(quick_linkup || dd->icode == ICODE_FUNCTIONAL_SIMULATOR))
7275 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR || quick_linkup)
7333 if ((dd->icode == ICODE_RTL_SILICON) &&
8576 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) {
8670 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR ||
9210 if (loopback && dd->icode == ICODE_FUNCTIONAL_SIMULATOR) {
9279 if ((dd->icode
[all...]
H A Dplatform.c906 ppd->dd->icode == ICODE_FUNCTIONAL_SIMULATOR) {
H A Dpcie.c957 if (dd->icode != ICODE_RTL_SILICON)
H A Dhfi.h1187 u8 icode; member in struct:hfi1_devdata
H A Dpio.c1199 max = (dd->icode == ICODE_FPGA_EMULATION) ? 120 : 5;

Completed in 387 milliseconds