Searched refs:prev_size (Results 1 – 8 of 8) sorted by relevance
/linux/arch/alpha/include/asm/ |
A D | floppy.h | 40 static unsigned long prev_size; in alpha_fd_dma_setup() local 49 && (addr != prev_addr || size != prev_size || dir != prev_dir)) { in alpha_fd_dma_setup() 51 pci_unmap_single(isa_bridge, bus_addr, prev_size, prev_dir); in alpha_fd_dma_setup() 60 prev_size = size; in alpha_fd_dma_setup()
|
/linux/arch/powerpc/include/asm/ |
A D | floppy.h | 130 static unsigned long prev_size; in hard_dma_setup() local 140 && (addr != prev_addr || size != prev_size || dir != prev_dir)) { in hard_dma_setup() 142 pci_unmap_single(isa_bridge_pcidev, bus_addr, prev_size, prev_dir); in hard_dma_setup() 151 prev_size = size; in hard_dma_setup()
|
/linux/mm/ |
A D | early_ioremap.c | 67 static unsigned long prev_size[FIX_BTMAPS_SLOTS] __initdata; variable 128 prev_size[slot] = size; in __early_ioremap() 183 if (WARN(prev_size[slot] != size, in early_iounmap() 185 __func__, addr, size, slot, prev_size[slot])) in early_iounmap()
|
/linux/drivers/media/i2c/s5c73m3/ |
A D | s5c73m3-core.c | 374 const struct s5c73m3_frame_size *prev_size = in s5c73m3_set_frame_size() local 382 prev_size->width, prev_size->height, prev_size->reg_val); in s5c73m3_set_frame_size() 384 chg_mode = prev_size->reg_val | COMM_CHG_MODE_NEW; in s5c73m3_set_frame_size() 892 const struct s5c73m3_frame_size *prev_size = in __s5c73m3_set_frame_interval() local 906 if (prev_size->width > iv->size.width || in __s5c73m3_set_frame_interval() 907 prev_size->height > iv->size.height) in __s5c73m3_set_frame_interval()
|
/linux/arch/x86/platform/efi/ |
A D | efi.c | 507 u64 prev_size; in efi_merge_regions() local 520 prev_size = prev_md->num_pages << EFI_PAGE_SHIFT; in efi_merge_regions() 522 if (md->phys_addr == (prev_md->phys_addr + prev_size)) { in efi_merge_regions()
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
A D | jit.c | 4091 u8 prev_size, curr_size, prev_ld_base, prev_st_base, prev_ld_dst; in curr_pair_chain_with_previous() local 4100 prev_size = BPF_LDST_BYTES(prev_ld); in curr_pair_chain_with_previous() 4114 if (curr_size != prev_size) in curr_pair_chain_with_previous() 4122 if (prev_ld_off + prev_size == ld->off && in curr_pair_chain_with_previous() 4123 prev_st_off + prev_size == st->off) in curr_pair_chain_with_previous()
|
/linux/ |
A D | System.map | 125832 ffff800011833220 d prev_size
|
A D | .tmp_System.map | 125832 ffff800011833220 d prev_size
|
Completed in 319 milliseconds