Searched refs:command_byte (Results 1 – 2 of 2) sorted by relevance
736 unsigned short command_byte = read_byte(priv, CPTR) & gpib_command_mask; in tms9914_interrupt_have_status() local738 switch (command_byte) { in tms9914_interrupt_have_status()748 tms9914_parallel_poll_configure(board, priv, command_byte); in tms9914_interrupt_have_status()752 if (is_PPE(command_byte) || is_PPD(command_byte)) { in tms9914_interrupt_have_status()754 tms9914_parallel_poll_configure(board, priv, command_byte); in tms9914_interrupt_have_status()767 if (in_primary_command_group(command_byte) && command_byte != PPConfig) in tms9914_interrupt_have_status()
126 u8 command_byte[4]; member544 | ((0xFF & register_access->command_byte[1]) << 7) in add_offloaded_reg()545 | ((0xFE & register_access->command_byte[2]) >> 1); in add_offloaded_reg()1805 if (cmd0 == rf->command_byte[0] && in examine_cyclic_buffer()1806 cmd1 == rf->command_byte[1] && in examine_cyclic_buffer()1807 cmd2 == rf->command_byte[2] && in examine_cyclic_buffer()1808 cmd3 == rf->command_byte[3]) { in examine_cyclic_buffer()1827 if (cmd0 == r->command_byte[0] && in examine_cyclic_buffer()1828 cmd1 == r->command_byte[1] && in examine_cyclic_buffer()1829 cmd2 == r->command_byte[2] && in examine_cyclic_buffer()[all …]