Searched refs:prev_size (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/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.12.1/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.12.1/mm/ |
D | early_ioremap.c | 68 static unsigned long prev_size[FIX_BTMAPS_SLOTS] __initdata; variable 127 prev_size[slot] = size; in __early_ioremap() 182 if (WARN(prev_size[slot] != size, in early_iounmap() 184 __func__, addr, size, slot, prev_size[slot])) in early_iounmap()
|
/linux-6.12.1/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 372 const struct s5c73m3_frame_size *prev_size = in s5c73m3_set_frame_size() local 380 prev_size->width, prev_size->height, prev_size->reg_val); in s5c73m3_set_frame_size() 382 chg_mode = prev_size->reg_val | COMM_CHG_MODE_NEW; in s5c73m3_set_frame_size() 895 const struct s5c73m3_frame_size *prev_size = in __s5c73m3_set_frame_interval() local 909 if (prev_size->width > iv->size.width || in __s5c73m3_set_frame_interval() 910 prev_size->height > iv->size.height) in __s5c73m3_set_frame_interval()
|
/linux-6.12.1/arch/x86/platform/efi/ |
D | efi.c | 536 u64 prev_size; in efi_merge_regions() local 549 prev_size = prev_md->num_pages << EFI_PAGE_SHIFT; in efi_merge_regions() 551 if (md->phys_addr == (prev_md->phys_addr + prev_size)) { in efi_merge_regions()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | qmi.h | 102 u32 prev_size; member
|
D | qmi.c | 1967 ab->qmi.target_mem[i].prev_size, in ath11k_qmi_free_target_mem_chunk() 1989 chunk->prev_size == chunk->size) in ath11k_qmi_alloc_target_mem_chunk() 1993 dma_free_coherent(ab->dev, chunk->prev_size, in ath11k_qmi_alloc_target_mem_chunk() 2019 chunk->prev_size = chunk->size; in ath11k_qmi_alloc_target_mem_chunk()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | qmi.h | 99 u32 prev_size; member
|
D | qmi.c | 2362 ab->qmi.target_mem[i].prev_size, in ath12k_qmi_free_target_mem_chunk() 2393 chunk->prev_size == chunk->size) in ath12k_qmi_alloc_target_mem_chunk() 2397 dma_free_coherent(ab->dev, chunk->prev_size, in ath12k_qmi_alloc_target_mem_chunk() 2422 chunk->prev_size = chunk->size; in ath12k_qmi_alloc_target_mem_chunk()
|
/linux-6.12.1/lib/ |
D | fortify_kunit.c | 277 size_t prev_size; \ 305 prev_size = (expected_pages) * PAGE_SIZE; \ 306 orig = kvmalloc(prev_size, gfp); \
|
/linux-6.12.1/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()
|