Home
last modified time | relevance | path

Searched refs:base_val (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/host1x/
Ddebug.c84 u32 base_val; in show_syncpts() local
86 base_val = host1x_syncpt_load_wait_base(m->syncpt + i); in show_syncpts()
87 if (base_val) in show_syncpts()
89 base_val); in show_syncpts()
Dsyncpt.h32 u32 base_val; member
Dsyncpt.c174 return sp->base_val; in host1x_syncpt_load_wait_base()
/Linux-v5.4/drivers/gpu/host1x/hw/
Dsyncpt_hw.c32 host1x_sync_writel(host, sp->base_val, in syncpt_restore_wait_base()
45 sp->base_val = in syncpt_read_wait_base()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c412 u8 end, u8 base_val) in _phy_convert_txpower_dbm_to_relative_value() argument
425 temp_value = (temp_value > base_val) ? in _phy_convert_txpower_dbm_to_relative_value()
426 temp_value - base_val : in _phy_convert_txpower_dbm_to_relative_value()
427 base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1110 u8 end, u8 base_val) in _phy_convert_txpower_dbm_to_relative_value() argument
1123 temp_value = (temp_value > base_val) ? temp_value - in _phy_convert_txpower_dbm_to_relative_value()
1124 base_val : base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dtg3.c4197 u32 base_val; in tg3_power_down_prepare() local
4199 base_val = tp->pci_clock_ctrl; in tg3_power_down_prepare()
4200 base_val |= (CLOCK_CTRL_RXCLK_DISABLE | in tg3_power_down_prepare()
4203 tw32_wait_f(TG3PCI_CLOCK_CTRL, base_val | CLOCK_CTRL_ALTCLK | in tg3_power_down_prepare()