page_bytes       1076 drivers/mtd/nand/raw/meson_nand.c 	u32 page_bytes, info_bytes, nsectors;
page_bytes       1080 drivers/mtd/nand/raw/meson_nand.c 	page_bytes =  mtd->writesize + mtd->oobsize;
page_bytes       1083 drivers/mtd/nand/raw/meson_nand.c 	meson_chip->data_buf = kmalloc(page_bytes, GFP_KERNEL);
page_bytes        418 drivers/tty/serial/sunhv.c 			       unsigned long *page_bytes)
page_bytes        435 drivers/tty/serial/sunhv.c 	*page_bytes = p - con_write_page;
page_bytes        452 drivers/tty/serial/sunhv.c 		unsigned long page_bytes;
page_bytes        454 drivers/tty/serial/sunhv.c 						       &page_bytes);
page_bytes        458 drivers/tty/serial/sunhv.c 		while (page_bytes > 0) {
page_bytes        465 drivers/tty/serial/sunhv.c 				stat = sun4v_con_write(ra, page_bytes,
page_bytes        473 drivers/tty/serial/sunhv.c 			page_bytes -= written;