Searched refs:command_byte (Results 1 – 2 of 2) sorted by relevance
120 static int command_byte; /* the most recent command byte transmitted */ variable197 device_mask = (1 << (((command_byte & 0xF0) >> 4) + 1)) - 1; in macii_queue_poll()299 if ((command_byte & 0x0F) == 0x0C && in need_autopoll()300 ((1 << ((command_byte & 0xF0) >> 4)) & autopoll_devs)) in need_autopoll()339 command_byte = req->data[1]; in macii_start()
126 u8 command_byte[4]; member543 u32 Register = ((0x03 & register_access->command_byte[0]) << 15) in add_offloaded_reg()544 | ((0xFF & register_access->command_byte[1]) << 7) in add_offloaded_reg()545 | ((0xFE & register_access->command_byte[2]) >> 1); in add_offloaded_reg()546 u8 func = ((0x70 & register_access->command_byte[0]) >> 4); in add_offloaded_reg()1804 if (cmd0 == rf->command_byte[0] && in examine_cyclic_buffer()1805 cmd1 == rf->command_byte[1] && in examine_cyclic_buffer()1806 cmd2 == rf->command_byte[2] && in examine_cyclic_buffer()1807 cmd3 == rf->command_byte[3]) { in examine_cyclic_buffer()1826 if (cmd0 == r->command_byte[0] && in examine_cyclic_buffer()[all …]