Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/emu10k1/
Demufx.c494 static void snd_emu10k1_write_op(struct snd_emu10k1_fx8010_code *icode, in snd_emu10k1_write_op() argument
501 code = (u_int32_t __force *)icode->code + (*ptr) * 2; in snd_emu10k1_write_op()
502 set_bit(*ptr, icode->code_valid); in snd_emu10k1_write_op()
508 #define OP(icode, ptr, op, r, a, x, y) \ argument
509 snd_emu10k1_write_op(icode, ptr, op, r, a, x, y)
511 static void snd_emu10k1_audigy_write_op(struct snd_emu10k1_fx8010_code *icode, in snd_emu10k1_audigy_write_op() argument
518 code = (u_int32_t __force *)icode->code + (*ptr) * 2; in snd_emu10k1_audigy_write_op()
519 set_bit(*ptr, icode->code_valid); in snd_emu10k1_audigy_write_op()
525 #define A_OP(icode, ptr, op, r, a, x, y) \ argument
526 snd_emu10k1_audigy_write_op(icode, ptr, op, r, a, x, y)
[all …]
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dintr.c135 || dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in handle_linkup_change()
Dfirmware.c829 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in wait_fm_ready()
981 if (dd->icode != ICODE_RTL_SILICON) /* only for RTL */ in fabric_serdes_reset()
1271 if (dd->icode != ICODE_RTL_SILICON) { in hfi1_firmware_init()
1278 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in hfi1_firmware_init()
1284 if (dd->icode == ICODE_RTL_SILICON) in hfi1_firmware_init()
Dchip.c2195 && (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) { in handle_cce_err()
2360 && (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) in handle_egress_err()
3038 if (dd->icode != ICODE_FPGA_EMULATION) in adjust_lcb_for_fpga_serdes()
3564 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR || quick_linkup) in link_width_to_bits()
3621 if ((dd->icode == ICODE_RTL_SILICON) in get_link_widths()
4736 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in read_lcb_via_8051()
5303 if (loopback && dd->icode == ICODE_FUNCTIONAL_SIMULATOR) { in do_quick_linkup()
5403 if ((dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in init_loopback()
5415 if (dd->icode == ICODE_RTL_SILICON) in init_loopback()
5425 if (dd->icode == ICODE_FPGA_EMULATION) { in init_loopback()
[all …]
Dpcie.c888 if (dd->icode != ICODE_RTL_SILICON) in do_pcie_gen3_transition()
Dhfi.h965 u8 icode; member
Dpio.c1123 max = (dd->icode == ICODE_FPGA_EMULATION) ? 120 : 5; in pio_init_wait_progress()