Home
last modified time | relevance | path

Searched refs:adsr_bits (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/staging/gpib/nec7210/
H A Dnec7210.c277 unsigned int adsr_bits = 0; in nec7210_take_control() local
285 adsr_bits = read_byte(priv, ADSR); in nec7210_take_control()
286 if ((adsr_bits & HR_NATN) == 0) in nec7210_take_control()
303 unsigned int adsr_bits = 0; in nec7210_go_to_standby() local
309 adsr_bits = read_byte(priv, ADSR); in nec7210_go_to_standby()
310 if (adsr_bits & HR_NATN) in nec7210_go_to_standby()
320 adsr_bits = read_byte(priv, ADSR); in nec7210_go_to_standby()
321 if (adsr_bits & HR_NATN) in nec7210_go_to_standby()
/linux-6.15/drivers/staging/gpib/include/
H A Dnec7210_registers.h112 enum adsr_bits { enum
H A Dtms9914.h213 enum adsr_bits { enum