Searched refs:bcm947xx_sbh (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/include/
H A Dbsp_priv.h5 extern sb_t *bcm947xx_sbh;
6 #define sbh bcm947xx_sbh
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dirq.c88 extern sb_t *bcm947xx_sbh; /* defined in setup.c */
329 ASSERT(bcm947xx_sbh);
330 coreidx = sb_coreidx(bcm947xx_sbh);
331 if ((regs = sb_setcore(bcm947xx_sbh, SB_CC, 0)))
333 if ((regs = sb_setcore(bcm947xx_sbh, SB_MIPS33, 0))) {
335 mipsirq = sb_irq(bcm947xx_sbh);
337 sb_setcoreidx(bcm947xx_sbh, coreidx);
H A Dsetup.c61 sb_t *bcm947xx_sbh = NULL; variable
63 EXPORT_SYMBOL(bcm947xx_sbh); variable
67 #define sbh bcm947xx_sbh
179 if (bcm947xx_sbh) {
180 sprintf(s, "Broadcom BCM%X chip rev %d", sb_chip(bcm947xx_sbh),
181 sb_chiprev(bcm947xx_sbh));
H A Dtime.c36 extern void *bcm947xx_sbh;
40 #define sbh bcm947xx_sbh
H A Dpcibios.c36 extern sb_t *bcm947xx_sbh;
40 #define sbh bcm947xx_sbh
H A Dnvram_linux.c73 extern void *bcm947xx_sbh;
77 #define sbh bcm947xx_sbh
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Dbcm947xx-flash.c33 extern void *bcm947xx_sbh;
37 #define sbh bcm947xx_sbh
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_devs.c66 sb_t *bcm947xx_sbh = NULL; variable

Completed in 53 milliseconds