HomeSort by relevance Sort by last modified time
    Searched refs:ushort (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/u-boot/arch/m68k/include/asm/
immap_5272.h 35 ushort sc_scr;
36 ushort sc_spr;
39 ushort sc_alpr;
80 ushort gpio_paddr;
81 ushort gpio_padat;
83 ushort gpio_pbddr;
84 ushort gpio_pbdat;
86 ushort gpio_pcddr;
87 ushort gpio_pcdat;
96 ushort dma_dir
    [all...]
fec.h 22 ushort cbd_sc; /* Status and Control */
23 ushort cbd_datlen; /* Data length in buffer */
27 #define BD_SC_EMPTY ((ushort)0x8000) /* Receive is empty */
28 #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */
29 #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */
30 #define BD_SC_INTRPT ((ushort)0x1000) /* Interrupt on change */
31 #define BD_SC_LAST ((ushort)0x0800) /* Last buffer in frame */
32 #define BD_SC_TC ((ushort)0x0400) /* Transmit CRC */
33 #define BD_SC_CM ((ushort)0x0200) /* Continous mode */
34 #define BD_SC_ID ((ushort)0x0100) /* Rec'd too many idles *
    [all...]
immap_5282.h 96 ushort wcr;
97 ushort wmr;
98 ushort wcntr;
99 ushort wsr;
  /external/u-boot/arch/powerpc/include/asm/
cpm_8xx.h 23 #define CPM_CR_RST ((ushort)0x8000)
24 #define CPM_CR_OPCODE ((ushort)0x0f00)
25 #define CPM_CR_CHAN ((ushort)0x00f0)
26 #define CPM_CR_FLG ((ushort)0x0001)
30 #define CPM_CR_INIT_TRX ((ushort)0x0000)
31 #define CPM_CR_INIT_RX ((ushort)0x0001)
32 #define CPM_CR_INIT_TX ((ushort)0x0002)
33 #define CPM_CR_HUNT_MODE ((ushort)0x0003)
34 #define CPM_CR_STOP_TX ((ushort)0x0004)
35 #define CPM_CR_RESTART_TX ((ushort)0x0006
    [all...]
cpm_85xx.h 61 #define CPM_CR_INIT_TRX ((ushort)0x0000)
62 #define CPM_CR_INIT_RX ((ushort)0x0001)
63 #define CPM_CR_INIT_TX ((ushort)0x0002)
64 #define CPM_CR_HUNT_MODE ((ushort)0x0003)
65 #define CPM_CR_STOP_TX ((ushort)0x0004)
66 #define CPM_CR_RESTART_TX ((ushort)0x0006)
67 #define CPM_CR_SET_GADDR ((ushort)0x0008)
107 ushort cbd_sc; /* Status and Control */
108 ushort cbd_datlen; /* Data length in buffer */
112 #define BD_SC_EMPTY ((ushort)0x8000) /* Receive is empty *
    [all...]
immap_8xx.h 22 ushort sc_swsr;
88 ushort memc_mstat;
89 ushort memc_mptpr;
97 ushort sit_tbscr;
102 ushort sit_rtcsc;
108 ushort sit_piscr;
115 #define TBSCR_TBIRQ_MASK ((ushort)0xff00)
116 #define TBSCR_REFA ((ushort)0x0080)
117 #define TBSCR_REFB ((ushort)0x0040)
118 #define TBSCR_REFAE ((ushort)0x0008
    [all...]
iopin_8xx.h 33 ushort __iomem *datp = &immap->im_ioport.iop_padat;
41 ushort __iomem *datp = &immap->im_ioport.iop_pcdat;
45 ushort __iomem *datp = &immap->im_ioport.iop_pddat;
56 ushort __iomem *datp = &immap->im_ioport.iop_padat;
64 ushort __iomem *datp = &immap->im_ioport.iop_pcdat;
68 ushort __iomem *datp = &immap->im_ioport.iop_pddat;
79 ushort __iomem *datp = &immap->im_ioport.iop_padat;
87 ushort __iomem *datp = &immap->im_ioport.iop_pcdat;
91 ushort __iomem *datp = &immap->im_ioport.iop_pddat;
103 ushort __iomem *datp = &immap->im_ioport.iop_padat
    [all...]
  /external/libutf/
utfdef.h 2 #define ushort _utfushort macro
9 typedef unsigned short ushort; typedef
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vbuf.h 86 ushort vertex_size,
87 ushort nr_vertices );
91 ushort min_index,
92 ushort max_index );
103 * Draw indexed primitives. Note that indices are ushort. The driver
107 const ushort *indices,
draw_pt_vsplit.c 48 ushort segment_size;
52 ushort draw_elts[SEGMENT_SIZE];
53 ushort identity_draw_elts[SEGMENT_SIZE];
58 ushort draws[MAP_SIZE];
61 ushort num_fetch_elts;
62 ushort num_draw_elts;
138 vsplit_add_cache_ushort(struct vsplit_frontend *vsplit, const ushort *elts,
190 #define ELT_TYPE ushort
255 ushort i;
draw_pt_fetch_shade_emit.c 203 (ushort)fse->key.output_stride,
204 (ushort)count ))
231 draw->render->unmap_vertices( draw->render, 0, (ushort)(count - 1) );
254 const ushort *draw_elts,
267 (ushort)fse->key.output_stride,
268 (ushort)fetch_count ))
292 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
312 const ushort *draw_elts,
325 (ushort)fse->key.output_stride,
326 (ushort)count )
    [all...]
  /external/u-boot/include/
