Searched refs:prev_size (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/alpha/include/asm/ |
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 dma_unmap_single(&isa_bridge->dev, bus_addr, prev_size, in alpha_fd_dma_setup() 61 prev_size = size; in alpha_fd_dma_setup()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
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 dma_unmap_single(&isa_bridge_pcidev->dev, bus_addr, prev_size, in hard_dma_setup() 153 prev_size = size; in hard_dma_setup()
|
/linux-6.1.9/mm/ |
D | early_ioremap.c | 68 static unsigned long prev_size[FIX_BTMAPS_SLOTS] __initdata; variable 129 prev_size[slot] = size; in __early_ioremap() 184 if (WARN(prev_size[slot] != size, in early_iounmap() 186 __func__, addr, size, slot, prev_size[slot])) in early_iounmap()
|
/linux-6.1.9/drivers/media/i2c/s5c73m3/ |
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-6.1.9/arch/x86/platform/efi/ |
D | efi.c | 487 u64 prev_size; in efi_merge_regions() local 500 prev_size = prev_md->num_pages << EFI_PAGE_SHIFT; in efi_merge_regions() 502 if (md->phys_addr == (prev_md->phys_addr + prev_size)) { in efi_merge_regions()
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | qmi.h | 102 u32 prev_size; member
|
D | qmi.c | 1989 chunk->prev_size == chunk->size) in ath11k_qmi_alloc_target_mem_chunk() 2019 chunk->prev_size = chunk->size; in ath11k_qmi_alloc_target_mem_chunk()
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/ |
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()
|