Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/pseries/
Dhvconsole.c75 if (count > MAX_VIO_PUT_CHARS) in hvc_put_chars()
76 count = MAX_VIO_PUT_CHARS; in hvc_put_chars()
/linux-4.1.27/arch/powerpc/include/asm/
Dhvconsole.h30 #define MAX_VIO_PUT_CHARS 16 macro
/linux-4.1.27/drivers/tty/hvc/
Dhvc_opal.c231 hp = hvc_alloc(termno, 0, ops, MAX_VIO_PUT_CHARS); in hvc_opal_probe()
Dhvc_vio.c351 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS); in hvc_vio_probe()