Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 25 of 46) sorted by relevance

12

/drivers/of/unittest-data/
A Dtests-address.dtsi19 dma-ranges = <0x0 0x20000000 0x40000000>;
28 ranges = <0x0 0x0 0x80000000 0x0 0x100000>;
29 dma-ranges = <0x1 0x0 0x0 0x20 0x0>;
32 reg = <0x0 0x1000 0x0 0x1000>;
41 ranges = <0x42000000 0x0 0x40000000 0x40000000 0x0 0x10000000>;
42 dma-ranges = <0x42000000 0x0 0x80000000 0x00000000 0x0 0x10000000>,
43 <0x42000000 0x0 0xc0000000 0x20000000 0x0 0x10000000>;
49 ranges = <0xf00baa 0x0 0x0 0xa0000000 0x0 0x100000>,
50 <0xf00bee 0x1 0x0 0xb0000000 0x0 0x200000>;
A Doverlay_pci_node.dtso13 ranges = <0x0 0x0 0x0 0x0 0x1000>;
A Dtests-phandle.dtsi40 phandle-map-pass-thru = <0x0 0xf0>;
47 phandle-map-pass-thru = <0x0 0xf0>;
A Dtests-platform.dtsi11 reg = <0x0>;
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_msg_arm64.h53 register u64 x0 asm("x0") = VMWARE_HYPERVISOR_MAGIC; in vmware_hypercall1()
64 : "+r" (x0) in vmware_hypercall1()
68 return x0; in vmware_hypercall1()
76 register u64 x0 asm("x0") = VMWARE_HYPERVISOR_MAGIC; in vmware_hypercall5()
89 : "+r" (x0), "+r" (x2) in vmware_hypercall5()
94 return x0; in vmware_hypercall5()
123 return x0; in vmware_hypercall6()
145 : "+r" (x0), "+r" (x1), "+r" (x2), "+r" (x3) in vmware_hypercall7()
152 return x0; in vmware_hypercall7()
175 : "+r" (x0), "+r" (x1) in vmware_hypercall_hb()
[all …]
/drivers/staging/axis-fifo/
A Daxis-fifo.txt73 xlnx,data-interface-type = <0x0>;
74 xlnx,has-axis-tdest = <0x0>;
75 xlnx,has-axis-tid = <0x0>;
76 xlnx,has-axis-tkeep = <0x0>;
77 xlnx,has-axis-tstrb = <0x0>;
78 xlnx,has-axis-tuser = <0x0>;
84 xlnx,select-xpm = <0x0>;
88 xlnx,use-rx-cut-through = <0x0>;
89 xlnx,use-rx-data = <0x0>;
90 xlnx,use-tx-ctrl = <0x0>;
[all …]
/drivers/staging/vc04_services/interface/
A DTESTING102 DEBUG: AWAIT_COMPLETION_LINE = 0(0x0)
103 DEBUG: DEQUEUE_MESSAGE_LINE = 0(0x0)
104 DEBUG: SERVICE_CALLBACK_LINE = 0(0x0)
105 DEBUG: MSG_QUEUE_FULL_COUNT = 0(0x0)
106 DEBUG: COMPLETION_QUEUE_FULL_COUNT = 0(0x0)
115 DEBUG: AWAIT_COMPLETION_LINE = 0(0x0)
116 DEBUG: DEQUEUE_MESSAGE_LINE = 0(0x0)
117 DEBUG: SERVICE_CALLBACK_LINE = 0(0x0)
118 DEBUG: MSG_QUEUE_FULL_COUNT = 0(0x0)
119 DEBUG: COMPLETION_QUEUE_FULL_COUNT = 0(0x0)
/drivers/staging/media/av7110/
A Dav7110_hw.c980 w = x1 - x0 + 1; in OSDSetBlock()
1010 rc = BlitBitmap(av7110, x0, y0 + i * lpb); in OSDSetBlock()
1018 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb); in OSDSetBlock()
1043 dc->x1 - dc->x0 + 1, dc->y1 - dc->y0 + 1); in av7110_osd_cmd()
1072 int i, len = dc->x0 - dc->color + 1; in av7110_osd_cmd()
1093 dc->x0, dc->y0, 0, 0, dc->color); in av7110_osd_cmd()
1103 dc->x1 - dc->x0 + 1, dc->y1, dc->color); in av7110_osd_cmd()
1111 dc->x0, dc->y0, dc->x1 - dc->x0, dc->y1 - dc->y0, dc->color); in av7110_osd_cmd()
1133 if (dc->x0 < 1 || dc->x0 > 7) { in av7110_osd_cmd()
1136 av7110->osdwin = dc->x0; in av7110_osd_cmd()
[all …]
/drivers/gpu/drm/msm/dp/
A Ddp_utils.c56 u8 x0 = 0; in msm_dp_utils_calculate_parity() local
68 x1 = x0 ^ msm_dp_utils_get_g1_value(ci); in msm_dp_utils_calculate_parity()
69 x0 = msm_dp_utils_get_g0_value(ci); in msm_dp_utils_calculate_parity()
72 parity_byte = x1 | (x0 << 4); in msm_dp_utils_calculate_parity()
/drivers/input/touchscreen/
A Dmc13783_ts.c70 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local
77 x0 = priv->sample[0] & 0xfff; in mc13783_ts_report_sample()
88 x0, x1, x2, y0, y1, y2, cr0, cr1); in mc13783_ts_report_sample()
90 sort3(x0, x1, x2); in mc13783_ts_report_sample()
96 (x2 - x0 < sample_tolerance && in mc13783_ts_report_sample()
/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
A Dia_css_ctc2.host.c31 static int ctc2_slope(int y1, int y0, int x1, int x0) in ctc2_slope() argument
36 int dx = x1 - x0; in ctc2_slope()
44 assert(x0 >= 0 && x0 <= max_slope); in ctc2_slope()
/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
A Dia_css_ctc1_5.host.c17 int y1, int y0, int x1, int x0) in ctc_gradient() argument
21 int dx = x1 - x0; in ctc_gradient()
39 assert(x0 < x1); in ctc_gradient()
/drivers/gpu/drm/msm/disp/
A Dmsm_disp_snapshot_util.c16 u32 x0, x4, x8, xc; in msm_disp_state_dump_regs() local
34 x0 = (addr < end_addr) ? readl_relaxed(addr + 0x0) : 0; in msm_disp_state_dump_regs()
39 dump_addr[i * 4] = x0; in msm_disp_state_dump_regs()
/drivers/staging/vc04_services/include/linux/raspberrypi/
A Dvchiq.h7 #define VCHIQ_MAKE_FOURCC(x0, x1, x2, x3) \ argument
8 (((x0) << 24) | ((x1) << 16) | ((x2) << 8) | (x3))
/drivers/gpu/drm/sun4i/
A Dsun4i_frontend.h34 #define SUN4I_FRONTEND_TB_OFF_X0(x0) (x0) argument
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
A Dcom.fuc35 ld b32 $r8 D[$r13 + 0x0] // GET
50 st b32 D[$r8 + 0x0] $r14
69 ld b32 $r8 D[$r13 + 0x0] // GET
78 ld b32 $r14 D[$r9 + 0x0]
84 st b32 D[$r13 + 0x0] $r8
/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Disp_private.h144 const u16 x0, in isp_2w_cat_1w() argument
148 | (x0 & HIVE_ISP_VMEM_MASK); in isp_2w_cat_1w()
/drivers/gpu/drm/omapdrm/
A Domap_dmm_tiler.c351 int columns = (1 + area->x1 - area->x0); in dmm_txn_append()
487 .x0 = slice.p0.x, .y0 = slice.p0.y, in fill()
1018 static int map_width(int xdiv, int x0, int x1) in map_width() argument
1020 return (x1 / xdiv) - (x0 / xdiv) + 1; in map_width()
1023 static void text_map(char **map, int xdiv, char *nice, int yd, int x0, int x1) in text_map() argument
1025 char *p = map[yd] + (x0 / xdiv); in text_map()
1026 int w = (map_width(xdiv, x0, x1) - strlen(nice)) / 2; in text_map()
/drivers/gpu/drm/stm/
A Dltdc.c1263 u32 x0 = newstate->crtc_x; in ltdc_plane_atomic_update() local
1295 val = ((x1 + 1 + ahbp) << 16) + (x0 + 1 + ahbp); in ltdc_plane_atomic_update()
1348 paddr += (fb->format->cpp[0] * (x1 - x0 + 1)) - 1; in ltdc_plane_atomic_update()
1358 (x1 - x0 + 1) + (ldev->caps.bus_width >> 3) - 1; in ltdc_plane_atomic_update()
1382 paddr1 += ((fb->format->cpp[1] * (x1 - x0 + 1)) >> 1) - 1; in ltdc_plane_atomic_update()
1395 paddr1 += ((fb->format->cpp[1] * (x1 - x0 + 1)) >> 1) - 1; in ltdc_plane_atomic_update()
1396 paddr2 += ((fb->format->cpp[2] * (x1 - x0 + 1)) >> 1) - 1; in ltdc_plane_atomic_update()
1413 paddr1 += ((fb->format->cpp[1] * (x1 - x0 + 1)) >> 1) - 1; in ltdc_plane_atomic_update()
1414 paddr2 += ((fb->format->cpp[2] * (x1 - x0 + 1)) >> 1) - 1; in ltdc_plane_atomic_update()
1441 line_length = ((fb->format->cpp[1] * (x1 - x0 + 1)) >> 1) + in ltdc_plane_atomic_update()
/drivers/gpu/drm/ci/xfails/
A Dmsm-sm8350-hdk-skips.txt105 # [ 228.238948] pc : tcp_fastretrans_alert+0x0/0x884
117 # [ 228.317679] x2 : 0000000000000000 x1 : 00000000f1de79f7 x0 : ffff704683cd8000
119 # [ 228.327640] tcp_fastretrans_alert+0x0/0x884
173 # [ 228.556672] tcp_fastretrans_alert+0x0/0x884
/drivers/gpu/drm/ast/
A Dast_cursor.c125 u8 x0 = (x & 0x00ff); in ast_set_cursor_location() local
132 ast_set_index_reg(ast, AST_IO_VGACRI, 0xc4, x0); in ast_set_cursor_location()
/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
A Disp_public.h153 const u16 x0,
/drivers/staging/media/ipu3/include/uapi/
A Dintel-ipu3.h1268 __u32 x0:9; member
1302 __u32 x0:9; member
1342 __u32 x0:9; member
1371 __u32 x0:9; member
1415 __u32 x0:8; member
/drivers/video/fbdev/
A Dcg6.c200 u32 x0, y0, z0, color0; member
375 sbus_writel(area->sx, &fbc->x0); in cg6_copyarea()
432 sbus_writel(x, &fbc->x0); in cg6_imageblit()
449 sbus_writel(x, &fbc->x0); in cg6_imageblit()
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
A Dmemx.fuc173 cmp b32 $r6 0x0
277 mov $r7 0x0
292 mov $r6 0x0

Completed in 69 milliseconds

12