Searched refs:AUX_INVAL (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpib/include/ |
| H A D | tms9914.h | 253 AUX_INVAL = 0x1, /* release dac holdoff, invalid command byte */ enumerator 254 AUX_VAL = (AUX_INVAL | AUX_CS), /* release dac holdoff, valid command byte */
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 767 write_byte(priv, AUX_INVAL, AUXCR); in tms9914_interrupt_have_status() 771 write_byte(priv, AUX_INVAL, AUXCR); in tms9914_interrupt_have_status() 810 write_byte(priv, AUX_INVAL, AUXCR); in tms9914_interrupt_have_status()
|
| /linux/drivers/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 1249 writes[5].value = AUX_INVAL; in agilent_82357a_init()
|