/Linux-v4.19/drivers/media/dvb-frontends/ |
D | cxd2099.c | 61 static int read_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in read_block() argument 65 if (ci->lastaddress != adr) in read_block() 66 status = regmap_write(ci->regmap, 0, adr); in read_block() 68 ci->lastaddress = adr; in read_block() 73 if (ci->cfg.max_i2c && len > ci->cfg.max_i2c) in read_block() 74 len = ci->cfg.max_i2c; in read_block() 75 status = regmap_raw_read(ci->regmap, 1, data, len); in read_block() 85 static int read_reg(struct cxd *ci, u8 reg, u8 *val) in read_reg() argument 87 return read_block(ci, reg, val, 1); in read_reg() 90 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard() argument [all …]
|
/Linux-v4.19/drivers/usb/chipidea/ |
D | otg_fsm.c | 36 struct ci_hdrc *ci = dev_get_drvdata(dev); in a_bus_req_show() local 40 t = scnprintf(next, size, "%d\n", ci->fsm.a_bus_req); in a_bus_req_show() 51 struct ci_hdrc *ci = dev_get_drvdata(dev); in a_bus_req_store() local 56 mutex_lock(&ci->fsm.lock); in a_bus_req_store() 58 ci->fsm.a_bus_req = 0; in a_bus_req_store() 61 if (ci->fsm.a_bus_drop) { in a_bus_req_store() 62 mutex_unlock(&ci->fsm.lock); in a_bus_req_store() 65 ci->fsm.a_bus_req = 1; in a_bus_req_store() 66 if (ci->fsm.otg->state == OTG_STATE_A_PERIPHERAL) { in a_bus_req_store() 67 ci->gadget.host_request_flag = 1; in a_bus_req_store() [all …]
|
D | core.c | 123 static void hw_alloc_regmap(struct ci_hdrc *ci, bool is_lpm) in hw_alloc_regmap() argument 128 ci->hw_bank.regmap[i] = in hw_alloc_regmap() 129 (i <= CAP_LAST ? ci->hw_bank.cap : ci->hw_bank.op) + in hw_alloc_regmap() 133 ci->hw_bank.regmap[i] = ci->hw_bank.op + in hw_alloc_regmap() 141 static enum ci_revision ci_get_revision(struct ci_hdrc *ci) in ci_get_revision() argument 143 int ver = hw_read_id_reg(ci, ID_ID, VERSION) >> __ffs(VERSION); in ci_get_revision() 147 rev = hw_read_id_reg(ci, ID_ID, REVISION) in ci_get_revision() 164 u32 hw_read_intr_enable(struct ci_hdrc *ci) in hw_read_intr_enable() argument 166 return hw_read(ci, OP_USBINTR, ~0); in hw_read_intr_enable() 176 u32 hw_read_intr_status(struct ci_hdrc *ci) in hw_read_intr_status() argument [all …]
|
D | otg.c | 28 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask) in hw_read_otgsc() argument 31 u32 val = hw_read(ci, OP_OTGSC, mask); in hw_read_otgsc() 37 cable = &ci->platdata->vbus_extcon; in hw_read_otgsc() 55 cable = &ci->platdata->id_extcon; in hw_read_otgsc() 81 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data) in hw_write_otgsc() argument 85 cable = &ci->platdata->vbus_extcon; in hw_write_otgsc() 99 cable = &ci->platdata->id_extcon; in hw_write_otgsc() 113 hw_write(ci, OP_OTGSC, mask | OTGSC_INT_STATUS_BITS, data); in hw_write_otgsc() 120 enum ci_role ci_otg_role(struct ci_hdrc *ci) in ci_otg_role() argument 122 enum ci_role role = hw_read_otgsc(ci, OTGSC_ID) in ci_otg_role() [all …]
|
D | udc.c | 62 static inline int ep_to_bit(struct ci_hdrc *ci, int n) in ep_to_bit() argument 64 int fill = 16 - ci->hw_ep_max / 2; in ep_to_bit() 66 if (n >= ci->hw_ep_max / 2) in ep_to_bit() 78 static int hw_device_state(struct ci_hdrc *ci, u32 dma) in hw_device_state() argument 81 hw_write(ci, OP_ENDPTLISTADDR, ~0, dma); in hw_device_state() 83 hw_write(ci, OP_USBINTR, ~0, in hw_device_state() 86 hw_write(ci, OP_USBINTR, ~0, 0); in hw_device_state() 98 static int hw_ep_flush(struct ci_hdrc *ci, int num, int dir) in hw_ep_flush() argument 104 hw_write(ci, OP_ENDPTFLUSH, ~0, BIT(n)); in hw_ep_flush() 105 while (hw_read(ci, OP_ENDPTFLUSH, BIT(n))) in hw_ep_flush() [all …]
|
D | host.c | 35 struct ci_hdrc *ci = dev_get_drvdata(dev); in ehci_ci_portpower() local 57 if (enable && (ci->platdata->phy_mode == USBPHY_INTERFACE_MODE_HSIC)) { in ehci_ci_portpower() 62 hw_port_test_set(ci, 5); in ehci_ci_portpower() 63 hw_port_test_set(ci, 0); in ehci_ci_portpower() 71 struct ci_hdrc *ci = dev_get_drvdata(dev); in ehci_ci_reset() local 81 if (ci->platdata->notify_event) { in ehci_ci_reset() 82 ret = ci->platdata->notify_event(ci, in ehci_ci_reset() 88 ci_platform_configure(ci); in ehci_ci_reset() 99 static irqreturn_t host_irq(struct ci_hdrc *ci) in host_irq() argument 101 return usb_hcd_irq(ci->irq, ci->hcd); in host_irq() [all …]
|
D | debug.c | 26 struct ci_hdrc *ci = s->private; in ci_device_show() local 27 struct usb_gadget *gadget = &ci->gadget; in ci_device_show() 39 if (!ci->driver) in ci_device_show() 43 (ci->driver->function ? ci->driver->function : "")); in ci_device_show() 44 seq_printf(s, "gadget max speed = %d\n", ci->driver->max_speed); in ci_device_show() 55 struct ci_hdrc *ci = s->private; in ci_port_test_show() local 59 pm_runtime_get_sync(ci->dev); in ci_port_test_show() 60 spin_lock_irqsave(&ci->lock, flags); in ci_port_test_show() 61 mode = hw_port_test_get(ci); in ci_port_test_show() 62 spin_unlock_irqrestore(&ci->lock, flags); in ci_port_test_show() [all …]
|
D | ci_hdrc_msm.c | 37 struct platform_device *ci; member 79 static int ci_hdrc_msm_notify_event(struct ci_hdrc *ci, unsigned event) in ci_hdrc_msm_notify_event() argument 81 struct device *dev = ci->dev->parent; in ci_hdrc_msm_notify_event() 89 hw_phymode_configure(ci); in ci_hdrc_msm_notify_event() 96 ret = phy_init(ci->phy); in ci_hdrc_msm_notify_event() 100 ret = phy_power_on(ci->phy); in ci_hdrc_msm_notify_event() 102 phy_exit(ci->phy); in ci_hdrc_msm_notify_event() 107 hw_write_id_reg(ci, HS_PHY_AHB_MODE, 0xffffffff, 0x8); in ci_hdrc_msm_notify_event() 110 hw_write_id_reg(ci, HS_PHY_GENCONFIG, in ci_hdrc_msm_notify_event() 114 hw_write_id_reg(ci, HS_PHY_GENCONFIG_2, in ci_hdrc_msm_notify_event() [all …]
|
D | ulpi.c | 19 static int ci_ulpi_wait(struct ci_hdrc *ci, u32 mask) in ci_ulpi_wait() argument 24 if (!hw_read(ci, OP_ULPI_VIEWPORT, mask)) in ci_ulpi_wait() 35 struct ci_hdrc *ci = dev_get_drvdata(dev); in ci_ulpi_read() local 38 hw_write(ci, OP_ULPI_VIEWPORT, 0xffffffff, ULPI_WRITE | ULPI_WAKEUP); in ci_ulpi_read() 39 ret = ci_ulpi_wait(ci, ULPI_WAKEUP); in ci_ulpi_read() 43 hw_write(ci, OP_ULPI_VIEWPORT, 0xffffffff, ULPI_RUN | ULPI_ADDR(addr)); in ci_ulpi_read() 44 ret = ci_ulpi_wait(ci, ULPI_RUN); in ci_ulpi_read() 48 return hw_read(ci, OP_ULPI_VIEWPORT, GENMASK(15, 8)) >> 8; in ci_ulpi_read() 53 struct ci_hdrc *ci = dev_get_drvdata(dev); in ci_ulpi_write() local 56 hw_write(ci, OP_ULPI_VIEWPORT, 0xffffffff, ULPI_WRITE | ULPI_WAKEUP); in ci_ulpi_write() [all …]
|
D | ci.h | 99 struct ci_hdrc *ci; member 259 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) in ci_role() argument 261 BUG_ON(ci->role >= CI_ROLE_END || !ci->roles[ci->role]); in ci_role() 262 return ci->roles[ci->role]; in ci_role() 265 static inline int ci_role_start(struct ci_hdrc *ci, enum ci_role role) in ci_role_start() argument 272 if (!ci->roles[role]) in ci_role_start() 275 ret = ci->roles[role]->start(ci); in ci_role_start() 277 ci->role = role; in ci_role_start() 281 static inline void ci_role_stop(struct ci_hdrc *ci) in ci_role_stop() argument 283 enum ci_role role = ci->role; in ci_role_stop() [all …]
|
D | ci_hdrc_pci.c | 22 struct platform_device *ci; member 58 struct ci_hdrc_pci *ci; in ci_hdrc_pci_probe() local 67 ci = devm_kzalloc(&pdev->dev, sizeof(*ci), GFP_KERNEL); in ci_hdrc_pci_probe() 68 if (!ci) in ci_hdrc_pci_probe() 84 ci->phy = usb_phy_generic_register(); in ci_hdrc_pci_probe() 85 if (IS_ERR(ci->phy)) in ci_hdrc_pci_probe() 86 return PTR_ERR(ci->phy); in ci_hdrc_pci_probe() 95 ci->ci = ci_hdrc_add_device(&pdev->dev, res, nres, platdata); in ci_hdrc_pci_probe() 96 if (IS_ERR(ci->ci)) { in ci_hdrc_pci_probe() 98 usb_phy_generic_unregister(ci->phy); in ci_hdrc_pci_probe() [all …]
|
D | otg.h | 11 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask); 12 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data); 13 int ci_hdrc_otg_init(struct ci_hdrc *ci); 14 void ci_hdrc_otg_destroy(struct ci_hdrc *ci); 15 enum ci_role ci_otg_role(struct ci_hdrc *ci); 16 void ci_handle_vbus_change(struct ci_hdrc *ci); 17 static inline void ci_otg_queue_work(struct ci_hdrc *ci) in ci_otg_queue_work() argument 19 disable_irq_nosync(ci->irq); in ci_otg_queue_work() 20 queue_work(ci->wq, &ci->work); in ci_otg_queue_work()
|
D | otg_fsm.h | 66 int ci_hdrc_otg_fsm_init(struct ci_hdrc *ci); 67 int ci_otg_fsm_work(struct ci_hdrc *ci); 68 irqreturn_t ci_otg_fsm_irq(struct ci_hdrc *ci); 69 void ci_hdrc_otg_fsm_start(struct ci_hdrc *ci); 70 void ci_hdrc_otg_fsm_remove(struct ci_hdrc *ci); 74 static inline int ci_hdrc_otg_fsm_init(struct ci_hdrc *ci) in ci_hdrc_otg_fsm_init() argument 79 static inline int ci_otg_fsm_work(struct ci_hdrc *ci) in ci_otg_fsm_work() argument 84 static inline irqreturn_t ci_otg_fsm_irq(struct ci_hdrc *ci) in ci_otg_fsm_irq() argument 89 static inline void ci_hdrc_otg_fsm_start(struct ci_hdrc *ci) in ci_hdrc_otg_fsm_start() argument 94 static inline void ci_hdrc_otg_fsm_remove(struct ci_hdrc *ci) in ci_hdrc_otg_fsm_remove() argument
|
/Linux-v4.19/fs/ocfs2/ |
D | uptodate.c | 72 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_owner() argument 74 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_owner() 76 return ci->ci_ops->co_owner(ci); in ocfs2_metadata_cache_owner() 79 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_get_super() argument 81 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_get_super() 83 return ci->ci_ops->co_get_super(ci); in ocfs2_metadata_cache_get_super() 86 static void ocfs2_metadata_cache_lock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_lock() argument 88 BUG_ON(!ci || !ci->ci_ops); in ocfs2_metadata_cache_lock() 90 ci->ci_ops->co_cache_lock(ci); in ocfs2_metadata_cache_lock() 93 static void ocfs2_metadata_cache_unlock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_unlock() argument [all …]
|
D | uptodate.h | 39 u64 (*co_owner)(struct ocfs2_caching_info *ci); 42 struct super_block *(*co_get_super)(struct ocfs2_caching_info *ci); 47 void (*co_cache_lock)(struct ocfs2_caching_info *ci); 48 void (*co_cache_unlock)(struct ocfs2_caching_info *ci); 54 void (*co_io_lock)(struct ocfs2_caching_info *ci); 55 void (*co_io_unlock)(struct ocfs2_caching_info *ci); 61 void ocfs2_metadata_cache_init(struct ocfs2_caching_info *ci, 63 void ocfs2_metadata_cache_purge(struct ocfs2_caching_info *ci); 64 void ocfs2_metadata_cache_exit(struct ocfs2_caching_info *ci); 66 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci); [all …]
|
/Linux-v4.19/arch/microblaze/kernel/cpu/ |
D | cpuinfo-static.c | 23 void __init set_cpuinfo_static(struct cpuinfo *ci, struct device_node *cpu) in set_cpuinfo_static() argument 27 ci->use_instr = in set_cpuinfo_static() 40 if (ci->use_instr != i) in set_cpuinfo_static() 43 ci->use_mult = fcpu(cpu, "xlnx,use-hw-mul"); in set_cpuinfo_static() 44 if (ci->use_mult != CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL) in set_cpuinfo_static() 46 ci->use_mult = in set_cpuinfo_static() 47 (ci->use_mult > 1 ? in set_cpuinfo_static() 49 (ci->use_mult == 1 ? PVR0_USE_HW_MUL_MASK : 0)); in set_cpuinfo_static() 51 ci->use_fpu = fcpu(cpu, "xlnx,use-fpu"); in set_cpuinfo_static() 52 if (ci->use_fpu != CONFIG_XILINX_MICROBLAZE0_USE_FPU) in set_cpuinfo_static() [all …]
|
/Linux-v4.19/drivers/media/pci/ddbridge/ |
D | ddbridge-ci.c | 31 static int wait_ci_ready(struct ddb_ci *ci) in wait_ci_ready() argument 37 if (ddbreadl(ci->port->dev, in wait_ci_ready() 38 CI_CONTROL(ci->nr)) & CI_READY) in wait_ci_ready() 50 struct ddb_ci *ci = ca->data; in read_attribute_mem() local 55 ddbwritel(ci->port->dev, CI_READ_CMD | (1 << 16) | address, in read_attribute_mem() 56 CI_DO_READ_ATTRIBUTES(ci->nr)); in read_attribute_mem() 57 wait_ci_ready(ci); in read_attribute_mem() 58 val = 0xff & ddbreadl(ci->port->dev, CI_BUFFER(ci->nr) + off); in read_attribute_mem() 65 struct ddb_ci *ci = ca->data; in write_attribute_mem() local 67 ddbwritel(ci->port->dev, CI_WRITE_CMD | (value << 16) | address, in write_attribute_mem() [all …]
|
/Linux-v4.19/fs/ceph/ |
D | caps.c | 47 struct ceph_inode_info *ci, 413 static struct ceph_cap *__get_cap_for_mds(struct ceph_inode_info *ci, int mds) in __get_cap_for_mds() argument 416 struct rb_node *n = ci->i_caps.rb_node; in __get_cap_for_mds() 430 struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, int mds) in ceph_get_cap_for_mds() argument 434 spin_lock(&ci->i_ceph_lock); in ceph_get_cap_for_mds() 435 cap = __get_cap_for_mds(ci, mds); in ceph_get_cap_for_mds() 436 spin_unlock(&ci->i_ceph_lock); in ceph_get_cap_for_mds() 443 static int __ceph_get_cap_mds(struct ceph_inode_info *ci) in __ceph_get_cap_mds() argument 450 for (p = rb_first(&ci->i_caps); p; p = rb_next(p)) { in __ceph_get_cap_mds() 463 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_get_cap_mds() local [all …]
|
D | xattr.c | 17 static int __remove_xattr(struct ceph_inode_info *ci, 51 size_t (*getxattr_cb)(struct ceph_inode_info *ci, char *val, 53 bool (*exists_cb)(struct ceph_inode_info *ci); 63 static bool ceph_vxattrcb_layout_exists(struct ceph_inode_info *ci) in ceph_vxattrcb_layout_exists() argument 65 struct ceph_file_layout *fl = &ci->i_layout; in ceph_vxattrcb_layout_exists() 71 static size_t ceph_vxattrcb_layout(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_layout() argument 74 struct ceph_fs_client *fsc = ceph_sb_to_client(ci->vfs_inode.i_sb); in ceph_vxattrcb_layout() 77 s64 pool = ci->i_layout.pool_id; in ceph_vxattrcb_layout() 84 pool_ns = ceph_try_get_string(ci->i_layout.pool_ns); in ceph_vxattrcb_layout() 86 dout("ceph_vxattrcb_layout %p\n", &ci->vfs_inode); in ceph_vxattrcb_layout() [all …]
|
D | cache.c | 125 struct ceph_inode_info* ci = cookie_netfs_data; in ceph_fscache_inode_check_aux() local 126 struct inode* inode = &ci->vfs_inode; in ceph_fscache_inode_check_aux() 133 aux.version = ci->i_version; in ceph_fscache_inode_check_aux() 140 dout("ceph inode 0x%p cached okay\n", ci); in ceph_fscache_inode_check_aux() 152 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_register_inode_cookie() local 165 if (!ci->fscache) { in ceph_fscache_register_inode_cookie() 167 aux.version = ci->i_version; in ceph_fscache_register_inode_cookie() 170 ci->fscache = fscache_acquire_cookie(fsc->fscache, in ceph_fscache_register_inode_cookie() 172 &ci->i_vino, sizeof(ci->i_vino), in ceph_fscache_register_inode_cookie() 174 ci, i_size_read(inode), false); in ceph_fscache_register_inode_cookie() [all …]
|
D | inode.c | 79 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_get_snapdir() local 89 ci->i_snap_caps = CEPH_CAP_PIN; /* so we can open */ in ceph_get_snapdir() 90 ci->i_rbytes = 0; in ceph_get_snapdir() 115 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci, in __get_or_create_frag() argument 123 p = &ci->i_fragtree.rb_node; in __get_or_create_frag() 146 rb_insert_color(&frag->node, &ci->i_fragtree); in __get_or_create_frag() 149 ceph_vinop(&ci->vfs_inode), f); in __get_or_create_frag() 156 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f) in __ceph_find_frag() argument 158 struct rb_node *n = ci->i_fragtree.rb_node; in __ceph_find_frag() 179 static u32 __ceph_choose_frag(struct ceph_inode_info *ci, u32 v, in __ceph_choose_frag() argument [all …]
|
D | cache.h | 38 void ceph_fscache_unregister_inode_cookie(struct ceph_inode_info* ci); 40 void ceph_fscache_revalidate_cookie(struct ceph_inode_info *ci); 50 static inline void ceph_fscache_inode_init(struct ceph_inode_info *ci) in ceph_fscache_inode_init() argument 52 ci->fscache = NULL; in ceph_fscache_inode_init() 53 ci->i_fscache_gen = 0; in ceph_fscache_inode_init() 64 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_uncache_page() local 65 return fscache_uncache_page(ci->fscache, page); in ceph_fscache_uncache_page() 71 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_release_fscache_page() local 72 return fscache_maybe_release_page(ci->fscache, page, gfp); in ceph_release_fscache_page() 78 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_readpage_cancel() local [all …]
|
D | super.h | 137 struct ceph_inode_info *ci; member 469 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_ino_compare() local 470 return ci->i_vino.ino == pvino->ino && in ceph_ino_compare() 471 ci->i_vino.snap == pvino->snap; in ceph_ino_compare() 507 static inline void ceph_set_error_write(struct ceph_inode_info *ci) in ceph_set_error_write() argument 509 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE)) { in ceph_set_error_write() 510 spin_lock(&ci->i_ceph_lock); in ceph_set_error_write() 511 ci->i_ceph_flags |= CEPH_I_ERROR_WRITE; in ceph_set_error_write() 512 spin_unlock(&ci->i_ceph_lock); in ceph_set_error_write() 516 static inline void ceph_clear_error_write(struct ceph_inode_info *ci) in ceph_clear_error_write() argument [all …]
|
D | quota.c | 49 struct ceph_inode_info *ci; in ceph_handle_quota() local 71 ci = ceph_inode(inode); in ceph_handle_quota() 73 spin_lock(&ci->i_ceph_lock); in ceph_handle_quota() 74 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota() 75 ci->i_rfiles = le64_to_cpu(h->rfiles); in ceph_handle_quota() 76 ci->i_rsubdirs = le64_to_cpu(h->rsubdirs); in ceph_handle_quota() 77 __ceph_update_quota(ci, le64_to_cpu(h->max_bytes), in ceph_handle_quota() 79 spin_unlock(&ci->i_ceph_lock); in ceph_handle_quota() 96 struct ceph_inode_info *ci = NULL; in get_quota_realm() local 117 ci = ceph_inode(in); in get_quota_realm() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | chip.c | 248 static void brcmf_chip_sb_corerev(struct brcmf_chip_priv *ci, in brcmf_chip_sb_corerev() argument 253 regdata = ci->ops->read32(ci->ctx, CORE_SB(core->base, sbidhigh)); in brcmf_chip_sb_corerev() 259 struct brcmf_chip_priv *ci; in brcmf_chip_sb_iscoreup() local 263 ci = core->chip; in brcmf_chip_sb_iscoreup() 265 regdata = ci->ops->read32(ci->ctx, address); in brcmf_chip_sb_iscoreup() 273 struct brcmf_chip_priv *ci; in brcmf_chip_ai_iscoreup() local 277 ci = core->chip; in brcmf_chip_ai_iscoreup() 278 regdata = ci->ops->read32(ci->ctx, core->wrapbase + BCMA_IOCTL); in brcmf_chip_ai_iscoreup() 281 regdata = ci->ops->read32(ci->ctx, core->wrapbase + BCMA_RESET_CTL); in brcmf_chip_ai_iscoreup() 290 struct brcmf_chip_priv *ci; in brcmf_chip_sb_coredisable() local [all …]
|