| /drivers/of/unittest-data/ |
| A D | tests-address.dtsi | 19 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 D | overlay_pci_node.dtso | 13 ranges = <0x0 0x0 0x0 0x0 0x1000>;
|
| A D | tests-phandle.dtsi | 40 phandle-map-pass-thru = <0x0 0xf0>; 47 phandle-map-pass-thru = <0x0 0xf0>;
|
| A D | tests-platform.dtsi | 11 reg = <0x0>;
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_msg_arm64.h | 53 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 D | axis-fifo.txt | 73 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 D | TESTING | 102 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 D | av7110_hw.c | 980 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 D | dp_utils.c | 56 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 D | mc13783_ts.c | 70 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 D | ia_css_ctc2.host.c | 31 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 D | ia_css_ctc1_5.host.c | 17 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 D | msm_disp_snapshot_util.c | 16 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 D | vchiq.h | 7 #define VCHIQ_MAKE_FOURCC(x0, x1, x2, x3) \ argument 8 (((x0) << 24) | ((x1) << 16) | ((x2) << 8) | (x3))
|
| /drivers/gpu/drm/sun4i/ |
| A D | sun4i_frontend.h | 34 #define SUN4I_FRONTEND_TB_OFF_X0(x0) (x0) argument
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| A D | com.fuc | 35 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 D | isp_private.h | 144 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 D | omap_dmm_tiler.c | 351 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 D | ltdc.c | 1263 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 D | msm-sm8350-hdk-skips.txt | 105 # [ 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 D | ast_cursor.c | 125 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 D | isp_public.h | 153 const u16 x0,
|
| /drivers/staging/media/ipu3/include/uapi/ |
| A D | intel-ipu3.h | 1268 __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 D | cg6.c | 200 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 D | memx.fuc | 173 cmp b32 $r6 0x0 277 mov $r7 0x0 292 mov $r6 0x0
|