Home
last modified time | relevance | path

Searched defs:addr (Results 176 – 200 of 8908) sorted by relevance

12345678910>>...357

/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A Dmcf8390.c49 static inline u32 NE_PTR(u32 addr) in NE_PTR()
56 static inline u32 NE_DATA_PTR(u32 addr) in NE_DATA_PTR()
61 void ei_outb(u32 val, u32 addr) in ei_outb()
70 u8 ei_inb(u32 addr) in ei_inb()
79 void ei_insb(u32 addr, void *vbuf, int len) in ei_insb()
92 void ei_insw(u32 addr, void *vbuf, int len) in ei_insw()
105 void ei_outsb(u32 addr, const void *vbuf, int len) in ei_outsb()
118 void ei_outsw(u32 addr, const void *vbuf, int len) in ei_outsw()
154 u32 addr = dev->base_addr; in mcf8390_reset_8390() local
195 u32 addr = dev->base_addr; in mcf8390_get_8390_hdr() local
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dbitops.h92 static inline void arch_clear_bit(int nr, volatile unsigned long *addr) in arch_clear_bit()
97 static inline void arch_clear_bit_unlock(int nr, volatile unsigned long *addr) in arch_clear_bit_unlock()
102 static inline void arch_change_bit(int nr, volatile unsigned long *addr) in arch_change_bit()
139 volatile unsigned long *addr) in arch_test_and_set_bit()
145 volatile unsigned long *addr) in arch_test_and_set_bit_lock()
152 volatile unsigned long *addr) in arch_test_and_clear_bit()
158 volatile unsigned long *addr) in arch_test_and_change_bit()
165 clear_bit_unlock_return_word(int nr, volatile unsigned long *addr) in clear_bit_unlock_return_word()
188 #define arch_clear_bit_unlock_is_negative_byte(nr, addr) \ argument
195 static inline void arch___clear_bit_unlock(int nr, volatile unsigned long *addr) in arch___clear_bit_unlock()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dipv6.c78 struct sctp_sockaddr_entry *addr = NULL; in sctp_inet6addr_event() local
415 struct sctp_sockaddr_entry *addr; in sctp_v6_copy_addrlist() local
477 static void sctp_v6_from_skb(union sctp_addr *addr, struct sk_buff *skb, in sctp_v6_from_skb()
498 static void sctp_v6_from_sk(union sctp_addr *addr, struct sock *sk) in sctp_v6_from_sk()
506 static void sctp_v6_to_sk_saddr(union sctp_addr *addr, struct sock *sk) in sctp_v6_to_sk_saddr()
520 static void sctp_v6_to_sk_daddr(union sctp_addr *addr, struct sock *sk) in sctp_v6_to_sk_daddr()
533 static bool sctp_v6_from_addr_param(union sctp_addr *addr, in sctp_v6_from_addr_param()
552 static int sctp_v6_to_addr_param(const union sctp_addr *addr, in sctp_v6_to_addr_param()
565 static void sctp_v6_to_addr(union sctp_addr *addr, struct in6_addr *saddr, in sctp_v6_to_addr()
619 static void sctp_v6_inaddr_any(union sctp_addr *addr, __be16 port) in sctp_v6_inaddr_any()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dcache_insns_32.h8 #define __icbi(addr) __asm__ __volatile__ ( "icbi @%0\n\t" : : "r" (addr)) argument
10 #define __icbi(addr) mb() argument
13 #define __ocbp(addr) __asm__ __volatile__ ( "ocbp @%0\n\t" : : "r" (addr)) argument
14 #define __ocbi(addr) __asm__ __volatile__ ( "ocbi @%0\n\t" : : "r" (addr)) argument
15 #define __ocbwb(addr) __asm__ __volatile__ ( "ocbwb @%0\n\t" : : "r" (addr)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/sdio/
H A Dsdio_ops.c65 static u8 get_deviceid(u32 addr) in get_deviceid()
114 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) in _cvrt2ftaddr()
155 u8 sdio_read8(struct intf_hdl *pintfhdl, u32 addr) in sdio_read8()
167 u16 sdio_read16(struct intf_hdl *pintfhdl, u32 addr) in sdio_read16()
181 u32 sdio_read32(struct intf_hdl *pintfhdl, u32 addr) in sdio_read32()
247 s32 sdio_readN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) in sdio_readN()
298 s32 sdio_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val) in sdio_write8()
311 s32 sdio_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val) in sdio_write16()
325 s32 sdio_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val) in sdio_write32()
391 s32 sdio_writeN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) in sdio_writeN()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/sdio/
H A Dsdio_ops.c66 static u8 get_deviceid(u32 addr) in get_deviceid()
115 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) in _cvrt2ftaddr()
156 u8 sdio_read8(struct intf_hdl *pintfhdl, u32 addr) in sdio_read8()
168 u16 sdio_read16(struct intf_hdl *pintfhdl, u32 addr) in sdio_read16()
182 u32 sdio_read32(struct intf_hdl *pintfhdl, u32 addr) in sdio_read32()
248 s32 sdio_readN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) in sdio_readN()
299 s32 sdio_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val) in sdio_write8()
312 s32 sdio_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val) in sdio_write16()
326 s32 sdio_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val) in sdio_write32()
392 s32 sdio_writeN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) in sdio_writeN()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dsp_private.h79 hrt_address addr, in sp_dmem_store()
91 const hrt_address addr, in sp_dmem_load()
103 hrt_address addr, in sp_dmem_store_uint8()
115 hrt_address addr, in sp_dmem_store_uint16()
127 hrt_address addr, in sp_dmem_store_uint32()
139 const hrt_address addr) in sp_dmem_load_uint8()
149 const hrt_address addr) in sp_dmem_load_uint16()
159 const hrt_address addr) in sp_dmem_load_uint32()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dioasm.c16 static inline int __stsch(struct subchannel_id schid, struct schib *addr) in __stsch()
33 int stsch(struct subchannel_id schid, struct schib *addr) in stsch()
44 static inline int __msch(struct subchannel_id schid, struct schib *addr) in __msch()
61 int msch(struct subchannel_id schid, struct schib *addr) in msch()
71 static inline int __tsch(struct subchannel_id schid, struct irb *addr) in __tsch()
86 int tsch(struct subchannel_id schid, struct irb *addr) in tsch()
96 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch()
113 int ssch(struct subchannel_id schid, union orb *addr) in ssch()
150 int tpi(struct tpi_info *addr) in tpi()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dsdio_ops_linux.c44 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
79 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8()
115 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
152 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
189 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
226 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
258 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read8()
287 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
321 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read16()
355 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read32()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_physts.c839 u8 *addr, in halbb_physts_ie_hdr()
876 u8 *addr, in halbb_physts_ie_00()
903 u8 *addr, in halbb_physts_ie_01()
971 u8 *addr, in halbb_physts_ie_02()
1020 u8 *addr, in halbb_physts_ie_03()
1051 u8 *addr, in halbb_physts_ie_04_07()
1092 u8 *addr, in halbb_physts_ie_05()
1120 u8 *addr, in halbb_physts_ie_06()
1148 u8 *addr, in halbb_physts_ie_07()
1177 u8 *addr, in halbb_physts_ie_08()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_physts.c839 u8 *addr, in halbb_physts_ie_hdr()
876 u8 *addr, in halbb_physts_ie_00()
903 u8 *addr, in halbb_physts_ie_01()
971 u8 *addr, in halbb_physts_ie_02()
1020 u8 *addr, in halbb_physts_ie_03()
1051 u8 *addr, in halbb_physts_ie_04_07()
1092 u8 *addr, in halbb_physts_ie_05()
1120 u8 *addr, in halbb_physts_ie_06()
1148 u8 *addr, in halbb_physts_ie_07()
1177 u8 *addr, in halbb_physts_ie_08()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dset_memory.h11 static inline int set_memory_ro(unsigned long addr, int numpages) { return 0; } in set_memory_ro()
12 static inline int set_memory_rw(unsigned long addr, int numpages) { return 0; } in set_memory_rw()
13 static inline int set_memory_x(unsigned long addr, int numpages) { return 0; } in set_memory_x()
14 static inline int set_memory_nx(unsigned long addr, int numpages) { return 0; } in set_memory_nx()
43 static inline int set_memory_encrypted(unsigned long addr, int numpages) in set_memory_encrypted()
48 static inline int set_memory_decrypted(unsigned long addr, int numpages) in set_memory_decrypted()
/OK3568_Linux_fs/kernel/net/netlabel/
H A Dnetlabel_addrlist.c46 struct netlbl_af4list *netlbl_af4list_search(__be32 addr, in netlbl_af4list_search()
70 struct netlbl_af4list *netlbl_af4list_search_exact(__be32 addr, in netlbl_af4list_search_exact()
96 struct netlbl_af6list *netlbl_af6list_search(const struct in6_addr *addr, in netlbl_af6list_search()
121 struct netlbl_af6list *netlbl_af6list_search_exact(const struct in6_addr *addr, in netlbl_af6list_search_exact()
239 struct netlbl_af4list *netlbl_af4list_remove(__be32 addr, __be32 mask, in netlbl_af4list_remove()
279 struct netlbl_af6list *netlbl_af6list_remove(const struct in6_addr *addr, in netlbl_af6list_remove()
312 __be32 addr, __be32 mask) in netlbl_af4list_audit_addr()
346 const struct in6_addr *addr, in netlbl_af6list_audit_addr()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dupa.h28 static inline unsigned char _upa_readb(unsigned long addr) in _upa_readb()
39 static inline unsigned short _upa_readw(unsigned long addr) in _upa_readw()
50 static inline unsigned int _upa_readl(unsigned long addr) in _upa_readl()
61 static inline unsigned long _upa_readq(unsigned long addr) in _upa_readq()
72 static inline void _upa_writeb(unsigned char b, unsigned long addr) in _upa_writeb()
79 static inline void _upa_writew(unsigned short w, unsigned long addr) in _upa_writew()
86 static inline void _upa_writel(unsigned int l, unsigned long addr) in _upa_writel()
93 static inline void _upa_writeq(unsigned long q, unsigned long addr) in _upa_writeq()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/rtl8822b/
H A Dphydm_regconfig8822b.c30 void odm_config_rf_reg_8822b(struct dm_struct *dm, u32 addr, u32 data, in odm_config_rf_reg_8822b()
88 void odm_config_rf_radio_a_8822b(struct dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_a_8822b()
99 void odm_config_rf_radio_b_8822b(struct dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_b_8822b()
110 void odm_config_mac_8822b(struct dm_struct *dm, u32 addr, u8 data) in odm_config_mac_8822b()
126 void odm_update_agc_big_jump_lmt_8822b(struct dm_struct *dm, u32 addr, u32 data) in odm_update_agc_big_jump_lmt_8822b()
158 void odm_config_bb_agc_8822b(struct dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8822b()
179 u32 tx_num, u32 addr, u32 bitmask, u32 data) 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()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/
H A Dftrace.c45 ftrace_call_replace(unsigned long ip, unsigned long addr, int link) in ftrace_call_replace()
91 static int test_24bit_addr(unsigned long ip, unsigned long addr) in test_24bit_addr()
126 struct dyn_ftrace *rec, unsigned long addr) in __ftrace_make_nop()
222 struct dyn_ftrace *rec, unsigned long addr) in __ftrace_make_nop()
394 static int __ftrace_make_nop_kernel(struct dyn_ftrace *rec, unsigned long addr) in __ftrace_make_nop_kernel()
434 struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop()
518 __ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
586 __ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
626 static int __ftrace_make_call_kernel(struct dyn_ftrace *rec, unsigned long addr)
673 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Dsdio_ops_linux.c44 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
79 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8()
115 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
152 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
189 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
226 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
258 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read8()
287 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
321 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read16()
355 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read32()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dsdio_ops_linux.c44 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
79 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8()
115 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
152 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
189 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
226 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
258 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read8()
287 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
321 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read16()
355 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read32()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Dsdio_ops_linux.c44 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
79 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8()
115 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
152 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
189 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
226 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
258 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read8()
287 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
321 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read16()
355 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read32()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dsdio_ops_linux.c44 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
79 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8()
115 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
152 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
189 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
226 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
258 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read8()
287 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
321 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read16()
355 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read32()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dsdio_ops_linux.c44 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
79 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8()
115 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
152 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
189 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
226 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
258 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read8()
287 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
321 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read16()
355 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read32()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/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/drivers/net/wireless/rockchip_wlan/rtl8821cs/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/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Dsdio_ops_linux.c44 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
79 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8()
115 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
152 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
189 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
226 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
258 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read8()
287 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
321 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read16()
355 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in _sd_read32()
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dcore_irongate.c85 unsigned long addr; in mk_conf_addr() local
106 unsigned long addr; in irongate_read_config() local
131 unsigned long addr; in irongate_write_config() local
306 #define GET_PAGE_DIR_OFF(addr) (addr >> 22) argument
307 #define GET_PAGE_DIR_IDX(addr) (GET_PAGE_DIR_OFF(addr)) argument
309 #define GET_GATT_OFF(addr) ((addr & 0x003ff000) >> 12) argument
310 #define GET_GATT(addr) (gatt_pages[GET_PAGE_DIR_IDX(addr)]) argument
313 irongate_ioremap(unsigned long addr, unsigned long size) in irongate_ioremap()
411 unsigned long addr = (unsigned long) xaddr; in irongate_iounmap() local

12345678910>>...357