Searched refs:config_switch (Results 1 - 19 of 19) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm91125c/src/
H A Dbcm91125c_devs.c121 int config_switch; variable
171 config_switch = (G_SYS_CONFIG(syscfg) >> 2) & 0x0f;
172 cfe_startflags = board_startflags[config_switch];
290 printf("Config switch: %d\n", config_switch);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm91120c/src/
H A Dbcm91120c_devs.c121 int config_switch; variable
171 config_switch = (G_SYS_CONFIG(syscfg) >> 2) & 0x0f;
172 cfe_startflags = board_startflags[config_switch];
429 printf("Config switch: %d\n", config_switch);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/carmel/src/
H A Dcarmel_devs.c141 int config_switch; variable
199 config_switch = (G_SYS_CONFIG(syscfg) >> 2) & 0x0F;
201 cfe_startflags = board_startflags[config_switch];
452 printf("Config switch: %d\n", config_switch);
458 if (board_startflags[config_switch] & IDE_SUPPORT) {
657 if (board_startflags[config_switch] & IDE_BOOT) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm91125e/src/
H A Dbcm91125e_devs.c145 int config_switch; variable
204 config_switch = (G_SYS_CONFIG(syscfg) >> 2) & 0x0F;
206 cfe_startflags = board_startflags[config_switch];
320 printf("Config switch: %d\n", config_switch);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dsysdeps.h9 extern void config_switch();
H A Dservices.c4970 config_switch();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dsysdeps.h9 extern void config_switch();
H A Dservices.c4970 config_switch();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dsysdeps.h9 extern void config_switch();
H A Dservices.c4970 config_switch();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/sysdeps/
H A Dinit-qca.c153 config_switch();
252 void config_switch(void) function
H A Dinit-ralink.c169 #if defined(RTN56UB1) || defined(RTN56UB2) //workaround, let network device initialize before config_switch()
173 config_switch();
265 void config_switch() function
H A Dinit-broadcom.c1695 void config_switch(void) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/sysdeps/
H A Dinit-qca.c153 config_switch();
252 void config_switch(void) function
H A Dinit-ralink.c169 #if defined(RTN56UB1) || defined(RTN56UB2) //workaround, let network device initialize before config_switch()
173 config_switch();
265 void config_switch() function
H A Dinit-broadcom.c1695 void config_switch(void) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/sysdeps/
H A Dinit-qca.c153 config_switch();
252 void config_switch(void) function
H A Dinit-ralink.c169 #if defined(RTN56UB1) || defined(RTN56UB2) //workaround, let network device initialize before config_switch()
173 config_switch();
265 void config_switch() function
H A Dinit-broadcom.c1695 void config_switch(void) function

Completed in 164 milliseconds