Home
last modified time | relevance | path

Searched refs:page_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/tty/serial/
Dsunhv.c414 unsigned long *page_bytes) in fill_con_write_page() argument
431 *page_bytes = p - con_write_page; in fill_con_write_page()
448 unsigned long page_bytes; in sunhv_console_write_paged() local
450 &page_bytes); in sunhv_console_write_paged()
454 while (page_bytes > 0) { in sunhv_console_write_paged()
461 stat = sun4v_con_write(ra, page_bytes, in sunhv_console_write_paged()
469 page_bytes -= written; in sunhv_console_write_paged()
/Linux-v5.10/drivers/mtd/nand/raw/
Dmeson_nand.c1079 u32 page_bytes, info_bytes, nsectors; in meson_chip_buffer_init() local
1083 page_bytes = mtd->writesize + mtd->oobsize; in meson_chip_buffer_init()
1086 meson_chip->data_buf = kmalloc(page_bytes, GFP_KERNEL); in meson_chip_buffer_init()