Home
last modified time | relevance | path

Searched refs:off1 (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D01156 let off1=$i*$mb
57 let off2=$off1+512
62 $QEMU_IO -c "aio_write $off1 1M" -c "aio_write $off2 1M" "$TEST_IMG" | \
/openbmc/linux/fs/jfs/
H A Djfs_xtree.h21 __u8 off1; /* 1: offset in unit of fsblksize */ member
34 (xad)->off1 = ((u64)offset64) >> 32;\
42 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
/openbmc/linux/include/linux/
H A Ddmaengine.h1219 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument
1221 return !(((1 << align) - 1) & (off1 | off2 | len)); in dmaengine_check_align()
1224 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() argument
1227 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned()
1230 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned() argument
1233 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned()
1236 static inline bool is_dma_pq_aligned(struct dma_device *dev, size_t off1, in is_dma_pq_aligned() argument
1239 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned()
1242 static inline bool is_dma_fill_aligned(struct dma_device *dev, size_t off1, in is_dma_fill_aligned() argument
1245 return dmaengine_check_align(dev->fill_align, off1, off2, len); in is_dma_fill_aligned()
/openbmc/linux/arch/arm64/lib/
H A Dstrcmp.S33 #define off1 x5 macro
148 sub off1, src2, src1
153 ldr data3, [src1, off1]
/openbmc/linux/drivers/soundwire/
H A Dbus.h172 int off1, int off2, in sdw_fill_xport_params() argument
180 params->offset1 = off1; in sdw_fill_xport_params()
H A Dqcom.c150 u8 off1; member
967 value = pcfg->off1 << SWRM_DP_PORT_CTRL_OFFSET1_SHFT; in qcom_swrm_transport_params()
1087 p_rt->transport_params.offset1 = pcfg->off1; in qcom_swrm_compute_params()
1365 u8 off1[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local
1409 off1, nports); in qcom_swrm_get_port_config()
1458 ctrl->pconfig[i + 1].off1 = off1[i]; in qcom_swrm_get_port_config()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_device.c33 #define LIMA_IP_DESC(ipname, mst0, mst1, off0, off1, func, irq) \ argument
43 [lima_gpu_mali450] = off1, \
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c928 int64_t off1, off2; in test_hbitmap_next_dirty_area_check_limited() local
935 &off1, &len1); in test_hbitmap_next_dirty_area_check_limited()
954 g_assert_cmpint(off1, ==, off2); in test_hbitmap_next_dirty_area_check_limited()
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c467 #define STM32MP1_CLK_PLL(idx, type, off1, off2, off3, off4, off5, off6,\ argument
471 .rckxselr = (off1), \
/openbmc/linux/fs/btrfs/
H A Dsend.c7597 unsigned long off1, off2; in tree_compare_item() local
7604 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
7608 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item()