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