Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath5k/
Dreset.c284 u32 scal, spending, sclock; in ath5k_hw_set_sleep_clock() local
347 scal = AR5K_PHY_SCAL_32MHZ_2417; in ath5k_hw_set_sleep_clock()
349 scal = AR5K_PHY_SCAL_32MHZ_HB63; in ath5k_hw_set_sleep_clock()
351 scal = AR5K_PHY_SCAL_32MHZ; in ath5k_hw_set_sleep_clock()
352 ath5k_hw_reg_write(ah, scal, AR5K_PHY_SCAL); in ath5k_hw_set_sleep_clock()
/linux-5.19.10/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common-v2.c35 u8 scal; member
978 arg = (arg / tb->step - 1) * tb->scal; in mtk_pinconf_drive_set()
1013 *val = (((val2 << 1) + val1) / tb->scal + 1) * tb->step; in mtk_pinconf_drive_get()
1029 arg = (arg / tb->step - 1) * tb->scal; in mtk_pinconf_drive_set_rev1()
1053 *val = ((val1 & 0x7) / tb->scal + 1) * tb->step; in mtk_pinconf_drive_get_rev1()