Searched refs:PAGESIZE (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | axisflashmap.c | 36 #define PAGESIZE (512) macro 312 static char page[PAGESIZE]; in init_axis_flash() 366 sectoraddr += PAGESIZE) { in init_axis_flash() 367 main_mtd->read(main_mtd, sectoraddr, PAGESIZE, &len, in init_axis_flash() 372 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_NONE, 16, 1, page, PAGESIZE, false); in init_axis_flash() 399 mtd_read(main_mtd, ptable_sector, PAGESIZE, &len, in init_axis_flash()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | head.S | 355 PAGESIZE = 4096 define 587 .equ .,_stext+PAGESIZE 1292 addw #PAGESIZE,%a0 1709 addil #PAGESIZE<<13,%d5 1721 addil #PAGESIZE<<6,%d5 1733 addil #PAGESIZE,%d5 1832 addil #PAGESIZE<<13,%d5 1849 addil #PAGESIZE<<6,%d5 1866 addil #PAGESIZE,%d5 2111 andl #-(PAGESIZE*PAGE_TABLE_SIZE),%d0 [all …]
|
D | sun3-head.S | 15 PAGESIZE = 8192 define 72 movl #(PAGESIZE),%d0
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 115 "2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE" 118 PAGESIZE number of bytes in main-area of device page 126 Example(a): For a device with PAGESIZE = 2048 and OOBSIZE = 64 and 133 Example(b): For a device with PAGESIZE = 2048 and OOBSIZE = 128 and
|
/linux-4.4.14/drivers/usb/storage/ |
D | sddr55.c | 87 #define PAGESIZE 512 macro 220 info->smallpageshift) * PAGESIZE; in sddr55_read_data() 347 info->smallpageshift) * PAGESIZE; in sddr55_write_data() 879 capacity /= PAGESIZE; in sddr55_transport() 883 ((__be32 *) ptr)[1] = cpu_to_be32(PAGESIZE); in sddr55_transport()
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 233 - Currently, the FS blocksize must be the same as PAGESIZE. This
|