Searched refs:SCL (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-acorn.c25 #define SCL 0x02 macro
30 * Note also that we need to preserve the value of SCL and
38 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA);
42 ones |= SCL;
44 ones &= ~SCL;
53 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA);
68 return (ioc_readb(IOC_CONTROL) & SCL) != 0;
92 force_ones = FORCE_ONES | SCL | SDA;
H A Di2c-versatile.c23 #define SCL (1 << 0) macro
43 writel(SCL, i2c->base + (state ? I2C_CONTROLS : I2C_CONTROLC));
55 return !!(readl(i2c->base + I2C_CONTROL) & SCL);
96 writel(SCL | SDA, i2c->base + I2C_CONTROLS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-rs5c313.c72 #define SCL SCSPTR1_SPB0DT macro
93 /* And Initialize SCL for RS5C313 clock */
94 scsptr1_data = ctrl_inb(SCSPTR1) | SCL; /* SCL:H */
96 scsptr1_data = ctrl_inb(SCSPTR1) | SCL_OEN; /* SCL output enable */
115 scsptr1_data &= ~SCL; /* SCL:L */
118 scsptr1_data |= SCL; /* SCL:H */
135 scsptr1_data &= ~SCL; /* SC
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_altivec.c802 vector unsigned short SCL = vec_splat_u16(4); local
834 Y0 = vec_sra (Y0, SCL);
835 Y1 = vec_sra (Y1, SCL);
836 U = vec_sra (U, SCL);
837 V = vec_sra (V, SCL);
912 Y0 = vec_sra (Y0, SCL);
913 Y1 = vec_sra (Y1, SCL);
914 U = vec_sra (U, SCL);
915 V = vec_sra (V, SCL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32.c3377 nsp32_prom_set(data, SCL, 1);
3380 nsp32_prom_set(data, SDA, 0); /* keeping SCL=1 and transiting
3382 nsp32_prom_set(data, SCL, 0);
3388 nsp32_prom_set(data, SCL, 1);
3392 nsp32_prom_set(data, SCL, 0);
3399 nsp32_prom_set(data, SCL, 1 );
3400 nsp32_prom_set(data, SCL, 0 );
3409 nsp32_prom_set(data, SCL, 1);
3413 nsp32_prom_set(data, SCL, 0);
H A Dnsp32.h407 # define SCL BIT(0) macro

Completed in 288 milliseconds