Searched refs:c0 (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ |
D | plip.c | 400 unsigned char c0; in plip_bh_timeout_error() local 423 c0 = read_status(dev); in plip_bh_timeout_error() 425 dev->name, snd->state, c0); in plip_bh_timeout_error() 442 c0 = read_status(dev); in plip_bh_timeout_error() 444 dev->name, rcv->state, c0); in plip_bh_timeout_error() 484 unsigned char c0, c1; in plip_receive() local 491 c0 = read_status(dev); in plip_receive() 493 if ((c0 & 0x80) == 0) { in plip_receive() 495 if (c0 == c1) in plip_receive() 501 *data_p = (c0 >> 3) & 0x0f; in plip_receive() [all …]
|
/drivers/i2c/chips/ |
D | tsl2550.c | 182 u16 c0 = count_lut[ch0]; in tsl2550_calculate_lux() local 192 if (c0 && (c1 <= c0)) in tsl2550_calculate_lux() 193 r = c1 * 128 / c0; in tsl2550_calculate_lux() 198 lux = ((c0 - c1) * ratio_lut[r]) / 256; in tsl2550_calculate_lux()
|
/drivers/block/paride/ |
D | pd.c | 314 static void pd_send_command(struct pd_unit *disk, int n, int s, int h, int c0, int c1, int func) in pd_send_command() argument 320 write_reg(disk, 4, c0); in pd_send_command() 329 int c1, c0, h, s; in pd_ide_command() local 333 c0 = (block >>= 8) & 255; in pd_ide_command() 339 c0 = (block /= disk->heads) % 256; in pd_ide_command() 342 pd_send_command(disk, count, s, h, c0, c1, func); in pd_ide_command()
|
/drivers/char/ |
D | cp437.uni | 32 0x11 U+25c0 U+25c4 84 0x41 U+0041 U+00c0 U+00c1 U+00c2 U+00c3 258 0xe3 U+03c0
|
/drivers/usb/serial/ |
D | ipw.c | 67 #define CHAR2INT16(c1, c0) (((u32)((c1) & 0xff) << 8) + (u32)((c0) & 0xff)) argument
|
/drivers/telephony/ |
D | ixj.h | 219 unsigned int c0:1; member 242 unsigned int c0:1; member
|
D | ixj.c | 4677 j->pld_scrw.bits.c0 = 0; /* Set PLD Serial control interface */ in SCI_Control() 4683 j->pld_scrw.bits.c0 = 1; /* Set PLD Serial control interface */ in SCI_Control() 4689 j->pld_scrw.bits.c0 = 0; /* Set PLD Serial control interface */ in SCI_Control() 4695 j->pld_scrw.bits.c0 = 1; /* Set PLD Serial control interface */ in SCI_Control()
|
/drivers/bluetooth/ |
D | hci_bcsp.c | 425 const u8 c0 = 0xc0, db = 0xdb; in bcsp_unslip_one_byte() local 445 memcpy(skb_put(bcsp->rx_skb, 1), &c0, 1); in bcsp_unslip_one_byte()
|