Searched refs:command_byte (Results 1 – 2 of 2) sorted by relevance
119 static int command_byte; /* the most recent command byte transmitted */ variable209 device_mask = (1 << (((command_byte & 0xF0) >> 4) + 1)) - 1; in macii_queue_poll()310 if ((command_byte & 0x0F) == 0x0C && in need_autopoll()311 ((1 << ((command_byte & 0xF0) >> 4)) & autopoll_devs)) in need_autopoll()358 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()1811 if (cmd0 == rf->command_byte[0] && in examine_cyclic_buffer()1812 cmd1 == rf->command_byte[1] && in examine_cyclic_buffer()1813 cmd2 == rf->command_byte[2] && in examine_cyclic_buffer()1814 cmd3 == rf->command_byte[3]) { in examine_cyclic_buffer()1833 if (cmd0 == r->command_byte[0] && in examine_cyclic_buffer()[all …]