Lines Matching defs:byte
99 /* Status transfer size, 16 bytes status, 16 byte result flags */
234 dev_dbg(dev, "communication command byte 1: 0x%02x", buf[9]);
235 dev_dbg(dev, "communication command byte 2: 0x%02x", buf[10]);
576 static int ds_write_byte(struct ds_device *dev, u8 byte)
581 err = ds_send_control(dev, COMM_BYTE_IO | COMM_IM | dev->spu_bit, byte);
596 return !(byte == dev->byte_buf);
599 static int ds_read_byte(struct ds_device *dev, u8 *byte)
610 err = ds_recv_data(dev, byte, sizeof(*byte));
872 static void ds9490r_write_byte(void *data, u8 byte)
876 ds_write_byte(dev, byte);
1024 /* alternative 3, 1ms interrupt (greatly speeds search), 64 byte bulk */