Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 63) sorted by relevance

123

/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexstyletext.sty93 \ifx\spx@bd@width \@undefined\setbox0\hbox{0}\def\spx@bd@width{\wd0 }\fi
102 \@width\spx@bd@width\vss}}%
104 {\spx@bd{\hb@xt@\spx@bd@width}
106 \@width \spx@bd@thickness\hss}}%
108 {\spx@bd{\hb@xt@\spx@bd@width}
111 \@width \spx@bd@thickness\hss}%
113 \@width.5\spx@bd@width\vss}}}%
115 {\spx@bd{\hb@xt@\spx@bd@width}
118 \@width \spx@bd@thickness\hss}%
120 \@width.5\spx@bd@width\vss}}}%
A Dsphinxlatexgraphics.sty36 % In case height or width options are present the rescaling is done
37 % (since 2.0), in a way keeping the width:height ratio either native from
38 % image or from the width and height options if both were present.
46 % #1 contains possibly width=, height=, but no scale= since 1.8.4
51 % compute height which results from rescaling width to \linewidth
75 % width is ok, let's check height
83 \fi % end of check of width and height
87 [%#1,% contained only width and/or height and overruled anyhow
88 width=\spx@image@requiredwidth,height=\spx@image@requiredheight]%
96 % here we do not modify the options, no need to adjust width and height
A Dsphinxlatexshadowbox.sty25 \hbox{\vrule\@width\sphinxshadowrule
31 \vrule\@width\sphinxshadowrule}%
38 \hbox{\vrule\@height\ht\@tempboxa \@width\dimen@}%
43 \vbox{\hrule\@width\wd\@tempboxa \@height\dimen@}%
45 % move left by the size of right shadow so shadow adds no width
76 % framed.sty puts into "\width" the added width (=2shadowsep+2shadowrule)
78 \advance\hsize-\width
A Dsphinxlatextables.sty67 % c) the caption text will wrap at width \LTcapwidth (4in)
69 % (with its width or margin option taking place of \LTcapwidth role)
123 % The aim of \sphinxcaption is to apply to tabular(y) the maximal width
130 % don't exceed linewidth for the caption width
183 % becomes to pass it the correct target width. We must trick tabulary into
209 % width).
219 % (inclusive of tabulary's LJRC) holds the target column width in the
256 \kern\sphinx@tempb\ignorespaces % the per column occupied width
272 % width.
344 % in a p{..} type column, \linewidth is the target box width
[all …]
A Dsphinxlatexobjects.sty62 % environment the #1 will already be of the width which is computed here, i.e.
63 % the available width on line, so the \makebox becomes a bit superfluous
83 % occupy full available width on line.
/trusted-firmware-a/lib/libc/
A Dsnprintf.c39 int width; in unsigned_num_print() local
54 width = i; in unsigned_num_print()
55 if (padn > width) { in unsigned_num_print()
58 (*chars_printed) += (size_t)width; in unsigned_num_print()
64 while (width < padn) { in unsigned_num_print()
75 while (width < -padn) { in unsigned_num_print()
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dspm_dfd.puml19 node [fillcolor="#ffb866" style=filled shape=box fixedsize=true width=1.6 height=0.7]
35 gic [label="GIC" width=1.2 height=0.5]
36 smmu [label="SMMU" width=1.2 height=0.5]
37 uart [label="UART" width=1.2 height=0.5]
38 pe [label="PE" width=1.2 height=0.5]
57 bl2 [label="BL2" width=1.2 height=0.5]
A Dtfa_dfd.puml22 node [fillcolor="#ffb866" style=filled shape=box fixedsize=true width=1.6 height=0.7]
41 gic [label="GIC" width=1.2 height=0.5]
42 tzc [label="TZ\nController" width=1.2 height=0.5]
/trusted-firmware-a/fdts/
A Dcorstone700_fvp.dts23 bank-width = <4>;
24 device-width= <2>;
33 reg-io-width = <2>;
A Dstm32mp157c-lxa-mc1.dts52 bus-width = <4>;
79 bus-width = <8>;
A Dcorstone700_fpga.dts20 reg-io-width = <2>;
A Dstm32mp157c-odyssey.dts31 bus-width = <4>;
A Dstm32mp157c-ev1.dts51 spi-rx-bus-width = <4>;
A Dstm32mp157c-ed1.dts316 bus-width = <4>;
332 bus-width = <8>;
/trusted-firmware-a/plat/xilinx/zynqmp/pm_service/
A Dpm_api_clock.c445 .width = 6,
457 .width = 6,
469 .width = 1,
506 .width = 1,
521 .width = 6,
589 .width = 6,
598 .width = 6,
611 .width = 1,
625 .width = 1,
639 .width = 1,
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/
A Dbadge_only.css1width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8…
A Dtheme.css1width:100%}svg:not(:root){overflow:hidden}figure,form{margin:0}label{cursor:pointer}button,input,s…
4width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none…
/trusted-firmware-a/drivers/mmc/
A Dmmc.c226 unsigned int width = bus_width; in mmc_set_ios() local
229 if (width == MMC_BUS_WIDTH_8) { in mmc_set_ios()
231 width = MMC_BUS_WIDTH_4; in mmc_set_ios()
233 ret = mmc_sd_switch(width); in mmc_set_ios()
239 (unsigned int)width); in mmc_set_ios()
247 return ops->set_ios(clk, width); in mmc_set_ios()
801 (width == MMC_BUS_WIDTH_4) || in mmc_init()
802 (width == MMC_BUS_WIDTH_8) || in mmc_init()
803 (width == MMC_BUS_WIDTH_DDR_4) || in mmc_init()
804 (width == MMC_BUS_WIDTH_DDR_8))); in mmc_init()
[all …]
/trusted-firmware-a/drivers/imx/usdhc/
A Dimx_usdhc.c22 static int imx_usdhc_set_ios(unsigned int clk, unsigned int width);
252 static int imx_usdhc_set_ios(unsigned int clk, unsigned int width) in imx_usdhc_set_ios() argument
258 if (width == MMC_BUS_WIDTH_4) in imx_usdhc_set_ios()
261 else if (width == MMC_BUS_WIDTH_8) in imx_usdhc_set_ios()
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dbasic.css27 width: 100%;
58 width: 230px;
96 width: 80%;
103 width: 20%;
112 max-width: 100%;
146 width: 90%;
168 width: 100%;
225 min-width: 450px;
226 max-width: 800px;
328 width: 40%;
[all …]
A Ddoctools.js99 rect.width.baseVal.value = bbox.width;
/trusted-firmware-a/drivers/renesas/common/emmc/
A Demmc_mount.c21 static EMMC_ERROR_CODE emmc_bus_width(uint32_t width);
313 static EMMC_ERROR_CODE emmc_bus_width(uint32_t width) in emmc_bus_width() argument
318 if ((width != 8) && (width != 4) && (width != 1)) { in emmc_bus_width()
330 mmc_drv_obj.bus_width = (HAL_MEMCARD_DATA_WIDTH) (width >> 2); in emmc_bus_width()
/trusted-firmware-a/drivers/rpi3/sdhost/
A Drpi3_sdhost.c22 static int rpi3_sdhost_set_ios(unsigned int clk, unsigned int width);
425 static int rpi3_sdhost_set_ios(unsigned int clk, unsigned int width) in rpi3_sdhost_set_ios() argument
433 if (width != MMC_BUS_WIDTH_4 && width != MMC_BUS_WIDTH_1) { in rpi3_sdhost_set_ios()
434 ERROR("rpi3_sdhost: width %d not supported\n", width); in rpi3_sdhost_set_ios()
437 rpi3_sdhost_params.bus_width = width; in rpi3_sdhost_set_ios()
/trusted-firmware-a/include/drivers/
A Dmmc.h130 int (*set_ios)(unsigned int clk, unsigned int width);
241 unsigned int width, unsigned int flags,
/trusted-firmware-a/drivers/synopsys/emmc/
A Ddw_mmc.c125 static int dw_set_ios(unsigned int clk, unsigned int width);
322 static int dw_set_ios(unsigned int clk, unsigned int width) in dw_set_ios() argument
324 switch (width) { in dw_set_ios()

Completed in 43 milliseconds

123