Searched refs:off1 (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | dmaengine.h | 1253 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument 1255 return !(((1 << align) - 1) & (off1 | off2 | len)); in dmaengine_check_align() 1258 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() argument 1261 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned() 1264 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned() argument 1267 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned() 1270 static inline bool is_dma_pq_aligned(struct dma_device *dev, size_t off1, in is_dma_pq_aligned() argument 1273 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned() 1276 static inline bool is_dma_fill_aligned(struct dma_device *dev, size_t off1, in is_dma_fill_aligned() argument 1279 return dmaengine_check_align(dev->fill_align, off1, off in is_dma_fill_aligned() [all...] |
/linux/arch/arm64/lib/ |
H A D | strcmp.S | 33 #define off1 x5 macro 148 sub off1, src2, src1 153 ldr data3, [src1, off1]
|
/linux/drivers/soundwire/ |
H A D | bus.h | 193 int off1, int off2, in sdw_fill_xport_params() argument 201 params->offset1 = off1; in sdw_fill_xport_params()
|
H A D | qcom.c | 151 u8 off1; member 990 value = pcfg->off1 << SWRM_DP_PORT_CTRL_OFFSET1_SHFT; in qcom_swrm_transport_params() 1111 p_rt->transport_params.offset1 = pcfg->off1; in qcom_swrm_compute_params() 1355 u8 off1[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local 1398 off1, nports); in qcom_swrm_get_port_config() 1447 ctrl->pconfig[i + 1].off1 = off1[i]; in qcom_swrm_get_port_config()
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_device.c | 33 #define LIMA_IP_DESC(ipname, mst0, mst1, off0, off1, func, irq) \ argument 43 [lima_gpu_mali450] = off1, \
|
/linux/drivers/power/reset/ |
H A D | macsmc-reboot.c | 80 * 'off1' - shutdown (needs PMU bit set to stay on) 101 dev_info(reboot->dev, "Issuing power off (off1)\n"); in macsmc_power_off() 103 if (apple_smc_write_u32_atomic(reboot->smc, SMC_KEY(MBSE), SMC_KEY(off1)) < 0) { in macsmc_power_off() 104 dev_err(reboot->dev, "Failed to issue MBSE = off1 (power_off)\n"); in macsmc_power_off()
|