Home
last modified time | relevance | path

Searched refs:CPTR (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpib/include/
H A Dnec7210_registers.h46 CPTR, // command pass though enumerator
H A Dtms9914.h165 CPTR = 6, /* command pass thru */ enumerator
/linux/drivers/gpib/tms9914/
H A Dtms9914.c220 *result = read_byte(priv, CPTR); in tms9914_parallel_poll()
744 unsigned short command_byte = read_byte(priv, CPTR) & gpib_command_mask; in tms9914_interrupt_have_status()
807 if ((read_byte(priv, CPTR) & gpib_command_mask) == MSA(board->sad)) in tms9914_interrupt_have_status()
836 read_byte(priv, CPTR); in tms9914_board_reset()
/linux/drivers/gpib/nec7210/
H A Dnec7210.c61 *result = read_byte(priv, CPTR); in nec7210_parallel_poll()
981 read_byte(priv, CPTR); in nec7210_board_reset()
/linux/drivers/gpib/tnt4882/
H A Dtnt4882_gpib.c734 *result = read_byte(&tnt_priv->nec7210_priv, CPTR); in tnt4882_parallel_poll()
/linux/drivers/gpib/agilent_82357a/
H A Dagilent_82357a.c970 read.address = CPTR; in agilent_82357a_parallel_poll()