exynos_lcd.h 25 ushort vl_col; /* Number of columns (i.e. 640) */
26 ushort vl_row; /* Number of rows (i.e. 480) */
27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
28 ushort vl_width; /* Width of display area in millimeters */
29 ushort vl_height; /* Height of display area in millimeters */
atmel_lcd.h 22 ushort vl_col; /* Number of columns (i.e. 640) */
23 ushort vl_row; /* Number of rows (i.e. 480) */
24 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
lcd.h 32 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue);
51 ushort vl_col; /* Number of columns (i.e. 160) */
52 ushort vl_row; /* Number of rows (i.e. 100) */
53 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
55 ushort *cmap; /* Pointer to the colormap */
59 static __maybe_unused ushort *configuration_get_cmap(void)
65 ushort *configuration_get_cmap(void)
    [all...]
pxa_lcd.h 48 ushort vl_col; /* Number of columns (i.e. 640) */
49 ushort vl_row; /* Number of rows (i.e. 480) */
50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
51 ushort vl_width; /* Width of display area in millimeters */
52 ushort vl_height; /* Height of display area in millimeters */
67 ushort vl_hpw; /* Horz sync pulse width */
lcd_console.h 13 void (*fp_putc_xy)(struct console_t *pcons, ushort x, ushort y, char c);
video.h 74 ushort xsize;
75 ushort ysize;
76 ushort rot;
91 ushort *cmap;
  /external/virglrenderer/src/gallium/auxiliary/util/
u_pack_color.h 53 ushort us;
55 ushort h[4]; /* half float */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 62 ushort (*depth16)[TILE_SIZE];
63 ushort init_idepth[4], idepth[4], depth_step;
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
72 depth_step = (ushort)(dzdx * scale);
87 depth16 = (ushort (*)[TILE_SIZE])
133 depth16 = (ushort (*)[TILE_SIZE]) &depth16[0][2];
  /external/u-boot/net/
cdp.c 42 ushort cdp_native_vlan;
43 ushort cdp_appliance_vlan;
48 static ushort cdp_compute_csum(const uchar *buff, ushort len)
50 ushort csum;
53 ushort leftover;
54 ushort *p;
64 p = (ushort *)buff;
97 csum = ~(ushort)result;
109 ushort *s
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_indices.c 44 ushort *out_us = (ushort *)out;
47 out_us[i] = (ushort) in_ub[i+start];
75 ushort *out_us = (ushort *)out;
78 out_us[i] = (ushort)(i + start);
  /external/u-boot/cmd/
mii.c 16 ushort regno;
30 ushort hi;
31 ushort lo;
32 ushort mask;
109 ushort len;
122 ushort regval,
127 ushort regno,
129 ushort regval);
132 ushort regvals[6],
146 ushort regval
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_private.h 76 ushort min_index;
77 ushort max_index;
  /external/u-boot/common/
lcd.c 112 ushort v_max = panel_info.vl_row;
113 ushort h_max = panel_info.vl_col;
114 ushort v_step = (v_max + N_BLK_VERT - 1) / N_BLK_VERT;
115 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR;
116 ushort v, h;
120 ushort *pix = (ushort *)lcd_base;
339 ushort *cmap = configuration_get_cmap();
347 ushort i, j;
351 ushort *fb16
    [all...]
  /external/u-boot/drivers/video/
video_bmp.c 20 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap,
29 static void draw_encoded_bitmap(ushort **fbp, ushort col, int cnt)
31 ushort *fb = *fbp;
41 struct bmp_image *bmp, ushort *cmap,
94 (ushort **)&fb,
119 draw_encoded_bitmap((ushort **)&fb,
179 ushort *cmap = priv->cmap;
195 ushort *cmap_base = NULL
    [all...]

Completed in 728 milliseconds

1 2 3 4 5 6 7