Searched refs:ases (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 3553 struct hdaa_audio_as *ases = devinfo->as; in hdaa_audio_trace_as_out() local 3558 for (i = seq; i < 16 && ases[as].pins[i] == 0; i++) in hdaa_audio_trace_as_out() 3564 hpredir = (i == 15 && ases[as].fakeredir == 0)?ases[as].hpredir:-1; in hdaa_audio_trace_as_out() 3570 ases[as].pins[i], min); in hdaa_audio_trace_as_out() 3577 ases[as].pins[i], hpredir, min, 0, 0); in hdaa_audio_trace_as_out() 3584 ases[as].pins[i], i, min); in hdaa_audio_trace_as_out() 3594 ases[as].pins[i], res); in hdaa_audio_trace_as_out() 3597 if (ases[as].fakeredir) in hdaa_audio_trace_as_out() 3603 ases[as].pins[i], hpredir, min, res, 0); in hdaa_audio_trace_as_out() 3604 ases[as].dacs[0][i] = res; in hdaa_audio_trace_as_out() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 818 Elf_Word ases; // ASEs flags
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 4621 uint32_t isa_ext, ases, flags1, flags2; in dump_mips_abiflags() local 4653 ases = re->dw_decode(&p, 4); in dump_mips_abiflags() 4675 printf("ASEs: %u\n", ases); in dump_mips_abiflags()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 146 flags.ases |= s->ases; in create()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1763 Flags.ases = Section.ASEs; in writeSectionContent()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 7007 if (Flags->ases == 0) in printMipsABIFlags() 7011 OS << "ASEs: " << printFlags(Flags->ases, ArrayRef(ElfMipsASEFlags)) in printMipsABIFlags() 8283 W.printFlags("ASEs", Flags->ases, ArrayRef(ElfMipsASEFlags)); in printMipsABIFlags()
|