Searched refs:PIN (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dvfc_i2c.h5 #define PIN (0x80000000) macro
22 #define SEND_I2C_START (PIN | ESO | STA)
23 #define SEND_I2C_STOP (PIN | ESO | STO)
24 #define CLEAR_I2C_BUS (PIN | ESO | ACK)
28 #define S0 (PIN | ESO | ES1)
29 #define S0_OWN (PIN)
30 #define S2 (PIN | ES1)
31 #define S3 (PIN | ES2)
33 #define ENABLE_SERIAL (PIN | ESO)
34 #define DISABLE_SERIAL (PIN)
[all...]
H A Dvfc_i2c.c131 while ((s1 = sbus_readl(&dev->regs->i2c_s1)) & PIN) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c2605 unsigned long PIN; local
2610 PIN = rand();
2611 sprintf(devPwd, "%08u", (unsigned int)PIN);
2614 PIN = strtoul( devPwd, NULL, 10 );
2616 PIN *= 10;
2617 accum += 3 * ((PIN / 10000000) % 10);
2618 accum += 1 * ((PIN / 1000000) % 10);
2619 accum += 3 * ((PIN / 100000) % 10);
2620 accum += 1 * ((PIN / 10000) % 10);
2621 accum += 3 * ((PIN / 100
2639 unsigned long PIN = strtoul(pin_string, NULL, 10); local
[all...]

Completed in 68 milliseconds