Searched refs:pio_threshold (Results 1 – 3 of 3) sorted by relevance
9 short pio_threshold; member
84 static unsigned int pio_threshold = ESP_PIO_THRESHOLD; variable96 MODULE_PARM(pio_threshold, "i");716 (num_bytes <= info->config.pio_threshold)) in rs_interrupt_single()743 (num_bytes <= info->config.pio_threshold)) in rs_interrupt_single()1505 tmp.pio_threshold = info->config.pio_threshold; in get_esp_config()1652 (new_config.pio_threshold < 0) || in set_esp_config()1653 (new_config.pio_threshold > 1024)) in set_esp_config()1706 info->config.pio_threshold = new_config.pio_threshold; in set_esp_config()2654 info->config.pio_threshold = pio_threshold; in espserial_init()
100 The pio_threshold= option sets the threshold (in number of characters) for104 insmod esp pio_threshold=32