Home
last modified time | relevance | path

Searched refs:MAX_VIO_PUT_CHARS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhvconsole.h17 #define MAX_VIO_PUT_CHARS 16 macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhvconsole.h17 #define MAX_VIO_PUT_CHARS 16 macro
/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_opal.c224 hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS); in hvc_opal_probe()
H A Dhvc_vio.c350 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS); in hvc_vio_probe()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_vio.c350 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS); in hvc_vio_probe()
H A Dhvc_opal.c224 hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS); in hvc_opal_probe()

Completed in 3 milliseconds