Home
last modified time | relevance | path

Searched defs:stnr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_tags.c29 int FPU_gettagi(int stnr) in FPU_gettagi()
47 void FPU_settagi(int stnr, int tag) in FPU_settagi()
81 int FPU_empty_i(int stnr) in FPU_empty_i()
95 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi()
H A Dreg_ld_str.c82 int FPU_load_extended(long double __user *s, int stnr) in FPU_load_extended()
/openbmc/qemu/hw/audio/
H A Dintel-hda.c108 bool hda_codec_xfer(HDACodecDevice *dev, uint32_t stnr, bool output, in hda_codec_xfer()
396 static bool intel_hda_xfer(HDACodecDevice *dev, uint32_t stnr, bool output, in intel_hda_xfer()
588 uint32_t stnr = (st->ctl >> 20) & 0x0f; in intel_hda_set_st_ctl() local
H A Dhda-codec.c670 static void hda_audio_stream(HDACodecDevice *hda, uint32_t stnr, bool running, bool output) in hda_audio_stream()