Home
last modified time | relevance | path

Searched refs:get_val (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddavinci_mmc.c22 #define get_val(addr) REG(addr) macro
24 #define set_bit(addr, val) set_val((addr), (get_val(addr) | (val)))
25 #define clear_bit(addr, val) set_val((addr), (get_val(addr) & ~(val)))
63 while (--wdog && ((get_val(&regs->mmcst1) & status) != status)) in dmmc_wait_fifo_status()
66 if (!(get_val(&regs->mmcctl) & MMCCTL_WIDTH_4_BIT)) in dmmc_wait_fifo_status()
80 while (--wdog && (get_val(&regs->mmcst1) & MMCST1_BUSY)) in dmmc_busy_wait()
99 mmcstatus = get_val(&regs->mmcst1); in dmmc_check_status()
115 mmcstatus = get_val(&regs->mmcst0); in dmmc_check_status()
119 get_val(&regs->mmcst1)); in dmmc_check_status()
138 mmcstatus = get_val(&regs->mmcst0); in dmmc_send_cmd()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/map/detail/
H A Dmap_impl.hpp52 void get_val();
64 using rest_type::get_val;
128 value_type get_val(mpl::identity<key_type>);
130 pair_type get_val(mpl::int_<index>);
132 value_type get_val(mpl::identity<key_type>) const;
134 pair_type get_val(mpl::int_<index>) const;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dwide-int.h659 const HOST_WIDE_INT *get_val () const;
683 wi::storage_ref::get_val () const
801 return sext_hwi (this->get_val ()[0], precision);
803 return this->get_val ()[0];
812 return this->get_val ()[0];
825 return zext_hwi (this->get_val ()[0], precision);
827 return this->get_val ()[0];
846 return this->get_val ()[0];
857 unsigned HOST_WIDE_INT high = this->get_val ()[len - 1];
874 return this->get_val ()[0];
[all …]
H A Dtree.h5729 const HOST_WIDE_INT *get_val () const;
5753 const HOST_WIDE_INT *get_val () const;
5936 wi::extended_tree <N>::get_val () const
5963 wi::unextended_tree::get_val () const
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dwide-int.h659 const HOST_WIDE_INT *get_val () const;
683 wi::storage_ref::get_val () const
801 return sext_hwi (this->get_val ()[0], precision);
803 return this->get_val ()[0];
812 return this->get_val ()[0];
825 return zext_hwi (this->get_val ()[0], precision);
827 return this->get_val ()[0];
846 return this->get_val ()[0];
857 unsigned HOST_WIDE_INT high = this->get_val ()[len - 1];
874 return this->get_val ()[0];
[all …]
H A Dtree.h5729 const HOST_WIDE_INT *get_val () const;
5753 const HOST_WIDE_INT *get_val () const;
5936 wi::extended_tree <N>::get_val () const
5963 wi::unextended_tree::get_val () const
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_com_phycfg.c1716 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1719 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1721 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1731 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1742 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1748 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1758 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1762 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1774 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1785 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_com_phycfg.c1717 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1720 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1722 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1732 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1743 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1749 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1759 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1763 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1775 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1786 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_com_phycfg.c1716 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1719 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1721 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1731 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1742 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1748 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1758 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1762 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1774 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1785 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_com_phycfg.c1716 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1719 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1721 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1731 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1742 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1748 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1758 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1762 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1774 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1785 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_com_phycfg.c1657 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1660 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1662 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1672 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1683 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1689 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1699 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1703 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1715 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1726 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_com_phycfg.c1657 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1660 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1662 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1672 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1683 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1689 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1699 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1703 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1715 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1726 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_com_phycfg.c1665 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1668 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1670 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1680 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1691 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1697 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1707 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1711 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1723 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1734 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_com_phycfg.c1770 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1773 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1775 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1785 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1796 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1802 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1812 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1816 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1828 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1839 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_com_phycfg.c1745 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1748 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1750 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1760 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1771 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1777 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1787 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1791 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1803 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1814 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_com_phycfg.c1770 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1773 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1775 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1785 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1796 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1802 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1812 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1816 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1828 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1839 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_com_phycfg.c1746 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1749 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1751 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1761 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1772 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1778 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1788 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1792 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1804 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1815 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_com_phycfg.c1747 u8 (*get_val)(u32, u8); in PHY_GetRateValuesOfTxPowerByRate() local
1750 get_val = get_val_from_dhex; in PHY_GetRateValuesOfTxPowerByRate()
1752 get_val = get_val_from_hex; in PHY_GetRateValuesOfTxPowerByRate()
1762 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1773 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1779 PwrByRateVal[0] = (s8)get_val(Value, 1); in PHY_GetRateValuesOfTxPowerByRate()
1789 PwrByRateVal[i - 1] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1793 PwrByRateVal[0] = (s8)get_val(Value, 0); in PHY_GetRateValuesOfTxPowerByRate()
1805 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
1816 PwrByRateVal[i] = (s8)get_val(Value, i); in PHY_GetRateValuesOfTxPowerByRate()
[all …]
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c292 u64 (*get_val)(struct cpudata*, int pstate); member
1708 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate()
1972 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate()
2044 .get_val = core_get_val,
2052 .get_val = atom_get_val,
2062 .get_val = atom_get_val,
2074 .get_val = core_get_val,
2570 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_adjust_perf_ctl()
2573 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_adjust_perf_ctl()
2864 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py266 def get_val(self): member in ProcINotify
288 value = property(get_val, set_val)
291 return '<%s=%d>' % (self._attr, self.get_val())
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp210 BOOST_CONTAINER_FORCEINLINE reference get_val() in get_val() function
242 BOOST_CONTAINER_FORCEINLINE reference get_val() in get_val() function
2204 …construct(this->m_holder.alloc(), begin_ptr + pos + insertions_left - 1, position_value.get_val()); in priv_insert_ordered_at()
2222 begin_ptr[pos + insertions_left - 1] = position_value.get_val(); in priv_insert_ordered_at()