Searched refs:seci_mode (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dsiutils.h273 extern void si_gci_uart_init(si_t *sih, osl_t *osh, uint8 seci_mode);
313 extern void* si_seci_init(si_t *sih, uint8 seci_mode);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c1661 si_gci_uart_init(si_t *sih, osl_t *osh, uint8 seci_mode) argument
5942 /** SECI Init routine, pass in seci_mode */
5944 BCMINITFN(si_seci_init)(si_t *sih, uint8 seci_mode) argument
5961 if (seci_mode > SECI_MODE_MASK)
5988 switch (seci_mode) {
6009 if (seci_mode != SECI_MODE_LEGACY_3WIRE_WLAN)
6021 if ((seci_mode == SECI_MODE_UART) || (seci_mode == SECI_MODE_SECI) ||
6022 (seci_mode == SECI_MODE_HALF_SECI))
6028 if (seci_mode !
[all...]

Completed in 57 milliseconds