Searched refs:command_byte (Results 1 – 2 of 2) sorted by relevance
120 static int command_byte; /* the most recent command byte transmitted */ variable210 device_mask = (1 << (((command_byte & 0xF0) >> 4) + 1)) - 1; in macii_queue_poll()311 if ((command_byte & 0x0F) == 0x0C && in need_autopoll()312 ((1 << ((command_byte & 0xF0) >> 4)) & autopoll_devs)) in need_autopoll()359 command_byte = req->data[1]; in macii_start()
129 u8 command_byte[4]; member546 u32 Register = ((0x03 & register_access->command_byte[0]) << 15) in add_offloaded_reg()547 | ((0xFF & register_access->command_byte[1]) << 7) in add_offloaded_reg()548 | ((0xFE & register_access->command_byte[2]) >> 1); in add_offloaded_reg()549 u8 func = ((0x70 & register_access->command_byte[0]) >> 4); in add_offloaded_reg()1807 if (cmd0 == rf->command_byte[0] && in examine_cyclic_buffer()1808 cmd1 == rf->command_byte[1] && in examine_cyclic_buffer()1809 cmd2 == rf->command_byte[2] && in examine_cyclic_buffer()1810 cmd3 == rf->command_byte[3]) { in examine_cyclic_buffer()1829 if (cmd0 == r->command_byte[0] && in examine_cyclic_buffer()[all …]