Home
last modified time | relevance | path

Searched refs:prev_size (Results 1 – 9 of 9) sorted by relevance

/linux/arch/alpha/include/asm/ !
H A Dfloppy.h40 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/arch/powerpc/include/asm/ !
H A Dfloppy.h130 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()
156 prev_size = size; in hard_dma_setup()
/linux/mm/ !
H A Dearly_ioremap.c68 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/drivers/media/i2c/s5c73m3/ !
H A Ds5c73m3-core.c372 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/drivers/bluetooth/ !
H A Dbtintel_pcie.c633 u32 offset, prev_size, wr_ptr_status, dump_size, i; in btintel_pcie_read_dram_buffers() local
654 prev_size = buf_idx * BTINTEL_PCIE_DBGC_BUFFER_SIZE; in btintel_pcie_read_dram_buffers()
655 if (prev_size + offset >= prev_size) in btintel_pcie_read_dram_buffers()
656 data->dmp_hdr.write_ptr = prev_size + offset; in btintel_pcie_read_dram_buffers()
/linux/lib/tests/ !
H A Dfortify_kunit.c294 size_t prev_size; \
322 prev_size = (expected_pages) * PAGE_SIZE; \
323 orig = kvmalloc(prev_size, gfp); \
/linux/drivers/net/wireless/ath/ath12k/ !
H A Dqmi.h101 u32 prev_size; member
H A Dqmi.c2529 ab->qmi.target_mem[i].prev_size, in ath12k_qmi_free_target_mem_chunk()
2551 chunk->prev_size == chunk->size) in ath12k_qmi_alloc_chunk()
2555 dma_free_coherent(ab->dev, chunk->prev_size, in ath12k_qmi_alloc_chunk()
2579 chunk->prev_size = chunk->size; in ath12k_qmi_alloc_chunk()
/linux/drivers/net/ethernet/netronome/nfp/bpf/ !
H A Djit.c4091 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()