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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_v110.c122 v->dbit = 1;
196 int dbit = v->dbit; local
230 b |= dbit; /* yes -> set it in the data byte */
232 b &= dbit - 1; /* no -> clear it in the data byte */
233 if (dbit < 128) /* is that data byte done ? */
234 dbit <<= 1; /* no, got the next bit */
238 dbit = 1; /* next we look for the 0th bit */
244 v->dbit = dbit;
330 int dbit = 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dlcdc_toshiba_wvga_pt.c95 uint32 dbit, bits; local
107 dbit = gpio_get_value(spi_miso);/* dc bit */
119 dbit = gpio_get_value(spi_miso);
122 bits |= dbit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/masters/
H A Dds2482.c281 * 00 => dbit, 01 => 0, 10 => 1
284 * @param dbit The direction to choose if both branches are valid
287 static u8 ds2482_w1_triplet(void *data, u8 dbit) argument
302 dbit ? 0xFF : 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Disdn.h536 int dbit; member in struct:__anon17621
H A Dcdrom.h833 __u8 dbit : 1; member in struct:__anon17256
837 __u8 dbit : 1; member in struct:__anon17256

Completed in 111 milliseconds