Searched refs:_df (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/clk/x86/ |
H A D | clk-cgu.h | 148 _shft_gate, _wdth_gate, _xshft, _df) \ argument 166 .div_flags = _df, \
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 5343 void helper_msa_ ## helper ## _df(CPUMIPSState *env, uint32_t df, \ 5353 pwd->b[i] = msa_ ## func ## _df(df, pws->b[i], u5); \ 5358 pwd->h[i] = msa_ ## func ## _df(df, pws->h[i], u5); \ 5363 pwd->w[i] = msa_ ## func ## _df(df, pws->w[i], u5); \ 5368 pwd->d[i] = msa_ ## func ## _df(df, pws->d[i], u5); \ 5436 void helper_msa_ ## helper ## _df(CPUMIPSState *env, uint32_t df, uint32_t wd, \ 5446 pwd->b[i] = msa_ ## func ## _df(df, pws->b[i], u5); \ 5451 pwd->h[i] = msa_ ## func ## _df(df, pws->h[i], u5); \ 5456 pwd->w[i] = msa_ ## func ## _df(df, pws->w[i], u5); \ 5461 pwd->d[i] = msa_ ## func ## _df(df, pws->d[i], u5); \ [all …]
|
/openbmc/linux/sound/core/ |
H A D | init.c | 428 struct snd_monitor_file *df = NULL, *_df; in snd_disconnect_release() local 431 list_for_each_entry(_df, &shutdown_files, shutdown_list) { in snd_disconnect_release() 432 if (_df->file == file) { in snd_disconnect_release() 433 df = _df; in snd_disconnect_release()
|