Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-imx-tpm.c180 u32 val, cmod, cur_prescale; in pwm_imx_tpm_apply_hw() local
195 cmod = FIELD_GET(PWM_IMX_TPM_SC_CMOD, val); in pwm_imx_tpm_apply_hw()
197 if (cmod && cur_prescale != p->prescale) in pwm_imx_tpm_apply_hw()
/openbmc/linux/drivers/net/ethernet/amd/
H A Damd8111e.c362 static int amd8111e_set_coalesce(struct net_device *dev, enum coal_mode cmod) in amd8111e_set_coalesce() argument
372 switch(cmod) in amd8111e_set_coalesce()