Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dhvconsole.c62 if (count > MAX_VIO_PUT_CHARS) in hvc_put_chars()
63 count = MAX_VIO_PUT_CHARS; in hvc_put_chars()
/linux/arch/powerpc/include/asm/
H A Dhvconsole.h17 #define MAX_VIO_PUT_CHARS 16 macro
/linux/drivers/tty/hvc/
H A Dhvc_opal.c225 hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS); in hvc_opal_probe()
H A Dhvc_vio.c352 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS); in hvc_vio_probe()