Searched defs:offset_in_page (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/firewire/ |
| H A D | packets-buffer.c | 26 unsigned int i, page_index, offset_in_page; in iso_packets_buffer_init() local
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 1094 unsigned int offset_in_page) in nand_fill_column_cycles() 1140 unsigned int offset_in_page, void *buf, in nand_sp_exec_read_page_op() 1183 unsigned int offset_in_page, void *buf, in nand_lp_exec_read_page_op() 1252 unsigned int offset_in_page, void *buf, in nand_lp_exec_cont_read_page_op() 1344 unsigned int offset_in_page, void *buf, unsigned int len) in nand_read_page_op() 1440 unsigned int offset_in_page, void *buf, in nand_change_read_column_op() 1531 unsigned int offset_in_page, const void *buf, in nand_exec_prog_page_op() 1611 unsigned int offset_in_page, const void *buf, in nand_prog_page_begin_op() 1697 unsigned int offset_in_page, const void *buf, in nand_prog_page_op() 1752 unsigned int offset_in_page, in nand_change_write_column_op()
|
| H A D | stm32_fmc2_nand.c | 988 unsigned int offset_in_page = mtd->writesize; in stm32_fmc2_nfc_seq_write() local
|
| /linux/tools/virtio/linux/ |
| H A D | kernel.h | 50 #define offset_in_page(p) (((unsigned long)p) % PAGE_SIZE) macro
|
| /linux/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 40 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
|
| /linux/drivers/edac/ |
| H A D | edac_mc.c | 943 const unsigned long offset_in_page, in edac_mc_handle_error()
|
| /linux/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 1006 loff_t offset_in_page; in catalog_read() local
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 398 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
|
| /linux/include/linux/ |
| H A D | mm.h | 3036 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
|