Lines Matching refs:arm
1342 struct brcmf_core *arm; in brcmf_chip_set_passive() local
1347 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CR4); in brcmf_chip_set_passive()
1348 if (arm) { in brcmf_chip_set_passive()
1352 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CA7); in brcmf_chip_set_passive()
1353 if (arm) { in brcmf_chip_set_passive()
1357 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CM3); in brcmf_chip_set_passive()
1358 if (arm) { in brcmf_chip_set_passive()
1367 struct brcmf_core *arm; in brcmf_chip_set_active() local
1372 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CR4); in brcmf_chip_set_active()
1373 if (arm) in brcmf_chip_set_active()
1375 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CA7); in brcmf_chip_set_active()
1376 if (arm) in brcmf_chip_set_active()
1378 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CM3); in brcmf_chip_set_active()
1379 if (arm) in brcmf_chip_set_active()