Home
last modified time | relevance | path

Searched refs:mask_width (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1446 int mask, mask_width; in stm32_pctrl_dt_setup_irq() local
1462 mask_width = fls(mask); in stm32_pctrl_dt_setup_irq()
1468 mux.lsb = (i % 4) * mask_width; in stm32_pctrl_dt_setup_irq()
1469 mux.msb = mux.lsb + mask_width - 1; in stm32_pctrl_dt_setup_irq()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c1971 u8 mask_width = mlxsw_sp_port_mask_width_get(width); in mlxsw_sp2_to_ptys_speed_lanes() local
1988 if (mask_width & link_mode.mask_sup_width) in mlxsw_sp2_to_ptys_speed_lanes()