Home
last modified time | relevance | path

Searched refs:val_bit (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/clk/bcm/
H A Dclk-kona.h206 u32 val_bit; /* if enabled: 0 = low delay; 1 = high delay */ member
215 .val_bit = (_val_bit), \
H A Dclk-kona-setup.c273 if (!bit_posn_valid(hyst->val_bit, "hysteresis value", clock_name)) in hyst_valid()
H A Dclk-kona.c513 mask |= (u32)1 << hyst->val_bit; in hyst_init()
/linux/sound/x86/
H A Dintel_hdmi_lpe_audio.h113 u32 val_bit:1; member
H A Dintel_hdmi_audio.c374 cfg_val.regx.val_bit = 1; in had_init_audio_ctrl()
/linux/tools/perf/util/
H A Dpmu.c1349 int val_bit = 0; in perf_pmu__format_unpack() local
1355 res |= BIT_ULL(val_bit); in perf_pmu__format_unpack()
1357 val_bit++; in perf_pmu__format_unpack()