Home
last modified time | relevance | path

Searched refs:icode (Results 1 – 5 of 5) sorted by relevance

/linux/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) \ argument
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) \ argument
521 snd_emu10k1_audigy_write_op(icode, ptr, op, r, a, x, y)
[all …]
/linux/drivers/infiniband/hw/hfi1/
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 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()