Home
last modified time | relevance | path

Searched refs:command_byte (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/gpib/tms9914/
H A Dtms9914.c739 unsigned short command_byte = read_byte(priv, CPTR) & gpib_command_mask; in tms9914_interrupt_have_status() local
741 switch (command_byte) { in tms9914_interrupt_have_status()
751 tms9914_parallel_poll_configure(board, priv, command_byte); in tms9914_interrupt_have_status()
755 if (is_PPE(command_byte) || is_PPD(command_byte)) { in tms9914_interrupt_have_status()
757 tms9914_parallel_poll_configure(board, priv, command_byte); in tms9914_interrupt_have_status()
772 if (in_primary_command_group(command_byte) && command_byte != PPConfig) in tms9914_interrupt_have_status()
/linux/drivers/mmc/host/
H A Dvub300.c126 u8 command_byte[4]; member
543 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()
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()
[all …]