Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/gpib/uapi/
H A Dgpib_user.h202 gpib_command_mask = 0x7f, enumerator
/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c736 unsigned short command_byte = read_byte(priv, CPTR) & gpib_command_mask; in tms9914_interrupt_have_status()
798 if ((read_byte(priv, CPTR) & gpib_command_mask) == MSA(board->sad)) in tms9914_interrupt_have_status()