Searched defs:coreid (Results 1 - 9 of 9) sorted by relevance

/drivers/ssb/
H A Dscan.c26 const char *ssb_core_name(u16 coreid) argument
28 switch (coreid) {
352 dev->id.coreid = (idhi & SSB_IDHIGH_CC) >> SSB_IDHIGH_CC_SHIFT;
363 i, ssb_core_name(dev->id.coreid),
364 dev->id.coreid, dev->id.revision, dev->id.vendor);
366 switch (dev->id.coreid) {
412 if (dev->id.coreid == SSB_DEV_PCI) {
/drivers/bcma/
H A Dmain.c64 struct bcma_device *bcma_find_core(struct bcma_bus *bus, u16 coreid) argument
69 if (core->id.id == coreid)
H A Dscan.c215 static struct bcma_device *bcma_find_core_reverse(struct bcma_bus *bus, u16 coreid) argument
220 if (core->id.id == coreid)
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dsdio_chip.c76 brcmf_sdio_chip_getinfidx(struct chip_info *ci, u16 coreid) argument
81 if (coreid == ci->c_inf[idx].id)
89 struct chip_info *ci, u16 coreid)
94 idx = brcmf_sdio_chip_getinfidx(ci, coreid);
103 struct chip_info *ci, u16 coreid)
107 idx = brcmf_sdio_chip_getinfidx(ci, coreid);
114 struct chip_info *ci, u16 coreid)
119 idx = brcmf_sdio_chip_getinfidx(ci, coreid);
130 struct chip_info *ci, u16 coreid)
136 idx = brcmf_sdio_chip_getinfidx(ci, coreid);
88 brcmf_sdio_sb_corerev(struct brcmf_sdio_dev *sdiodev, struct chip_info *ci, u16 coreid) argument
102 brcmf_sdio_ai_corerev(struct brcmf_sdio_dev *sdiodev, struct chip_info *ci, u16 coreid) argument
113 brcmf_sdio_sb_iscoreup(struct brcmf_sdio_dev *sdiodev, struct chip_info *ci, u16 coreid) argument
129 brcmf_sdio_ai_iscoreup(struct brcmf_sdio_dev *sdiodev, struct chip_info *ci, u16 coreid) argument
151 brcmf_sdio_sb_coredisable(struct brcmf_sdio_dev *sdiodev, struct chip_info *ci, u16 coreid) argument
236 brcmf_sdio_ai_coredisable(struct brcmf_sdio_dev *sdiodev, struct chip_info *ci, u16 coreid) argument
263 brcmf_sdio_sb_resetcore(struct brcmf_sdio_dev *sdiodev, struct chip_info *ci, u16 coreid) argument
321 brcmf_sdio_ai_resetcore(struct brcmf_sdio_dev *sdiodev, struct chip_info *ci, u16 coreid) argument
[all...]
/drivers/staging/octeon/
H A Dethernet-rx.c237 const int coreid = cvmx_get_core_num(); local
254 old_group_mask = cvmx_read_csr(CVMX_POW_PP_GRP_MSKX(coreid));
255 cvmx_write_csr(CVMX_POW_PP_GRP_MSKX(coreid),
475 cvmx_write_csr(CVMX_POW_PP_GRP_MSKX(coreid), old_group_mask);
/drivers/net/wireless/bcmdhd/
H A Dsiutils_priv.h81 uint coreid[SI_MAXCORES]; /* id of each core */ member in struct:si_info
132 if ((si)->intrsoff_fn && (si)->coreid[(si)->curidx] == (si)->dev_coreid) { \
135 if ((si)->intrsrestore_fn && (si)->coreid[(si)->curidx] == (si)->dev_coreid) { \
H A Dsiutils.c539 sii->dev_coreid = sii->coreid[sii->curidx];
601 return sii->coreid[sii->curidx];
619 uint coreid; local
629 coreid = si_coreid(sih);
633 if (sii->coreid[i] == coreid)
675 /* return index of coreid or BADIDX if not found */
677 si_findcoreidx(si_t *sih, uint coreid, uint coreunit) argument
688 if (sii->coreid[i] == coreid) {
699 si_corelist(si_t *sih, uint coreid[]) argument
727 si_setcore(si_t *sih, uint coreid, uint coreunit) argument
764 si_switch_core(si_t *sih, uint coreid, uint *origidx, uint *intr_val) argument
792 si_restore_core(si_t *sih, uint coreid, uint intr_val) argument
[all...]
/drivers/watchdog/
H A Docteon-wdt-main.c158 /* 8 * coreid in bits 16-31 */
165 * Should result in: 0x8001,0700,0000,8*coreid which is
166 * CVMX_CIU_WDOGX(coreid) - 0x0500
168 * Now ld K0, CVMX_CIU_WDOGX(coreid)
227 static int core2cpu(int coreid) argument
230 return cpu_number_map(coreid);
324 unsigned int coreid = cvmx_get_core_num(); local
335 __delay(100000000ull * coreid);
338 octeon_wdt_write_hex(coreid, 1);
362 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU_INTX_SUM0(coreid *
444 int coreid; local
489 int coreid; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.c711 /* return index of coreid or BADIDX if not found */
712 struct bcma_device *ai_findcore(struct si_pub *sih, u16 coreid, u16 coreunit) argument
723 if (core->id.id == coreid) {

Completed in 162 milliseconds