Searched refs:MAX_VIO_PUT_CHARS (Results 1 – 4 of 4) sorted by relevance
62 if (count > MAX_VIO_PUT_CHARS) in hvc_put_chars()63 count = MAX_VIO_PUT_CHARS; in hvc_put_chars()
17 #define MAX_VIO_PUT_CHARS 16 macro
224 hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS); in hvc_opal_probe()
350 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS); in hvc_vio_probe()