Home
last modified time | relevance | path

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

/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))
/linux/arch/arm64/lib/
H A Dstrcmp.S33 #define off1 x5 macro
148 sub off1, src2, src1
153 ldr data3, [src1, off1]
/linux/drivers/soundwire/
H A Dbus.h203 int off1, int off2, in sdw_fill_xport_params() argument
211 params->offset1 = off1; in sdw_fill_xport_params()
H A Dqcom.c155 u8 off1; member
1043 value = pcfg->off1 << SWRM_DP_PORT_CTRL_OFFSET1_SHFT; in qcom_swrm_transport_params()
1175 p_rt->transport_params.offset1 = pcfg->off1; in qcom_swrm_compute_params()
1459 ret = of_property_read_u8_index(np, "qcom,ports-offset1", i, &pcfg->off1); in qcom_swrm_get_port_config()
/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, \
/linux/drivers/power/reset/
H A Dmacsmc-reboot.c103 if (apple_smc_write_u32_atomic(reboot->smc, SMC_KEY(MBSE), SMC_KEY(off1)) < 0) { in macsmc_power_off()