Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dsunhv.c418 unsigned long *page_bytes) in fill_con_write_page() argument
435 *page_bytes = p - con_write_page; in fill_con_write_page()
452 unsigned long page_bytes; in sunhv_console_write_paged() local
454 &page_bytes); in sunhv_console_write_paged()
458 while (page_bytes > 0) { in sunhv_console_write_paged()
465 stat = sun4v_con_write(ra, page_bytes, in sunhv_console_write_paged()
473 page_bytes -= written; in sunhv_console_write_paged()
/Linux-v5.4/drivers/mtd/nand/raw/
Dmeson_nand.c1076 u32 page_bytes, info_bytes, nsectors; in meson_chip_buffer_init() local
1080 page_bytes = mtd->writesize + mtd->oobsize; in meson_chip_buffer_init()
1083 meson_chip->data_buf = kmalloc(page_bytes, GFP_KERNEL); in meson_chip_buffer_init()