Searched refs:MLXBF3_NGPIOS_GPIO0 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pinctrl/
H A Dpinctrl-mlxbf3.c16 #define MLXBF3_NGPIOS_GPIO0 32 macro
196 if (group < MLXBF3_NGPIOS_GPIO0)
199 writel(BIT(group % MLXBF3_NGPIOS_GPIO0), priv->fw_ctrl_clr1);
203 if (group < MLXBF3_NGPIOS_GPIO0)
206 writel(BIT(group % MLXBF3_NGPIOS_GPIO0), priv->fw_ctrl_set1);
218 if (offset < MLXBF3_NGPIOS_GPIO0)
221 writel(BIT(offset % MLXBF3_NGPIOS_GPIO0), priv->fw_ctrl_set1);

Completed in 111 milliseconds