| /OK3568_Linux_fs/kernel/drivers/acpi/pmic/ |
| H A D | tps68470_pmic.c | 21 u32 bitmask; /* bit mask for power, clock */ member 40 .bitmask = S_IO_I2C_EN, 46 .bitmask = BIT(0), 52 .bitmask = BIT(0), 58 .bitmask = BIT(0), 64 .bitmask = BIT(0), 70 .bitmask = BIT(0), 80 .bitmask = TPS68470_VSIOVAL_IOVOLT_MASK, 86 .bitmask = TPS68470_VIOVAL_IOVOLT_MASK, 92 .bitmask = TPS68470_VCMVAL_VCVOLT_MASK, [all …]
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | bitmask.h | 11 struct bitmask { struct 16 struct bitmask *bitmask_alloc(unsigned int n); argument 17 void bitmask_free(struct bitmask *bmp); 19 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i); 20 struct bitmask *bitmask_setall(struct bitmask *bmp); 21 struct bitmask *bitmask_clearall(struct bitmask *bmp); 23 unsigned int bitmask_first(const struct bitmask *bmp); 24 unsigned int bitmask_next(const struct bitmask *bmp, unsigned int i); 25 unsigned int bitmask_last(const struct bitmask *bmp); 26 int bitmask_isallclear(const struct bitmask *bmp); [all …]
|
| H A D | bitmask.c | 24 struct bitmask *bitmask_alloc(unsigned int n) in bitmask_alloc() 26 struct bitmask *bmp; in bitmask_alloc() 41 void bitmask_free(struct bitmask *bmp) in bitmask_free() 62 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit() 71 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) in _setbit() 115 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i) in bitmask_setbit() 122 struct bitmask *bitmask_setall(struct bitmask *bmp) in bitmask_setall() 131 struct bitmask *bitmask_clearall(struct bitmask *bmp) in bitmask_clearall() 140 int bitmask_isallclear(const struct bitmask *bmp) in bitmask_isallclear() 150 int bitmask_isbitset(const struct bitmask *bmp, unsigned int i) in bitmask_isbitset() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bna.h | 114 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument 116 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument 118 #define xxx_enable(mode, bitmask, xxx) \ argument 120 bitmask |= xxx; \ 124 #define xxx_disable(mode, bitmask, xxx) \ argument 126 bitmask |= xxx; \ 130 #define xxx_inactive(mode, bitmask, xxx) \ argument 132 bitmask &= ~xxx; \ 136 #define is_promisc_enable(mode, bitmask) \ argument 137 is_xxx_enable(mode, bitmask, BNA_RXMODE_PROMISC) [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_physdev.c | 36 if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) && in physdev_mt() 39 if ((info->bitmask & XT_PHYSDEV_OP_ISIN) && in physdev_mt() 42 if ((info->bitmask & XT_PHYSDEV_OP_ISOUT) && in physdev_mt() 45 if ((info->bitmask & XT_PHYSDEV_OP_IN) && in physdev_mt() 48 if ((info->bitmask & XT_PHYSDEV_OP_OUT) && in physdev_mt() 58 if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) && in physdev_mt() 65 if ((info->bitmask & XT_PHYSDEV_OP_ISIN && in physdev_mt() 67 (info->bitmask & XT_PHYSDEV_OP_ISOUT && in physdev_mt() 71 if (!(info->bitmask & XT_PHYSDEV_OP_IN)) in physdev_mt() 83 if (!(info->bitmask & XT_PHYSDEV_OP_OUT)) in physdev_mt() [all …]
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebt_stp.c | 51 if ((info->bitmask & EBT_STP_FLAGS) && in ebt_filter_config() 54 if (info->bitmask & EBT_STP_ROOTPRIO) { in ebt_filter_config() 60 if (info->bitmask & EBT_STP_ROOTADDR) { in ebt_filter_config() 67 if (info->bitmask & EBT_STP_ROOTCOST) { in ebt_filter_config() 73 if (info->bitmask & EBT_STP_SENDERPRIO) { in ebt_filter_config() 79 if (info->bitmask & EBT_STP_SENDERADDR) { in ebt_filter_config() 86 if (info->bitmask & EBT_STP_PORT) { in ebt_filter_config() 92 if (info->bitmask & EBT_STP_MSGAGE) { in ebt_filter_config() 98 if (info->bitmask & EBT_STP_MAXAGE) { in ebt_filter_config() 104 if (info->bitmask & EBT_STP_HELLOTIME) { in ebt_filter_config() [all …]
|
| H A D | ebt_ip.c | 49 if ((info->bitmask & EBT_IP_TOS) && in ebt_ip_mt() 52 if ((info->bitmask & EBT_IP_SOURCE) && in ebt_ip_mt() 56 if ((info->bitmask & EBT_IP_DEST) && in ebt_ip_mt() 60 if (info->bitmask & EBT_IP_PROTO) { in ebt_ip_mt() 63 if (!(info->bitmask & (EBT_IP_DPORT | EBT_IP_SPORT | in ebt_ip_mt() 74 if (info->bitmask & EBT_IP_DPORT) { in ebt_ip_mt() 81 if (info->bitmask & EBT_IP_SPORT) { in ebt_ip_mt() 88 if ((info->bitmask & EBT_IP_ICMP) && in ebt_ip_mt() 95 if ((info->bitmask & EBT_IP_IGMP) && in ebt_ip_mt() 112 if (info->bitmask & ~EBT_IP_MASK || info->invflags & ~EBT_IP_MASK) in ebt_ip_mt_check() [all …]
|
| H A D | ebt_mark_m.c | 21 if (info->bitmask & EBT_MARK_OR) in ebt_mark_mt() 30 if (info->bitmask & ~EBT_MARK_MASK) in ebt_mark_mt_check() 32 if ((info->bitmask & EBT_MARK_OR) && (info->bitmask & EBT_MARK_AND)) in ebt_mark_mt_check() 34 if (!info->bitmask) in ebt_mark_mt_check() 43 uint8_t invert, bitmask; member 54 kern->bitmask = user->bitmask; in mark_mt_compat_from_user() 65 put_user(kern->bitmask, &user->bitmask)) in mark_mt_compat_to_user()
|
| H A D | ebt_ip6.c | 49 if ((info->bitmask & EBT_IP6_TCLASS) && in ebt_ip6_mt() 53 if (((info->bitmask & EBT_IP6_SOURCE) && in ebt_ip6_mt() 57 ((info->bitmask & EBT_IP6_DEST) && in ebt_ip6_mt() 62 if (info->bitmask & EBT_IP6_PROTO) { in ebt_ip6_mt() 72 if (!(info->bitmask & (EBT_IP6_DPORT | in ebt_ip6_mt() 81 if (info->bitmask & EBT_IP6_DPORT) { in ebt_ip6_mt() 88 if (info->bitmask & EBT_IP6_SPORT) { in ebt_ip6_mt() 95 if ((info->bitmask & EBT_IP6_ICMP6) && in ebt_ip6_mt() 113 if (info->bitmask & ~EBT_IP6_MASK || info->invflags & ~EBT_IP6_MASK) in ebt_ip6_mt_check() 115 if (info->bitmask & (EBT_IP6_DPORT | EBT_IP6_SPORT)) { in ebt_ip6_mt_check() [all …]
|
| H A D | ebt_arp.c | 29 if ((info->bitmask & EBT_ARP_OPCODE) && in ebt_arp_mt() 32 if ((info->bitmask & EBT_ARP_HTYPE) && in ebt_arp_mt() 35 if ((info->bitmask & EBT_ARP_PTYPE) && in ebt_arp_mt() 39 if (info->bitmask & (EBT_ARP_SRC_IP | EBT_ARP_DST_IP | EBT_ARP_GRAT)) { in ebt_arp_mt() 55 if ((info->bitmask & EBT_ARP_SRC_IP) && in ebt_arp_mt() 59 if ((info->bitmask & EBT_ARP_DST_IP) && in ebt_arp_mt() 63 if ((info->bitmask & EBT_ARP_GRAT) && in ebt_arp_mt() 68 if (info->bitmask & (EBT_ARP_SRC_MAC | EBT_ARP_DST_MAC)) { in ebt_arp_mt() 74 if (info->bitmask & EBT_ARP_SRC_MAC) { in ebt_arp_mt() 85 if (info->bitmask & EBT_ARP_DST_MAC) { in ebt_arp_mt() [all …]
|
| H A D | ebt_log.c | 32 if (info->bitmask & ~EBT_LOG_MASK) in ebt_log_tg_check() 79 unsigned int bitmask; in ebt_log_packet() local 93 bitmask = loginfo->u.log.logflags; in ebt_log_packet() 95 bitmask = NF_LOG_DEFAULT_MASK; in ebt_log_packet() 97 if ((bitmask & EBT_LOG_IP) && eth_hdr(skb)->h_proto == in ebt_log_packet() 114 if ((bitmask & EBT_LOG_IP6) && eth_hdr(skb)->h_proto == in ebt_log_packet() 138 if ((bitmask & EBT_LOG_ARP) && in ebt_log_packet() 187 li.u.log.logflags = info->bitmask; in ebt_log_tg() 193 if (info->bitmask & EBT_LOG_NFLOG) in ebt_log_tg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/rtl8821c/ |
| H A D | phydm_regconfig8821c.c | 138 void odm_config_bb_agc_8821c(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8821c() argument 148 bitmask, in odm_config_bb_agc_8821c() 152 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8821c() 159 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8821c() argument 162 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8821c() 164 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8821c() 169 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8821c() 172 void odm_config_bb_phy_8821c(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8821c() argument 191 bitmask, in odm_config_bb_phy_8821c() 199 bitmask, in odm_config_bb_phy_8821c() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/rtl8821c/ |
| H A D | phydm_regconfig8821c.c | 137 void odm_config_bb_agc_8821c(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8821c() argument 147 bitmask, in odm_config_bb_agc_8821c() 151 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8821c() 158 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8821c() argument 161 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8821c() 163 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8821c() 168 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8821c() 171 void odm_config_bb_phy_8821c(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8821c() argument 190 bitmask, in odm_config_bb_phy_8821c() 198 bitmask, in odm_config_bb_phy_8821c() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/rtl8822b/ |
| H A D | phydm_regconfig8822b.c | 158 void odm_config_bb_agc_8822b(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8822b() argument 168 bitmask, in odm_config_bb_agc_8822b() 172 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8822b() 179 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8822b() argument 189 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8822b() 191 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8822b() 194 "===> config_bb: [PHY_REG] %08X %08X %08X\n", addr, bitmask, in odm_config_bb_phy_reg_pg_8822b() 198 void odm_config_bb_phy_8822b(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8822b() argument 217 bitmask, in odm_config_bb_phy_8822b() 225 bitmask, in odm_config_bb_phy_8822b() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | asc7621.c | 836 PREAD(in0_alarm, 0, PRI_HIGH, 0x41, 0, 0x01, 0, bitmask), 837 PREAD(in1_alarm, 1, PRI_HIGH, 0x41, 0, 0x01, 1, bitmask), 838 PREAD(in2_alarm, 2, PRI_HIGH, 0x41, 0, 0x01, 2, bitmask), 839 PREAD(in3_alarm, 3, PRI_HIGH, 0x41, 0, 0x01, 3, bitmask), 840 PREAD(in4_alarm, 4, PRI_HIGH, 0x42, 0, 0x01, 0, bitmask), 852 PREAD(fan1_alarm, 0, PRI_HIGH, 0x42, 0, 0x01, 2, bitmask), 853 PREAD(fan2_alarm, 1, PRI_HIGH, 0x42, 0, 0x01, 3, bitmask), 854 PREAD(fan3_alarm, 2, PRI_HIGH, 0x42, 0, 0x01, 4, bitmask), 855 PREAD(fan4_alarm, 3, PRI_HIGH, 0x42, 0, 0x01, 5, bitmask), 876 PREAD(temp1_alarm, 0, PRI_HIGH, 0x41, 0, 0x01, 4, bitmask), [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/rtl8822c/ |
| H A D | phydm_regconfig8822c.c | 136 void odm_config_bb_agc_8822c(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8822c() argument 144 bitmask, (enum rf_path)0, 0); in odm_config_bb_agc_8822c() 146 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8822c() 153 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8822c() argument 164 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8822c() 167 bitmask, data); in odm_config_bb_phy_reg_pg_8822c() 171 "===> config_bb: [PHY_REG] %08X %08X %08X\n", addr, bitmask, in odm_config_bb_phy_reg_pg_8822c() 175 void odm_config_bb_phy_8822c(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8822c() argument 192 addr, data, bitmask, in odm_config_bb_phy_8822c() 198 addr, data, bitmask, in odm_config_bb_phy_8822c() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/rtl8723d/ |
| H A D | phydm_regconfig8723d.c | 69 void odm_config_bb_agc_8723d(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8723d() argument 72 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8723d() 82 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8723d() argument 92 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8723d() 95 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8723d() 99 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8723d() 102 void odm_config_bb_phy_8723d(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8723d() argument 123 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_phy_8723d()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/rtl8723d/ |
| H A D | phydm_regconfig8723d.c | 70 void odm_config_bb_agc_8723d(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8723d() argument 73 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8723d() 83 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8723d() argument 93 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8723d() 96 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8723d() 100 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8723d() 103 void odm_config_bb_phy_8723d(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8723d() argument 124 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_phy_8723d()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | cmpxchg.h | 69 u32 bitmask = ((0x1 << size * BITS_PER_BYTE) - 1) << bitoff; in cmpxchg_small() local 76 ret = (load32 & bitmask) >> bitoff; in cmpxchg_small() 80 old32 = (load32 & ~bitmask) | (old << bitoff); in cmpxchg_small() 81 new32 = (load32 & ~bitmask) | (new << bitoff); in cmpxchg_small() 101 u32 bitmask = ((0x1 << size * BITS_PER_BYTE) - 1) << bitoff; in xchg_small() local 107 ret = (oldv & bitmask) >> bitoff; in xchg_small() 108 newv = (oldv & ~bitmask) | (x << bitoff); in xchg_small()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/rtl8188e/ |
| H A D | phydm_regconfig8188e.c | 94 void odm_config_bb_agc_8188e(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8188e() argument 97 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8188e() 107 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8188e() argument 128 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188e() 131 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188e() 133 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188e() 151 void odm_config_bb_phy_8188e(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8188e() argument 173 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_phy_8188e()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/rtl8703b/ |
| H A D | phydm_regconfig8703b.c | 93 void odm_config_bb_agc_8703b(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8703b() argument 96 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8703b() 106 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8703b() argument 116 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8703b() 118 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8703b() 123 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8703b() 126 void odm_config_bb_phy_8703b(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8703b() argument 146 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_phy_8703b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/rtl8188f/ |
| H A D | phydm_regconfig8188f.c | 113 void odm_config_bb_agc_8188f(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8188f() argument 116 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8188f() 126 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8188f() argument 137 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 139 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 144 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 147 void odm_config_bb_phy_8188f(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8188f() argument 167 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_phy_8188f()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/rtl8188f/ |
| H A D | phydm_regconfig8188f.c | 113 void odm_config_bb_agc_8188f(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8188f() argument 116 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8188f() 126 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8188f() argument 137 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 139 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 144 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 147 void odm_config_bb_phy_8188f(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8188f() argument 167 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_phy_8188f()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/rtl8723b/ |
| H A D | phydm_regconfig8723b.c | 130 u32 bitmask, in odm_config_bb_agc_8723b() argument 134 odm_set_bb_reg(p_dm, addr, bitmask, data); in odm_config_bb_agc_8723b() 148 u32 bitmask, in odm_config_bb_phy_reg_pg_8723b() argument 160 phy_store_tx_power_by_rate(p_dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8723b() 162 PHY_StoreTxPowerByRate(p_dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8723b() 165 …MP_INIT, ("===> odm_config_bb_with_header_file: [PHY_REG] %08X %08X %08X\n", addr, bitmask, data)); in odm_config_bb_phy_reg_pg_8723b() 172 u32 bitmask, in odm_config_bb_phy_8723b() argument 193 odm_set_bb_reg(p_dm, addr, bitmask, data); in odm_config_bb_phy_8723b()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/rtl8188f/ |
| H A D | phydm_regconfig8188f.c | 114 void odm_config_bb_agc_8188f(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8188f() argument 117 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_agc_8188f() 127 u32 tx_num, u32 addr, u32 bitmask, u32 data) in odm_config_bb_phy_reg_pg_8188f() argument 138 phy_store_tx_power_by_rate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 140 PHY_StoreTxPowerByRate(dm->adapter, band, rf_path, tx_num, addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 145 addr, bitmask, data); in odm_config_bb_phy_reg_pg_8188f() 148 void odm_config_bb_phy_8188f(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8188f() argument 168 odm_set_bb_reg(dm, addr, bitmask, data); in odm_config_bb_phy_8188f()
|