Searched refs:fast_mode (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h47 int fast_mode; member in class:TpcbExample
H A DTpcbUI.cpp319 if (tpcb->fast_mode == 0) {
342 tpcb->fast_mode = 0;
344 tpcb->fast_mode = 1;
H A DTpcbExample.cpp26 tellers(TELLERS), history(HISTORY), fast_mode(1), verbose(0),
56 if (fast_mode)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dibm440sp.c48 .fast_mode = 0, /* Use standad mode (100Khz) */
52 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibmstb4.c17 .fast_mode = 0, /* Use standad mode (100Khz) */
21 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibm440gp.c62 .fast_mode = 0, /* Use standad mode (100Khz) */
66 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dppc440spe.c52 .fast_mode = 0, /* Use standad mode (100Khz) */
56 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibmstbx25.c16 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibm440ep.c60 .fast_mode = 0, /* Use standad mode (100Khz) */
64 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibm440gx.c88 .fast_mode = 0, /* Use standad mode (100Khz) */
92 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibm405gp.c53 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibm405gpr.c47 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibm405ep.c65 .fast_mode = 0, /* Use standad mode (100Khz) */
H A Dibmnp405h.c78 .fast_mode = 0, /* Use standad mode (100Khz) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dibm_ocp.h193 int fast_mode; /* IIC fast mode enabled */ member in struct:ocp_func_iic_data
197 OCP_SYSFS_ADDTL(struct ocp_func_iic_data, "%d\n", iic, fast_mode) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-ibm_iic.h51 int fast_mode; member in struct:ibm_iic_private
H A Di2c-ibm_iic.c169 | (dev->fast_mode ? MDCNTL_FSM : 0));
241 const struct i2c_timings* t = &timings[dev->fast_mode ? 1 : 0];
717 dev->fast_mode = iic_force_fast ? 1 : (iic_data ? iic_data->fast_mode : 0);
748 dev->fast_mode ? "fast (400 kHz)" : "standard (100 kHz)");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/irda/
H A Dsmsc-ircc2.c2927 u8 fast_mode; local
2932 fast_mode = 0;
2936 fast_mode = IRCC_LCR_A_FAST;
2940 outb((inb(fir_base + IRCC_LCR_A) & 0xbf) | fast_mode, fir_base + IRCC_LCR_A);
2964 u8 fast_mode; local
2969 fast_mode = 0;
2973 fast_mode = /*IRCC_LCR_A_FAST |*/ IRCC_LCR_A_GP_DATA;
2979 outb((inb(fir_base + IRCC_LCR_A) & 0xbf) | fast_mode, fir_base + IRCC_LCR_A);

Completed in 198 milliseconds