Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/host1x/
Ddebug.c77 u32 base_val; in show_syncpts() local
78 base_val = host1x_syncpt_load_wait_base(m->syncpt + i); in show_syncpts()
79 if (base_val) in show_syncpts()
81 base_val); in show_syncpts()
Dsyncpt.h43 u32 base_val; member
Dsyncpt.c162 val = sp->base_val; in host1x_syncpt_load_wait_base()
/linux-4.4.14/drivers/gpu/host1x/hw/
Dsyncpt_hw.c40 host1x_sync_writel(host, sp->base_val, in syncpt_restore_wait_base()
50 sp->base_val = in syncpt_read_wait_base()
/linux-4.4.14/arch/mips/mm/
Dpage.c623 const u64 base_val = CPHYSADDR((unsigned long)&page_descr[i]) | in sb1_dma_init() local
627 __raw_writeq(base_val, base_reg); in sb1_dma_init()
628 __raw_writeq(base_val | M_DM_DSCR_BASE_RESET, base_reg); in sb1_dma_init()
629 __raw_writeq(base_val | M_DM_DSCR_BASE_ENABL, base_reg); in sb1_dma_init()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c380 u8 end, u8 base_val) in _phy_convert_txpower_dbm_to_relative_value() argument
393 temp_value = (temp_value > base_val) ? in _phy_convert_txpower_dbm_to_relative_value()
394 temp_value - base_val : in _phy_convert_txpower_dbm_to_relative_value()
395 base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c960 u8 end, u8 base_val) in _phy_convert_txpower_dbm_to_relative_value() argument
973 temp_value = (temp_value > base_val) ? temp_value - in _phy_convert_txpower_dbm_to_relative_value()
974 base_val : base_val - temp_value; in _phy_convert_txpower_dbm_to_relative_value()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c4181 u32 base_val; in tg3_power_down_prepare() local
4183 base_val = tp->pci_clock_ctrl; in tg3_power_down_prepare()
4184 base_val |= (CLOCK_CTRL_RXCLK_DISABLE | in tg3_power_down_prepare()
4187 tw32_wait_f(TG3PCI_CLOCK_CTRL, base_val | CLOCK_CTRL_ALTCLK | in tg3_power_down_prepare()