Home
last modified time | relevance | path

Searched refs:box_type (Results 1 – 4 of 4) sorted by relevance

/linux/sound/pci/echoaudio/
H A Dechoaudio_3g.c225 int box_type, err; in load_asic() local
242 box_type = check_asic_status(chip); in load_asic()
246 if (box_type >= 0) { in load_asic()
253 return box_type; in load_asic()
H A Dechoaudio_dsp.c492 int box_type, err; in load_firmware() local
499 box_type = check_asic_status(chip); in load_firmware()
500 if (box_type >= 0) in load_firmware()
501 return box_type; in load_firmware()
514 box_type = load_asic(chip); in load_firmware()
515 if (box_type < 0) in load_firmware()
516 return box_type; /* error */ in load_firmware()
518 return box_type; in load_firmware()
/linux/arch/x86/events/intel/
H A Duncore_discovery.c96 type->type = unit->box_type; in add_uncore_discovery_type()
108 type = search_uncore_discovery_type(unit->box_type); in get_uncore_discovery_type()
231 unit->box_type, unit->box_id); in uncore_insert_box_info()
269 if (unit->box_type == ignore[i]) in uncore_ignore_unit()
H A Duncore_discovery.h109 u64 box_type : 16, member