Home
last modified time | relevance | path

Searched defs:addr (Results 201 – 225 of 8908) sorted by relevance

12345678910>>...357

/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Ddp501.c25 static void dp501_setbits(u8 addr, u8 reg, u8 mask) in dp501_setbits()
34 static void dp501_clrbits(u8 addr, u8 reg, u8 mask) in dp501_clrbits()
43 static int dp501_detect_cable_adapter(u8 addr) in dp501_detect_cable_adapter()
50 static void dp501_link_training(u8 addr) in dp501_link_training()
82 void dp501_powerup(u8 addr) in dp501_powerup()
134 void dp501_powerdown(u8 addr) in dp501_powerdown()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_bitops.h23 MALI_STATIC_INLINE void _mali_internal_clear_bit(u32 bit, u32 *addr) in _mali_internal_clear_bit()
31 MALI_STATIC_INLINE void _mali_internal_set_bit(u32 bit, u32 *addr) in _mali_internal_set_bit()
91 MALI_STATIC_INLINE void _mali_osk_clear_nonatomic_bit(u32 nr, u32 *addr) in _mali_osk_clear_nonatomic_bit()
104 MALI_STATIC_INLINE void _mali_osk_set_nonatomic_bit(u32 nr, u32 *addr) in _mali_osk_set_nonatomic_bit()
119 MALI_STATIC_INLINE u32 _mali_osk_test_bit(u32 nr, u32 *addr) in _mali_osk_test_bit()
134 MALI_STATIC_INLINE u32 _mali_osk_find_first_zero_bit(const u32 *addr, u32 maxbit) in _mali_osk_find_first_zero_bit()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h248 #define DRXDAP_FASI_ADDR2BLOCK(addr) (((addr)>>22)&0x3F) argument
249 #define DRXDAP_FASI_ADDR2BANK(addr) (((addr)>>16)&0x3F) argument
250 #define DRXDAP_FASI_ADDR2OFFSET(addr) ((addr)&0x7FFF) argument
252 #define DRXDAP_FASI_SHORT_FORMAT(addr) (((addr) & 0xFC30FF80) == 0) argument
253 #define DRXDAP_FASI_LONG_FORMAT(addr) (((addr) & 0xFC30FF80) != 0) argument
254 #define DRXDAP_FASI_OFFSET_TOO_LARGE(addr) (((addr) & 0x00008000) != 0) argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dbit_spinlock.h16 static inline void bit_spin_lock(int bitnum, unsigned long *addr) in bit_spin_lock()
41 static inline int bit_spin_trylock(int bitnum, unsigned long *addr) in bit_spin_trylock()
57 static inline void bit_spin_unlock(int bitnum, unsigned long *addr) in bit_spin_unlock()
74 static inline void __bit_spin_unlock(int bitnum, unsigned long *addr) in __bit_spin_unlock()
89 static inline int bit_spin_is_locked(int bitnum, unsigned long *addr) in bit_spin_is_locked()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev_addr_lists.c20 const unsigned char *addr, int addr_len, in __hw_addr_create_ex()
46 const unsigned char *addr, int addr_len, in __hw_addr_add_ex()
81 const unsigned char *addr, int addr_len, in __hw_addr_add()
113 const unsigned char *addr, int addr_len, in __hw_addr_del_ex()
127 const unsigned char *addr, int addr_len, in __hw_addr_del()
456 unsigned char addr[MAX_ADDR_LEN]; in dev_addr_init() local
490 int dev_addr_add(struct net_device *dev, const unsigned char *addr, in dev_addr_add()
518 int dev_addr_del(struct net_device *dev, const unsigned char *addr, in dev_addr_del()
553 int dev_uc_add_excl(struct net_device *dev, const unsigned char *addr) in dev_uc_add_excl()
584 int dev_uc_add(struct net_device *dev, const unsigned char *addr) in dev_uc_add()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dhwio.c109 static int indirect_read(struct wfx_dev *wdev, int reg, u32 addr, in indirect_read()
160 static int indirect_write(struct wfx_dev *wdev, int reg, u32 addr, in indirect_write()
174 static int indirect_read_locked(struct wfx_dev *wdev, int reg, u32 addr, in indirect_read_locked()
186 static int indirect_write_locked(struct wfx_dev *wdev, int reg, u32 addr, in indirect_write_locked()
199 u32 addr, u32 *val) in indirect_read32_locked()
216 u32 addr, u32 val) in indirect_write32_locked()
264 int sram_buf_read(struct wfx_dev *wdev, u32 addr, void *buf, size_t len) in sram_buf_read()
269 int ahb_buf_read(struct wfx_dev *wdev, u32 addr, void *buf, size_t len) in ahb_buf_read()
274 int sram_buf_write(struct wfx_dev *wdev, u32 addr, const void *buf, size_t len) in sram_buf_write()
279 int ahb_buf_write(struct wfx_dev *wdev, u32 addr, const void *buf, size_t len) in ahb_buf_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/
H A Dem28xx-i2c.c83 static int em2800_i2c_send_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_send_bytes()
135 static int em2800_i2c_recv_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_recv_bytes()
195 static int em2800_i2c_check_for_device(struct em28xx *dev, u8 addr) in em2800_i2c_check_for_device()
209 static int em28xx_i2c_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em28xx_i2c_send_bytes()
279 static int em28xx_i2c_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, u16 len) in em28xx_i2c_recv_bytes()
341 static int em28xx_i2c_check_for_device(struct em28xx *dev, u16 addr) in em28xx_i2c_check_for_device()
356 static int em25xx_bus_B_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_send_bytes()
409 static int em25xx_bus_B_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_recv_bytes()
464 static int em25xx_bus_B_check_for_device(struct em28xx *dev, u16 addr) in em25xx_bus_B_check_for_device()
480 static inline int i2c_check_for_device(struct em28xx_i2c_bus *i2c_bus, u16 addr) in i2c_check_for_device()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_ops.c23 #define WLAN_IOREG_CMD_ADDR(addr) ((WLAN_IOREG_DEVICE_ID << 13) | ((addr) & WLAN_IOREG_MSK)) argument
73 static u8 get_deviceid(u32 addr) in get_deviceid()
122 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) in _cvrt2ftaddr()
164 u8 sdio_read8(struct intf_hdl *pintfhdl, u32 addr) in sdio_read8()
185 u16 sdio_read16(struct intf_hdl *pintfhdl, u32 addr) in sdio_read16()
208 u32 sdio_read32(struct intf_hdl *pintfhdl, u32 addr) in sdio_read32()
284 s32 sdio_readN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) in sdio_readN()
345 s32 sdio_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val) in sdio_write8()
367 s32 sdio_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val) in sdio_write16()
389 s32 sdio_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val) in sdio_write32()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dhwio.c30 static int __cw1200_reg_read(struct cw1200_common *priv, u16 addr, in __cw1200_reg_read()
51 static int __cw1200_reg_write(struct cw1200_common *priv, u16 addr, in __cw1200_reg_write()
67 u16 addr, u32 *val) in __cw1200_reg_read_32()
76 u16 addr, u32 val) in __cw1200_reg_write_32()
83 u16 addr, u16 *val) in __cw1200_reg_read_16()
92 u16 addr, u16 val) in __cw1200_reg_write_16()
98 int cw1200_reg_read(struct cw1200_common *priv, u16 addr, void *buf, in cw1200_reg_read()
108 int cw1200_reg_write(struct cw1200_common *priv, u16 addr, const void *buf, in cw1200_reg_write()
171 int cw1200_indirect_read(struct cw1200_common *priv, u32 addr, void *buf, in cw1200_indirect_read()
235 int cw1200_apb_write(struct cw1200_common *priv, u32 addr, const void *buf, in cw1200_apb_write()
/OK3568_Linux_fs/kernel/mm/
H A Dioremap.c64 static int ioremap_pte_range(pmd_t *pmd, unsigned long addr, in ioremap_pte_range()
84 static int ioremap_try_huge_pmd(pmd_t *pmd, unsigned long addr, in ioremap_try_huge_pmd()
106 static inline int ioremap_pmd_range(pud_t *pud, unsigned long addr, in ioremap_pmd_range()
130 static int ioremap_try_huge_pud(pud_t *pud, unsigned long addr, in ioremap_try_huge_pud()
152 static inline int ioremap_pud_range(p4d_t *p4d, unsigned long addr, in ioremap_pud_range()
176 static int ioremap_try_huge_p4d(p4d_t *p4d, unsigned long addr, in ioremap_try_huge_p4d()
198 static inline int ioremap_p4d_range(pgd_t *pgd, unsigned long addr, in ioremap_p4d_range()
222 int ioremap_page_range(unsigned long addr, in ioremap_page_range()
253 void __iomem *ioremap_prot(phys_addr_t addr, size_t size, unsigned long prot) in ioremap_prot()
284 void iounmap(volatile void __iomem *addr) in iounmap()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dbitops_32.h32 static inline int test_and_set_bit(unsigned long nr, volatile unsigned long *addr) in test_and_set_bit()
42 static inline void set_bit(unsigned long nr, volatile unsigned long *addr) in set_bit()
52 static inline int test_and_clear_bit(unsigned long nr, volatile unsigned long *addr) in test_and_clear_bit()
62 static inline void clear_bit(unsigned long nr, volatile unsigned long *addr) in clear_bit()
72 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit()
82 static inline void change_bit(unsigned long nr, volatile unsigned long *addr) in change_bit()
H A Duaccess_64.h47 static inline bool __chk_range_not_ok(unsigned long addr, unsigned long size, unsigned long limit) in __chk_range_not_ok()
59 #define __range_not_ok(addr, size, limit) \ argument
65 static inline int __access_ok(const void __user * addr, unsigned long size) in __access_ok()
70 static inline int access_ok(const void __user * addr, unsigned long size) in access_ok()
104 #define __put_user_nocheck(data, addr, size) ({ \ argument
116 #define __put_user_asm(x, size, addr, ret) \ argument
138 #define __get_user_nocheck(data, addr, size, type) ({ \ argument
155 #define __get_user_asm(x, size, addr, ret) \ argument
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dhugetlb.h36 static inline void huge_pte_clear(struct mm_struct *mm, unsigned long addr, in huge_pte_clear()
45 unsigned long addr, unsigned long end, in hugetlb_free_pgd_range()
53 static inline void set_huge_pte_at(struct mm_struct *mm, unsigned long addr, in set_huge_pte_at()
62 unsigned long addr, pte_t *ptep) in huge_ptep_get_and_clear()
70 unsigned long addr, pte_t *ptep) in huge_ptep_clear_flush()
92 unsigned long addr, unsigned long len) in prepare_hugepage_range()
107 unsigned long addr, pte_t *ptep) in huge_ptep_set_wrprotect()
115 unsigned long addr, pte_t *ptep, in huge_ptep_set_access_flags()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dbitops-op32.h19 static inline void __set_bit(int nr, volatile unsigned long *addr) in __set_bit()
36 static inline void __clear_bit(int nr, volatile unsigned long *addr) in __clear_bit()
63 static inline void __change_bit(int nr, volatile unsigned long *addr) in __change_bit()
90 static inline int __test_and_set_bit(int nr, volatile unsigned long *addr) in __test_and_set_bit()
109 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit()
121 volatile unsigned long *addr) in __test_and_change_bit()
136 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dsdio_ops_linux.c45 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
80 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8()
116 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
153 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
190 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
227 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
259 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read8()
288 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
322 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read16()
356 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read32()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/
H A Dio.c32 static void __iomem *__isamem_convert_addr(const volatile void __iomem *addr) in __isamem_convert_addr()
67 u8 __readb(const volatile void __iomem *addr) in __readb()
79 u16 __readw(const volatile void __iomem *addr) in __readw()
89 u32 __readl(const volatile void __iomem *addr) in __readl()
106 void readsw(const volatile void __iomem *addr, void *data, int len) in readsw()
116 void readsl(const volatile void __iomem *addr, void *data, int len) in readsl()
126 void __writeb(u8 val, volatile void __iomem *addr) in __writeb()
136 void __writew(u16 val, volatile void __iomem *addr) in __writew()
146 void __writel(u32 val, volatile void __iomem *addr) in __writel()
161 void writesw(volatile void __iomem *addr, const void *data, int len) in writesw()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dc-tx39.c57 static void tx39h_dma_cache_wback_inv(unsigned long addr, unsigned long size) in tx39h_dma_cache_wback_inv()
68 static inline void tx39_blast_dcache_page(unsigned long addr) in tx39_blast_dcache_page()
74 static inline void tx39_blast_dcache_page_indexed(unsigned long addr) in tx39_blast_dcache_page_indexed()
84 static inline void tx39_blast_icache_page(unsigned long addr) in tx39_blast_icache_page()
97 static inline void tx39_blast_icache_page_indexed(unsigned long addr) in tx39_blast_icache_page_indexed()
217 static void local_tx39_flush_data_cache_page(void * addr) in local_tx39_flush_data_cache_page()
222 static void tx39_flush_data_cache_page(unsigned long addr) in tx39_flush_data_cache_page()
254 static void tx39_dma_cache_wback_inv(unsigned long addr, unsigned long size) in tx39_dma_cache_wback_inv()
271 static void tx39_dma_cache_inv(unsigned long addr, unsigned long size) in tx39_dma_cache_inv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/wiznet/
H A Dw5100.c205 static inline int w5100_read_direct(struct net_device *ndev, u32 addr) in w5100_read_direct()
210 static inline int __w5100_write_direct(struct net_device *ndev, u32 addr, in __w5100_write_direct()
218 static inline int w5100_write_direct(struct net_device *ndev, u32 addr, u8 data) in w5100_write_direct()
225 static int w5100_read16_direct(struct net_device *ndev, u32 addr) in w5100_read16_direct()
233 static int w5100_write16_direct(struct net_device *ndev, u32 addr, u16 data) in w5100_write16_direct()
241 static int w5100_readbulk_direct(struct net_device *ndev, u32 addr, u8 *buf, in w5100_readbulk_direct()
252 static int w5100_writebulk_direct(struct net_device *ndev, u32 addr, in w5100_writebulk_direct()
304 static int w5100_read_indirect(struct net_device *ndev, u32 addr) in w5100_read_indirect()
318 static int w5100_write_indirect(struct net_device *ndev, u32 addr, u8 data) in w5100_write_indirect()
331 static int w5100_read16_indirect(struct net_device *ndev, u32 addr) in w5100_read16_indirect()
[all …]
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_fdb.c91 const unsigned char *addr, in fdb_find_rcu()
106 const unsigned char *addr, in br_fdb_find()
121 const unsigned char *addr, in br_fdb_find_port()
145 const unsigned char *addr, in br_fdb_find_rcu()
156 static void fdb_add_hw_addr(struct net_bridge *br, const unsigned char *addr) in fdb_add_hw_addr()
184 static void fdb_del_hw_addr(struct net_bridge *br, const unsigned char *addr) in fdb_del_hw_addr()
216 const unsigned char *addr = f->key.addr.addr; in fdb_delete_local() local
248 const unsigned char *addr, u16 vid) in br_fdb_find_delete_local()
432 int br_fdb_test_addr(struct net_device *dev, unsigned char *addr) in br_fdb_test_addr()
503 const unsigned char *addr, in fdb_create()
[all …]
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dcore.c128 static bool kfence_protect(unsigned long addr) in kfence_protect()
133 static bool kfence_unprotect(unsigned long addr) in kfence_unprotect()
138 static inline struct kfence_metadata *addr_to_metadata(unsigned long addr) in addr_to_metadata()
209 static inline bool set_canary_byte(u8 *addr) in set_canary_byte()
216 static inline bool check_canary_byte(u8 *addr) in check_canary_byte()
231 unsigned long addr; in for_each_canary() local
262 void *addr; in kfence_guarded_alloc() local
351 static void kfence_guarded_free(void *addr, struct kfence_metadata *meta, bool zombie) in kfence_guarded_free()
426 unsigned long addr = (unsigned long)__kfence_pool; in kfence_init_pool() local
780 size_t kfence_ksize(const void *addr) in kfence_ksize()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/rtl8723d/
H A Dphydm_regconfig8723d.c21 void odm_config_rf_reg_8723d(struct dm_struct *dm, u32 addr, u32 data, in odm_config_rf_reg_8723d()
37 void odm_config_rf_radio_a_8723d(struct dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_a_8723d()
49 void odm_config_rf_radio_b_8723d(struct dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_b_8723d()
61 void odm_config_mac_8723d(struct dm_struct *dm, u32 addr, u8 data) in odm_config_mac_8723d()
69 void odm_config_bb_agc_8723d(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8723d()
82 u32 tx_num, u32 addr, u32 bitmask, u32 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/rtl8723d/
H A Dphydm_regconfig8723d.c22 void odm_config_rf_reg_8723d(struct dm_struct *dm, u32 addr, u32 data, in odm_config_rf_reg_8723d()
38 void odm_config_rf_radio_a_8723d(struct dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_a_8723d()
50 void odm_config_rf_radio_b_8723d(struct dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_b_8723d()
62 void odm_config_mac_8723d(struct dm_struct *dm, u32 addr, u8 data) in odm_config_mac_8723d()
70 void odm_config_bb_agc_8723d(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8723d()
83 u32 tx_num, u32 addr, u32 bitmask, u32 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()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dpageattr.c22 static int change_page_range(pte_t *ptep, unsigned long addr, void *data) in change_page_range()
53 static int change_memory_common(unsigned long addr, int numpages, in change_memory_common()
111 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro()
118 int set_memory_rw(unsigned long addr, int numpages) in set_memory_rw()
125 int set_memory_nx(unsigned long addr, int numpages) in set_memory_nx()
132 int set_memory_x(unsigned long addr, int numpages) in set_memory_x()
139 int set_memory_valid(unsigned long addr, int numpages, int enable) in set_memory_valid()
205 unsigned long addr = (unsigned long)page_address(page); in kernel_page_present() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_ops.c22 #define WLAN_IOREG_CMD_ADDR(addr) ((WLAN_IOREG_DEVICE_ID << 13) | ((addr) & WLAN_IOREG_MSK)) argument
72 static u8 get_deviceid(u32 addr) in get_deviceid()
121 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) in _cvrt2ftaddr()
163 u8 sdio_read8(struct intf_hdl *pintfhdl, u32 addr) in sdio_read8()
184 u16 sdio_read16(struct intf_hdl *pintfhdl, u32 addr) in sdio_read16()
207 u32 sdio_read32(struct intf_hdl *pintfhdl, u32 addr) in sdio_read32()
283 s32 sdio_readN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) in sdio_readN()
344 s32 sdio_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val) in sdio_write8()
366 s32 sdio_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val) in sdio_write16()
388 s32 sdio_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val) in sdio_write32()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/rtl8188e/
H A Dphydm_regconfig8188e.c23 void odm_config_rf_reg_8188e(struct dm_struct *dm, u32 addr, u32 data, in odm_config_rf_reg_8188e()
62 void odm_config_rf_radio_a_8188e(struct dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_a_8188e()
74 void odm_config_rf_radio_b_8188e(struct dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_b_8188e()
86 void odm_config_mac_8188e(struct dm_struct *dm, u32 addr, u8 data) in odm_config_mac_8188e()
94 void odm_config_bb_agc_8188e(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8188e()
107 u32 tx_num, u32 addr, u32 bitmask, u32 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()

12345678910>>...357