Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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))
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dqcom.c79 u8 off1; member
470 p_rt->transport_params.offset1 = pcfg->off1; in qcom_swrm_compute_params()
481 p_rt->transport_params.offset1 = pcfg->off1; in qcom_swrm_compute_params()
727 u8 off1[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local
759 off1, nports); in qcom_swrm_get_port_config()
777 ctrl->pconfig[i].off1 = off1[i]; in qcom_swrm_get_port_config()
H A Dbus.h175 int off1, int off2, in sdw_fill_xport_params() argument
183 params->offset1 = off1; in sdw_fill_xport_params()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c390 int thr1y, thr2y, off1, off2, thr1, thr2, a1, a2; in jpegd_setup_pp() local
401 off1 = ((thr1y - ((tmp2 * thr1) / 256)) * a) / 256; in jpegd_setup_pp()
416 off1 = thr1y - (a2 * thr1) / 256; in jpegd_setup_pp()
440 if (off1 > 511) in jpegd_setup_pp()
441 off1 = 511; in jpegd_setup_pp()
442 else if (off1 < -512) in jpegd_setup_pp()
443 off1 = -512; in jpegd_setup_pp()
452 post->reg68_contrast_adjust.sw_contrast_off1 = off1; in jpegd_setup_pp()
H A Dhal_jpegd_vdpu2.c409 int thr1y, thr2y, off1, off2, thr1, thr2, a1, a2; in jpegd_setup_pp() local
420 off1 = ((thr1y - ((tmp2 * thr1) / 256)) * a) / 256; in jpegd_setup_pp()
435 off1 = thr1y - (a2 * thr1) / 256; in jpegd_setup_pp()
459 if (off1 > 511) in jpegd_setup_pp()
460 off1 = 511; in jpegd_setup_pp()
461 else if (off1 < -512) in jpegd_setup_pp()
462 off1 = -512; in jpegd_setup_pp()
471 reg->reg32.sw_contrast_off1 = off1; in jpegd_setup_pp()
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dsfc_nand.h90 u8 off1; member
H A Dsfc_nand.c900 gp_page_buf[(data_size + meta->off1) / 4] = p_spare[1]; in sfc_nand_prog_page()
975 p_spare[1] = gp_page_buf[(data_size + meta->off1) / 4]; in sfc_nand_read_page()
/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Dsfc_nand.h91 u8 off1; member
H A Dsfc_nand.c915 gp_page_buf[(data_size + meta->off1) / 4] = p_spare[1]; in sfc_nand_prog_page()
988 p_spare[1] = gp_page_buf[(data_size + meta->off1) / 4]; in sfc_nand_read_page()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_device.c32 #define LIMA_IP_DESC(ipname, mst0, mst1, off0, off1, func, irq) \ argument
42 [lima_gpu_mali450] = off1, \
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c6822 unsigned long off1, off2; in tree_compare_item() local
6829 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
6833 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item()