Searched refs:PAGESIZE (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | axisflashmap.c | 36 #define PAGESIZE (512) macro 312 static char page[PAGESIZE]; in init_axis_flash() 365 sectoraddr += PAGESIZE) { in init_axis_flash() 366 main_mtd->read(main_mtd, sectoraddr, PAGESIZE, &len, in init_axis_flash() 371 for (i = 0; i < PAGESIZE; i += 16) { in init_axis_flash() 412 mtd_read(main_mtd, ptable_sector, PAGESIZE, &len, in init_axis_flash()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/usb/storage/ |
D | sddr55.c | 84 #define PAGESIZE 512 macro 217 info->smallpageshift) * PAGESIZE; in sddr55_read_data() 344 info->smallpageshift) * PAGESIZE; in sddr55_write_data() 876 capacity /= PAGESIZE; in sddr55_transport() 880 ((__be32 *) ptr)[1] = cpu_to_be32(PAGESIZE); in sddr55_transport()
|
/linux-4.1.27/Documentation/vm/ |
D | cleancache.txt | 233 - Currently, the FS blocksize must be the same as PAGESIZE. This
|