Home
last modified time | relevance | path

Searched refs:div (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/openbsd-src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css31 div.logo {
37 div.document {
44 div.bodywrapper {
49 div.body {
55 div.related {
59 div.related ul {
66 div.related ul li {
73 div.related ul li.right {
78 div.related ul li a {
85 div.related ul li a:hover {
[all …]
/openbsd-src/gnu/llvm/lld/docs/llvm-theme/static/
H A Dllvm.css33 div.logo {
39 div.document {
46 div.bodywrapper {
51 div.body {
56 div.related {
60 div.related ul {
67 div.related ul li {
74 div.related ul li.right {
79 div.related ul li a {
86 div.related ul li a:hover {
[all …]
/openbsd-src/sys/dev/fdt/
H A Damlclock.c208 uint32_t reg, mux, div; in amlclock_get_cpu_freq() local
220 div = (reg & HHI_SYS_CPU_CLK_POSTMUX1) ? in amlclock_get_cpu_freq()
224 div = (reg & HHI_SYS_CPU_CLK_POSTMUX0) ? in amlclock_get_cpu_freq()
230 return sc->sc_xtal / div; in amlclock_get_cpu_freq()
240 return amlclock_get_frequency(sc, &idx) / div; in amlclock_get_cpu_freq()
247 uint32_t reg, div; in amlclock_set_cpu_freq() local
288 div = 2; in amlclock_set_cpu_freq()
290 while (parent_freq / div > freq) in amlclock_set_cpu_freq()
291 div++; in amlclock_set_cpu_freq()
292 while ((div % 2) != 0 && (div % 3) != 0) in amlclock_set_cpu_freq()
[all …]
H A Dsxiccmu.c949 uint32_t reg, div; in sxiccmu_a10_get_frequency() local
987 div = 1 << A10_AXI_CLK_DIV_RATIO(reg); in sxiccmu_a10_get_frequency()
989 return sxiccmu_ccu_get_frequency(sc, &parent) / div; in sxiccmu_a10_get_frequency()
992 div = 1 << A10_AHB_CLK_DIV_RATIO(reg); in sxiccmu_a10_get_frequency()
994 return sxiccmu_ccu_get_frequency(sc, &parent) / div; in sxiccmu_a10_get_frequency()
1008 uint32_t reg, div; in sxiccmu_a10s_get_frequency() local
1043 div = 1 << A10_AXI_CLK_DIV_RATIO(reg); in sxiccmu_a10s_get_frequency()
1045 return sxiccmu_ccu_get_frequency(sc, &parent) / div; in sxiccmu_a10s_get_frequency()
1048 div = 1 << A10_AHB_CLK_DIV_RATIO(reg); in sxiccmu_a10s_get_frequency()
1050 return sxiccmu_ccu_get_frequency(sc, &parent) / div; in sxiccmu_a10s_get_frequency()
[all …]
H A Dociic.c129 uint32_t div; in ociic_attach() local
156 div = (clock_speed / (5 * bus_speed)); in ociic_attach()
157 if (div > 0) in ociic_attach()
158 div -= 1; in ociic_attach()
159 if (div > 0xffff) in ociic_attach()
160 div = 0xffff; in ociic_attach()
162 ociic_write(sc, I2C_PRER_LO, div & 0xff); in ociic_attach()
163 ociic_write(sc, I2C_PRER_HI, div >> 8); in ociic_attach()
H A Dsxirsb.c175 uint32_t freq, parent_freq, div, odly; in sxirsb_init() local
199 div = parent_freq / freq / 2; in sxirsb_init()
200 if (div == 0) in sxirsb_init()
201 div = 1; in sxirsb_init()
202 if (div > (RSB_CCR_CK_DIV_MAX + 1)) in sxirsb_init()
203 div = (RSB_CCR_CK_DIV_MAX + 1); in sxirsb_init()
204 odly = div >> 1; in sxirsb_init()
210 ((div - 1) << RSB_CCR_CK_DIV_SHIFT)); in sxirsb_init()
/openbsd-src/gnu/llvm/clang/www/
H A Dmenu.html.incl1 <div id="menu">
2 <div>
4 </div>
6 <div class="submenu">
17 </div>
19 <div class="submenu">
26 </div>
28 <div class="submenu">
32 </div>
34 <div class="submenu">
[all …]
/openbsd-src/gnu/llvm/lldb/docs/_static/
H A Dlldb.css5 div.document {
9 div.body {
13 div.note {
17 div.note p.admonition-title {
54 div.sphinxsidebar .caption {
65 div.sphinxsidebar a,
66 div.sphinxsidebar a:hover {
70 div.sphinxsidebar li {
75 div.sphinxsidebar li:hover {
79 div.sphinxsidebar ul {
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/
H A Dnested.out_html2 <div class="Bd Pp
5 <div class="Bd Pp
7 (default indent)</div>
8 outer text</div>
10 <div class="Bd Pp
13 <div class="Bd Pp
15 (2n)</div>
21 outer text</div>
26 <div class="Bd Pp Bd-indent">inner text (2n)</div>
H A Dnf.out_html4 <div class="Bd Pp">
7 after .fi request in unfilled block</div>
9 <div class="Bd Pp">in filled block
12 </div>
H A Dparagraph.out_html3 <div class="Bd Pp" id="filled"><a class="permalink" href="#filled">filled</a>
7 </div>
10 <div class="Bd Pp Li" id="unfilled">
16 </div>
/openbsd-src/sys/arch/arm64/dev/
H A Daplnco.c37 #define NCO_DIV_COARSE(div) ((div >> 2) & NCO_LFSR_MASK) argument
38 #define NCO_DIV_FINE(div) (div & 0x3) argument
171 uint32_t div, parent_freq; in aplnco_get_frequency() local
180 div = HREAD4(sc, NCO_DIV(idx)); in aplnco_get_frequency()
181 coarse = NCO_DIV_COARSE(div); in aplnco_get_frequency()
182 fine = NCO_DIV_FINE(div); in aplnco_get_frequency()
185 div = (coarse << 2) + fine; in aplnco_get_frequency()
192 div64 = (int64_t)div * (inc1 - inc2) + inc1; in aplnco_get_frequency()
204 uint32_t div, parent_freq; in aplnco_set_frequency() local
216 div = (parent_freq * 2) / freq; in aplnco_set_frequency()
[all …]
H A Daplspi.c197 uint32_t div = 0; in aplspi_clkdiv() local
199 while ((freq * div) < sc->sc_pfreq) in aplspi_clkdiv()
200 div++; in aplspi_clkdiv()
201 if (div < SPI_CLKDIV_MIN) in aplspi_clkdiv()
202 div = SPI_CLKDIV_MIN; in aplspi_clkdiv()
203 if (div > SPI_CLKDIV_MAX) in aplspi_clkdiv()
204 div = SPI_CLKDIV_MAX; in aplspi_clkdiv()
206 return div << 1; in aplspi_clkdiv()
/openbsd-src/gnu/llvm/compiler-rt/www/
H A Dmenu.html.incl1 <div id="menu">
2 <div>
4 </div>
6 <div class="submenu">
9 </div>
11 <div class="submenu">
17 </div>
18 </div>
/openbsd-src/sys/arch/armv7/xilinx/
H A Dzqclock.c181 uint32_t ctl, div, freq; in zqclock_get_frequency() local
191 div = SLCR_CLK_CTRL_DIVISOR(ctl); in zqclock_get_frequency()
193 div *= SLCR_CLK_CTRL_DIVISOR1(ctl); in zqclock_get_frequency()
196 freq = (freq + div / 2) / div; in zqclock_get_frequency()
218 uint32_t ctl, div, div1, maxdiv1, si; in zqclock_set_frequency() local
243 div = (pllf + (freq * div1 / 2)) / (freq * div1); in zqclock_set_frequency()
244 if (div > SLCR_DIV_MASK) in zqclock_set_frequency()
246 if (div == 0) in zqclock_set_frequency()
249 f = (pllf + (div * div1 / 2)) / (div * div1); in zqclock_set_frequency()
270 div = (best_pllf + (freq * div1 / 2)) / (freq * div1); in zqclock_set_frequency()
[all …]
/openbsd-src/sys/arch/armv7/exynos/
H A Dexclock.c236 uint32_t reg, div, mux; in exynos5420_get_frequency() local
249 div = ((reg >> 20) & ((1 << 10) - 1)) + 1; in exynos5420_get_frequency()
263 return exynos5420_get_frequency(sc, &idx) / div; in exynos5420_get_frequency()
452 uint32_t div, armclk, arm_ratio, arm2_ratio; in exclock_get_armclk() local
454 div = HREAD4(sc, CLOCK_CLK_DIV_CPU0); in exclock_get_armclk()
457 arm_ratio = (div >> 0) & 0x7; in exclock_get_armclk()
458 arm2_ratio = (div >> 28) & 0x7; in exclock_get_armclk()
469 uint32_t div, kfc_ratio; in exclock_get_kfcclk() local
471 div = HREAD4(sc, EXYNOS5420_DIV_KFC0); in exclock_get_kfcclk()
474 kfc_ratio = (div >> 0) & 0x7; in exclock_get_kfcclk()
[all …]
/openbsd-src/sys/arch/riscv64/dev/
H A Dstfclock.c331 uint32_t reg, div, mux; in stfclock_get_frequency_jh7100()
352 div = (reg & CLKDIV_MASK) >> CLKDIV_SHIFT; in stfclock_get_frequency_jh7100()
425 div = 1; in stfclock_get_frequency_jh7100()
429 div = 1; in stfclock_get_frequency_jh7100()
433 div = 1; in stfclock_get_frequency_jh7100()
447 return freq / div; in stfclock_get_frequency_jh7100()
501 uint32_t reg, div, mux; in stfclock_get_frequency_jh7110_aon()
516 div = (reg & CLKDIV_MASK) >> CLKDIV_SHIFT; in stfclock_get_frequency_jh7110_aon()
528 div = 1; in stfclock_get_frequency_jh7110_aon()
535 div in stfclock_get_frequency_jh7110_aon()
333 uint32_t reg, div, mux; stfclock_get_frequency_jh7100() local
503 uint32_t reg, div, mux; stfclock_get_frequency_jh7110_aon() local
559 uint32_t reg, div, mux; stfclock_set_frequency_jh7110_aon() local
858 uint32_t reg, div, mux; stfclock_get_frequency_jh7110_sys() local
979 uint32_t reg, div, mux; stfclock_set_frequency_jh7110_sys() local
[all...]
/openbsd-src/regress/usr.bin/mandoc/mdoc/D1/
H A Dspacing.out_html2 <div class="Bd
4 and around one-line displays</div>
6 <div class="Bd Bd-indent"></div>
/openbsd-src/regress/usr.bin/mandoc/mdoc/Dl/
H A Dspacing.out_html2 <div class="Bd
4 in and around one-line literal displays</code></div>
6 <div class="Bd Bd-indent"><code class="Li"></code></div>
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_afmt.c54 unsigned long div, mul; in amdgpu_afmt_calc_cts() local
61 div = gcd(n, cts); in amdgpu_afmt_calc_cts()
63 n /= div; in amdgpu_afmt_calc_cts()
64 cts /= div; in amdgpu_afmt_calc_cts()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dstdlib.h138 #ifdef div
139 # undef div
150 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div() function
154 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, in div() function
/openbsd-src/sys/dev/ic/
H A Dimxiic.c113 uint32_t div; in imxiic_setspeed() local
116 div = (sc->sc_clkrate + speed - 1) / speed; in imxiic_setspeed()
117 if (div < sc->sc_clk_div[0].div) in imxiic_setspeed()
119 else if (div > sc->sc_clk_div[sc->sc_clk_ndiv - 1].div) in imxiic_setspeed()
122 for (i = 0; sc->sc_clk_div[i].div < div; i++) in imxiic_setspeed()
/openbsd-src/gnu/llvm/llvm/docs/_static/
H A Dllvm.css65 /* <div class="doc_code"> would use this class, and <div> adds more padding */
81 h2+div, h2+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
86 * <div class="doc_code"><pre>...</ptr></div> construct.
111 div.contents ul { list-style-type: decimal }
/openbsd-src/gnu/llvm/clang/www/analyzer/
H A Dcontent.css88 table.checkers div.namedescr,
89 table.checkers div.exampleContainer { overflow: hidden; padding: 5px 8px 10px 8px }
90 /* table.checkers tbody div.example { font-family: monospace; white-space: pre } */
91 table.checkers div.example { border-top:1px #cccccc dashed; width:100%; padding-top: 5px; margin-to…
92 table.checkers div.example:first-child { border-top:none; padding-top: 0px; margin-top: 0px }
95 table.checkers div.descr { margin-top:7px }
96 table.checkers div.functions { margin-top: 2px; font-style: italic; font-size: 90%; color:#00B }
/openbsd-src/sys/dev/sdmmc/
H A Dsdhcreg.h213 #define SDHC_SDCLK_DIV(div) \ argument
214 (((div) & SDHC_SDCLK_DIV_MASK) << SDHC_SDCLK_DIV_SHIFT)
215 #define SDHC_SDCLK_DIV_V3(div) \ argument
216 (SDHC_SDCLK_DIV(div) | \
217 (((div) & SDHC_SDCLK_DIV_MASK_V3) >> SDHC_SDCLK_DIV_RSHIFT_V3))

12345678910>>...16