Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 25 of 142) sorted by relevance

123456

/OK3568_Linux_fs/kernel/net/rds/
H A Dib_recv.c47 void rds_ib_recv_init_ring(struct rds_ib_connection *ic) in rds_ib_recv_init_ring()
121 int rds_ib_recv_alloc_caches(struct rds_ib_connection *ic, gfp_t gfp) in rds_ib_recv_alloc_caches()
155 void rds_ib_recv_free_caches(struct rds_ib_connection *ic) in rds_ib_recv_free_caches()
192 static void rds_ib_frag_free(struct rds_ib_connection *ic, in rds_ib_frag_free()
208 struct rds_ib_connection *ic = inc->i_conn->c_transport_data; in rds_ib_inc_free() local
223 static void rds_ib_recv_clear_one(struct rds_ib_connection *ic, in rds_ib_recv_clear_one()
237 void rds_ib_recv_clear_ring(struct rds_ib_connection *ic) in rds_ib_recv_clear_ring()
245 static struct rds_ib_incoming *rds_ib_refill_one_inc(struct rds_ib_connection *ic, in rds_ib_refill_one_inc()
275 static struct rds_page_frag *rds_ib_refill_one_frag(struct rds_ib_connection *ic, in rds_ib_refill_one_frag()
310 struct rds_ib_connection *ic = conn->c_transport_data; in rds_ib_recv_refill_one() local
[all …]
H A Dib_send.c73 static void rds_ib_send_unmap_data(struct rds_ib_connection *ic, in rds_ib_send_unmap_data()
83 static void rds_ib_send_unmap_rdma(struct rds_ib_connection *ic, in rds_ib_send_unmap_rdma()
123 static void rds_ib_send_unmap_atomic(struct rds_ib_connection *ic, in rds_ib_send_unmap_atomic()
150 static struct rds_message *rds_ib_send_unmap_op(struct rds_ib_connection *ic, in rds_ib_send_unmap_op()
190 void rds_ib_send_init_ring(struct rds_ib_connection *ic) in rds_ib_send_init_ring()
214 void rds_ib_send_clear_ring(struct rds_ib_connection *ic) in rds_ib_send_clear_ring()
229 static void rds_ib_sub_signaled(struct rds_ib_connection *ic, int nr) in rds_ib_sub_signaled()
243 void rds_ib_send_cqe_handler(struct rds_ib_connection *ic, struct ib_wc *wc) in rds_ib_send_cqe_handler()
356 int rds_ib_send_grab_credits(struct rds_ib_connection *ic, in rds_ib_send_grab_credits()
411 struct rds_ib_connection *ic = conn->c_transport_data; in rds_ib_send_add_credits() local
[all …]
H A Dib_cm.c59 struct rds_ib_connection *ic = conn->c_transport_data; in rds_ib_set_flow_control() local
85 rds_ib_tune_rnr(struct rds_ib_connection *ic, struct ib_qp_attr *attr) in rds_ib_tune_rnr()
101 struct rds_ib_connection *ic = conn->c_transport_data; in rds_ib_cm_connect_complete() local
205 struct rds_ib_connection *ic = conn->c_transport_data; in rds_ib_cm_fill_conn_param() local
284 struct rds_ib_connection *ic = conn->c_transport_data; in rds_ib_cq_comp_handler_recv() local
293 static void poll_scq(struct rds_ib_connection *ic, struct ib_cq *cq, in poll_scq()
318 struct rds_ib_connection *ic = (struct rds_ib_connection *)data; in rds_ib_tasklet_fn_send() local
337 static void poll_rcq(struct rds_ib_connection *ic, struct ib_cq *cq, in poll_rcq()
358 struct rds_ib_connection *ic = (struct rds_ib_connection *)data; in rds_ib_tasklet_fn_recv() local
391 struct rds_ib_connection *ic = conn->c_transport_data; in rds_ib_qp_event_handler() local
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c99 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block]) argument
290 struct dm_integrity_c *ic; member
308 struct dm_integrity_c *ic; member
320 struct dm_integrity_c *ic; member
378 static void dm_integrity_io_error(struct dm_integrity_c *ic, const char *msg, int err) in dm_integrity_io_error()
386 static int dm_integrity_failed(struct dm_integrity_c *ic) in dm_integrity_failed()
391 static bool dm_integrity_disable_recalculate(struct dm_integrity_c *ic) in dm_integrity_disable_recalculate()
399 static commit_id_t dm_integrity_commit_id(struct dm_integrity_c *ic, unsigned i, in dm_integrity_commit_id()
409 static void get_area_and_offset(struct dm_integrity_c *ic, sector_t data_sector, in get_area_and_offset()
422 #define sector_to_block(ic, n) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-lpc32xx.c34 static inline u32 lpc32xx_ic_read(struct lpc32xx_irq_chip *ic, u32 reg) in lpc32xx_ic_read()
39 static inline void lpc32xx_ic_write(struct lpc32xx_irq_chip *ic, in lpc32xx_ic_write()
47 struct lpc32xx_irq_chip *ic = irq_data_get_irq_chip_data(d); in lpc32xx_irq_mask() local
56 struct lpc32xx_irq_chip *ic = irq_data_get_irq_chip_data(d); in lpc32xx_irq_unmask() local
65 struct lpc32xx_irq_chip *ic = irq_data_get_irq_chip_data(d); in lpc32xx_irq_ack() local
73 struct lpc32xx_irq_chip *ic = irq_data_get_irq_chip_data(d); in lpc32xx_irq_set_type() local
123 struct lpc32xx_irq_chip *ic = lpc32xx_mic_irqc; in lpc32xx_handle_irq() local
135 struct lpc32xx_irq_chip *ic = irq_desc_get_handler_data(desc); in lpc32xx_sic_handler() local
153 struct lpc32xx_irq_chip *ic = id->host_data; in lpc32xx_irq_domain_map() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_hwconfig.c34 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
35 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
38 #define READ_AND_CONFIG(ic, txt) \ argument
49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
50 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_hwconfig.c34 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
35 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
38 #define READ_AND_CONFIG(ic, txt) \ argument
49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
50 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_hwconfig.c33 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
34 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
37 #define READ_AND_CONFIG(ic, txt) \ argument
48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
49 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_hwconfig.c23 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(p_dm)) argument
24 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(p_dm)) argument
28 #define READ_AND_CONFIG(ic, txt) do {\ argument
38 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
39 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
42 #define GET_VERSION(ic, txt) (p_dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
44 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_hwconfig.c33 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
34 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
37 #define READ_AND_CONFIG(ic, txt) \ argument
48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
49 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_hwconfig.c33 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
34 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
37 #define READ_AND_CONFIG(ic, txt) \ argument
48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
49 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_hwconfig.c34 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
35 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
38 #define READ_AND_CONFIG(ic, txt) \ argument
49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
50 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_hwconfig.c33 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
34 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
37 #define READ_AND_CONFIG(ic, txt) \ argument
48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
49 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_hwconfig.c33 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
34 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
37 #define READ_AND_CONFIG(ic, txt) \ argument
48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
49 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_hwconfig.c34 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
35 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
38 #define READ_AND_CONFIG(ic, txt) \ argument
49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
50 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_hwconfig.c33 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
34 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
37 #define READ_AND_CONFIG(ic, txt) \ argument
48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
49 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_hwconfig.c34 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
35 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
38 #define READ_AND_CONFIG(ic, txt) \ argument
49 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
50 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
53 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
55 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_hwconfig.c33 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) argument
34 #define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm)) argument
37 #define READ_AND_CONFIG(ic, txt) \ argument
48 #define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt()) argument
49 #define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt()) argument
52 #define GET_VERSION(ic, txt) (dm->is_mp_chip ? GET_VERSION_MP(ic, txt) : GET_VERSION_TC(ic, txt)) argument
54 #define GET_VERSION(ic, txt) GET_VERSION_MP(ic, txt) argument
/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-ic.c164 static inline u32 ipu_ic_read(struct ipu_ic *ic, unsigned offset) in ipu_ic_read()
169 static inline void ipu_ic_write(struct ipu_ic *ic, u32 value, unsigned offset) in ipu_ic_write()
174 static int init_csc(struct ipu_ic *ic, in init_csc()
216 static int calc_resize_coeffs(struct ipu_ic *ic, in calc_resize_coeffs()
268 void ipu_ic_task_enable(struct ipu_ic *ic) in ipu_ic_task_enable()
300 void ipu_ic_task_disable(struct ipu_ic *ic) in ipu_ic_task_disable()
324 int ipu_ic_task_graphics_init(struct ipu_ic *ic, in ipu_ic_task_graphics_init()
397 int ipu_ic_task_init_rsc(struct ipu_ic *ic, in ipu_ic_task_init_rsc()
441 int ipu_ic_task_init(struct ipu_ic *ic, in ipu_ic_task_init()
452 int ipu_ic_task_idma_init(struct ipu_ic *ic, struct ipuv3_channel *channel, in ipu_ic_task_idma_init()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_efuse.h74 #define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) argument
75 #define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) argument
76 #define GET_MASK_ARRAY_LEN_MP(ic, txt) (EFUSE_GetArrayLen_MP_##ic##txt()) argument
77 #define GET_MASK_ARRAY_LEN_TC(ic, txt) (EFUSE_GetArrayLen_TC_##ic##txt()) argument
78 #define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) argument
79 #define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) argument
82 #define IS_MASKED(ic, txt, offset) (IS_MASKED_MP(ic, txt, offset)) argument
83 #define GET_MASK_ARRAY_LEN(ic, txt) (GET_MASK_ARRAY_LEN_MP(ic, txt)) argument
84 #define GET_MASK_ARRAY(ic, txt, out) do { GET_MASK_ARRAY_MP(ic, txt, out); } while (0) argument
87 #define IS_BT_MASKED_MP(ic, txt, offset) (EFUSE_IsBTAddressMasked_MP_##ic##txt(offset)) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_efuse.h82 #define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) argument
83 #define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) argument
84 #define GET_MASK_ARRAY_LEN_MP(ic, txt) (EFUSE_GetArrayLen_MP_##ic##txt()) argument
85 #define GET_MASK_ARRAY_LEN_TC(ic, txt) (EFUSE_GetArrayLen_TC_##ic##txt()) argument
86 #define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) argument
87 #define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) argument
90 #define IS_MASKED(ic, txt, offset) (IS_MASKED_MP(ic, txt, offset)) argument
91 #define GET_MASK_ARRAY_LEN(ic, txt) (GET_MASK_ARRAY_LEN_MP(ic, txt)) argument
92 #define GET_MASK_ARRAY(ic, txt, out) do { GET_MASK_ARRAY_MP(ic, txt, out); } while (0) argument
95 #define IS_BT_MASKED_MP(ic, txt, offset) (EFUSE_IsBTAddressMasked_MP_##ic##txt(offset)) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_efuse.h82 #define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) argument
83 #define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) argument
84 #define GET_MASK_ARRAY_LEN_MP(ic, txt) (EFUSE_GetArrayLen_MP_##ic##txt()) argument
85 #define GET_MASK_ARRAY_LEN_TC(ic, txt) (EFUSE_GetArrayLen_TC_##ic##txt()) argument
86 #define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) argument
87 #define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) argument
90 #define IS_MASKED(ic, txt, offset) (IS_MASKED_MP(ic, txt, offset)) argument
91 #define GET_MASK_ARRAY_LEN(ic, txt) (GET_MASK_ARRAY_LEN_MP(ic, txt)) argument
92 #define GET_MASK_ARRAY(ic, txt, out) do { GET_MASK_ARRAY_MP(ic, txt, out); } while (0) argument
95 #define IS_BT_MASKED_MP(ic, txt, offset) (EFUSE_IsBTAddressMasked_MP_##ic##txt(offset)) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_efuse.h83 #define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) argument
84 #define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) argument
85 #define GET_MASK_ARRAY_LEN_MP(ic, txt) (EFUSE_GetArrayLen_MP_##ic##txt()) argument
86 #define GET_MASK_ARRAY_LEN_TC(ic, txt) (EFUSE_GetArrayLen_TC_##ic##txt()) argument
87 #define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) argument
88 #define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) argument
91 #define IS_MASKED(ic, txt, offset) (IS_MASKED_MP(ic, txt, offset)) argument
92 #define GET_MASK_ARRAY_LEN(ic, txt) (GET_MASK_ARRAY_LEN_MP(ic, txt)) argument
93 #define GET_MASK_ARRAY(ic, txt, out) do { GET_MASK_ARRAY_MP(ic, txt, out); } while (0) argument
96 #define IS_BT_MASKED_MP(ic, txt, offset) (EFUSE_IsBTAddressMasked_MP_##ic##txt(offset)) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_efuse.h75 #define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) argument
76 #define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) argument
77 #define GET_MASK_ARRAY_LEN_MP(ic, txt) (EFUSE_GetArrayLen_MP_##ic##txt()) argument
78 #define GET_MASK_ARRAY_LEN_TC(ic, txt) (EFUSE_GetArrayLen_TC_##ic##txt()) argument
79 #define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) argument
80 #define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) argument
83 #define IS_MASKED(ic, txt, offset) (IS_MASKED_MP(ic, txt, offset)) argument
84 #define GET_MASK_ARRAY_LEN(ic, txt) (GET_MASK_ARRAY_LEN_MP(ic, txt)) argument
85 #define GET_MASK_ARRAY(ic, txt, out) do { GET_MASK_ARRAY_MP(ic, txt, out); } while (0) argument
88 #define IS_BT_MASKED_MP(ic, txt, offset) (EFUSE_IsBTAddressMasked_MP_##ic##txt(offset)) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_efuse.h74 #define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) argument
75 #define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) argument
76 #define GET_MASK_ARRAY_LEN_MP(ic, txt) (EFUSE_GetArrayLen_MP_##ic##txt()) argument
77 #define GET_MASK_ARRAY_LEN_TC(ic, txt) (EFUSE_GetArrayLen_TC_##ic##txt()) argument
78 #define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) argument
79 #define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) argument
82 #define IS_MASKED(ic, txt, offset) (IS_MASKED_MP(ic, txt, offset)) argument
83 #define GET_MASK_ARRAY_LEN(ic, txt) (GET_MASK_ARRAY_LEN_MP(ic, txt)) argument
84 #define GET_MASK_ARRAY(ic, txt, out) do { GET_MASK_ARRAY_MP(ic, txt, out); } while (0) argument
87 #define IS_BT_MASKED_MP(ic, txt, offset) (EFUSE_IsBTAddressMasked_MP_##ic##txt(offset)) argument
[all …]

123456