Home
last modified time | relevance | path

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

/linux/drivers/staging/gpib/nec7210/
H A Dnec7210.c666 const int max_bus_errors = (length > 1000) ? length : 1000; in pio_write() local
685 if (bus_error_count > max_bus_errors) in pio_write()