Searched refs:dbit (Results 1 – 5 of 5) sorted by relevance
122 v->dbit = 1; in isdn_v110_open()196 int dbit = v->dbit; in DecodeMatrix() local230 b |= dbit; /* yes -> set it in the data byte */ in DecodeMatrix()232 b &= dbit - 1; /* no -> clear it in the data byte */ in DecodeMatrix()233 if (dbit < 128) /* is that data byte done ? */ in DecodeMatrix()234 dbit <<= 1; /* no, got the next bit */ in DecodeMatrix()238 dbit = 1; /* next we look for the 0th bit */ in DecodeMatrix()244 v->dbit = dbit; in DecodeMatrix()330 int dbit = 1; in EncodeMatrix() local368 m[line] |= (buf[i] & dbit) ? mbit : 0; /* set data bit in matrix */ in EncodeMatrix()[all …]
95 uint32 dbit, bits; in toshiba_spi_read_bytes() local107 dbit = gpio_get_value(spi_miso);/* dc bit */ in toshiba_spi_read_bytes()119 dbit = gpio_get_value(spi_miso); in toshiba_spi_read_bytes()122 bits |= dbit; in toshiba_spi_read_bytes()
287 static u8 ds2482_w1_triplet(void *data, u8 dbit) in ds2482_w1_triplet() argument302 dbit ? 0xFF : 0)) in ds2482_w1_triplet()
833 __u8 dbit : 1; member837 __u8 dbit : 1; member
536 int dbit; member