Searched refs:box (Results 1 - 15 of 15) sorted by last modified time

/drivers/mmc/host/
H A Dmsm_sdcc.c334 dmov_box *box; local
378 box = &nc->cmd[0];
400 box->cmd = CMD_MODE_BOX;
403 box->cmd |= CMD_LC;
409 box->src_row_addr = msmsdcc_fifo_addr(host);
410 box->dst_row_addr = sg_dma_address(sg);
412 box->src_dst_len = (MCI_FIFOSIZE << 16) |
414 box->row_offset = MCI_FIFOSIZE;
416 box->num_rows = rows * ((1 << 16) + 1);
417 box
[all...]
/drivers/net/appletalk/
H A DKconfig9 on a network. If your Linux box is connected to such a network and you
11 so that your Linux box can act as a print and file server for Macs as
36 on a network. If your Linux box is connected to such a network, and wish
85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
86 you want your Linux box to act as an Internet gateway for a zoo of
106 IP packets inside AppleTalk frames; this is useful if your Linux box
/drivers/net/plip/
H A DKconfig11 local machines. A PLIP link from a Linux box is a popular means to
/drivers/net/slip/
H A DKconfig11 other local Unix box or if you want to configure your Linux box as a
/drivers/net/wan/
H A DKconfig15 inexpensive WAN interface card can allow your Linux box to directly
46 V.36 interface) to your Linux box. The cards can work as the
70 V.24, V.35 or V.36 interface) to your Linux box.
73 box directly to a T1 or E1 circuit.
101 Say Y to this option if your Linux box contains a WAN (Wide Area
103 connect the box to a WAN.
321 physical line from your box to the local "switch" (i.e. the entry
/drivers/gpu/drm/mga/
H A Dmga_state.c44 struct drm_clip_rect *box)
62 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1,
63 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
502 struct drm_clip_rect *box = &pbox[i]; local
503 u32 height = box->y2 - box->y1;
506 box->x1, box
43 mga_emit_clip_rect(drm_mga_private_t *dev_priv, struct drm_clip_rect *box) argument
600 struct drm_clip_rect *box = &pbox[i]; local
[all...]
/drivers/gpu/drm/radeon/
H A Dr300_cmdbuf.c62 struct drm_clip_rect box; local
79 (&box, &cmdbuf->boxes[n + i], sizeof(box))) {
84 box.x2--; /* Hardware expects inclusive bottom-right corner */
85 box.y2--;
88 box.x1 = (box.x1) &
90 box.y1 = (box.y1) &
92 box
[all...]
H A Dradeon_state.c450 struct drm_clip_rect * box)
454 DRM_DEBUG(" box: x1=%d y1=%d x2=%d y2=%d\n",
455 box->x1, box->y1, box->x2, box->y2);
459 OUT_RING((box->y1 << 16) | box->x1);
461 OUT_RING(((box->y2 - 1) << 16) | (box
449 radeon_emit_clip_rect(drm_radeon_private_t * dev_priv, struct drm_clip_rect * box) argument
2782 struct drm_clip_rect box; local
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h2136 SVGA3dBox box; member in struct:SVGA3dCmdUpdateGBImage
2183 SVGA3dBox box; member in struct:SVGA3dCmdReadbackGBImagePartial
2220 SVGA3dBox box; member in struct:SVGA3dCmdInvalidateGBImagePartial
2424 SVGA3dBox box; member in struct:__anon1181
H A Dvmwgfx_kms.c297 SVGA3dCopyBox *box; local
319 DRM_ERROR("at least one full copy box must be given\n");
323 box = (SVGA3dCopyBox *)&cmd[1];
328 box->x != 0 || box->y != 0 || box->z != 0 ||
329 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 ||
330 box
[all...]
/drivers/isdn/i4l/
H A DKconfig66 your Linux box as an ISDN-answering machine. Of course, this must be
77 (mgetty+sendfax, hylafax), you will be able to use your Linux box as
/drivers/char/
H A DKconfig103 box (as opposed to using a serial printer; if the connector at the
/drivers/gpu/drm/i810/
H A Di810_dma.c714 struct drm_clip_rect *box = sarea_priv->boxes; local
753 OUT_RING(box[i].x1 | (box[i].y1 << 16));
754 OUT_RING((box[i].x2 -
755 1) | ((box[i].y2 - 1) << 16));
/drivers/gpu/drm/i915/
H A Di915_dma.c396 struct drm_clip_rect *box,
402 if (box->y2 <= box->y1 || box->x2 <= box->x1 ||
403 box->y2 <= 0 || box->x2 <= 0) {
404 DRM_ERROR("Bad box %d,%d..%d,%d\n",
405 box->x1, box
395 i915_emit_box(struct drm_device *dev, struct drm_clip_rect *box, int DR1, int DR4) argument
[all...]
H A Di915_drv.h2246 struct drm_clip_rect *box,

Completed in 243 milliseconds