Searched refs:si_core_sflags (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/hnd/
H A Dshared_ksyms.c264 extern void si_core_sflags; EXPORT_SYMBOL(si_core_sflags); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dsiutils.h167 extern uint32 si_core_sflags(si_t *sih, uint32 mask, uint32 val);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dsiutils.c1132 si_core_sflags(si_t *sih, uint32 mask, uint32 val) function
1225 SPINWAIT(((si_core_sflags(sih, 0, 0) & SISF_BIST_DONE) == 0), 100000);
1227 if (si_core_sflags(sih, 0, 0) & SISF_BIST_ERROR)
H A Dhndmips.c1238 chclk_otf = ((si_core_sflags(sih, 0, 0) & SISF_CHG_CLK_OTF_PRESENT) != 0);
H A Dhnddma.c447 di->dma64 = ((si_core_sflags(sih, 0, 0) & SISF_DMA64) == SISF_DMA64);
2988 if ((si_core_sflags(sih, 0, 0) & SISF_DMA64) == SISF_DMA64) {

Completed in 112 milliseconds