Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/emu10k1/
H A Demufx.c1303 icode = kzalloc(sizeof(*icode), GFP_KERNEL); in _snd_emu10k1_audigy_init_efx()
1304 if (!icode) in _snd_emu10k1_audigy_init_efx()
1318 icode->tram_data_map = icode->gpr_map + 512; in _snd_emu10k1_audigy_init_efx()
1319 icode->tram_addr_map = icode->tram_data_map + 256; in _snd_emu10k1_audigy_init_efx()
1320 icode->code = icode->tram_addr_map + 256; in _snd_emu10k1_audigy_init_efx()
1821 icode = kzalloc(sizeof(*icode), GFP_KERNEL); in _snd_emu10k1_init_efx()
1842 icode->tram_data_map = icode->gpr_map + 256; in _snd_emu10k1_init_efx()
1843 icode->tram_addr_map = icode->tram_data_map + 160; in _snd_emu10k1_init_efx()
1844 icode->code = icode->tram_addr_map + 160; in _snd_emu10k1_init_efx()
2509 icode = memdup_user(argp, sizeof(*icode)); in snd_emu10k1_fx8010_ioctl()
[all …]
/openbmc/linux/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.c5817 (dd->icode != ICODE_FUNCTIONAL_SIMULATOR)) in handle_egress_err()
6575 if (dd->icode != ICODE_FPGA_EMULATION) in adjust_lcb_for_fpga_serdes()
7333 if ((dd->icode == ICODE_RTL_SILICON) && in get_link_widths()
9298 if (dd->icode == ICODE_FPGA_EMULATION) { in init_loopback()
9756 if (dd->icode == ICODE_FUNCTIONAL_SIMULATOR) in init_lcb()
11770 if (dd->icode == ICODE_FPGA_EMULATION) in ns_to_cclock()
11787 if (dd->icode == ICODE_FPGA_EMULATION) in cclock_to_ns()
13152 if (dd->icode != ICODE_RTL_SILICON) { in hfi1_tempsense_rd()
14762 if (dd->icode != ICODE_FUNCTIONAL_SIMULATOR) in init_txe()
15102 dd->icode < ARRAY_SIZE(inames) ? in hfi1_init_dd()
[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