Home
last modified time | relevance | path

Searched refs:sw_max (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h116 int sw_max, struct vcap_keyset_list *kslist);
H A Dvcap_api.c273 int sw_max) in vcap_verify_typegroups() argument
301 if (sw_max && sw_cnt >= sw_max) in vcap_verify_typegroups()
310 bool mask, int sw_max) in vcap_find_keystream_typegroup_sw() argument
322 tgt[sw_idx], mask, sw_max); in vcap_find_keystream_typegroup_sw()
337 bool mask, int sw_max, in vcap_find_keystream_keysets() argument
344 sw_max); in vcap_find_keystream_keysets()
1364 int sw_max) in vcap_find_actionstream_typegroup_sw() argument
1375 tgt[sw_idx], false, sw_max); in vcap_find_actionstream_typegroup_sw()
1389 int sw_max) in vcap_find_actionstream_actionset() argument
1396 sw_max); in vcap_find_actionstream_actionset()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c88 u16 sw_max; member
3105 if (hsync_len < 1 || hsync_len > dispc->feat->sw_max || in _dispc_lcd_timings_ok()
3108 vsw < 1 || vsw > dispc->feat->sw_max || in _dispc_lcd_timings_ok()
4244 .sw_max = 64,
4284 .sw_max = 64,
4321 .sw_max = 256,
4358 .sw_max = 256,
4395 .sw_max = 256,
4432 .sw_max = 256,
4473 .sw_max = 256,
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c58 u16 sw_max; member
2976 if (hsw < 1 || hsw > dispc.feat->sw_max || in _dispc_lcd_timings_ok()
2979 vsw < 1 || vsw > dispc.feat->sw_max || in _dispc_lcd_timings_ok()
3754 .sw_max = 64,
3774 .sw_max = 64,
3795 .sw_max = 256,
3816 .sw_max = 256,
3838 .sw_max = 256,
/openbmc/qemu/audio/
H A Daudio.c716 size_t live, dead, hw_free, sw_max, fe_max; in audio_pcm_sw_write() local
736 sw_max = st_rate_frames_in(sw->rate, frames_out_max); in audio_pcm_sw_write()
739 frames_in_max = MIN(sw_max, fe_max); in audio_pcm_sw_write()