Home
last modified time | relevance | path

Searched refs:g2 (Results 1 – 13 of 13) sorted by relevance

/u-boot/arch/arm/dts/
A Dr8a774a1-beacon-rzg2m-kit-u-boot.dtsi6 #include "rz-g2-beacon-u-boot.dtsi"
A Dr8a774b1-beacon-rzg2n-kit-u-boot.dtsi6 #include "rz-g2-beacon-u-boot.dtsi"
A Dr8a774e1-beacon-rzg2h-kit-u-boot.dtsi6 #include "rz-g2-beacon-u-boot.dtsi"
A Dimx8mp.dtsi1232 power-domain-names = "bus", "g1", "g2", "vc8000e";
1236 clock-names = "g1", "g2", "vc8000e";
1240 interconnect-names = "g1", "g2", "vc8000e";
A Dimx8mm.dtsi1334 compatible = "nxp,imx8mq-vpu-g2";
1346 power-domain-names = "bus", "g1", "g2", "h1";
1350 clock-names = "g1", "g2", "h1";
A Dimx8mq.dtsi1491 compatible = "nxp,imx8mq-vpu-g2";
1502 power-domain-names = "bus", "g1", "g2";
1505 clock-names = "g1", "g2";
A Dsun50i-h6.dtsi157 video-codec-g2@1c00000 {
158 compatible = "allwinner,sun50i-h6-vpu-g2";
/u-boot/board/beacon/beacon-rzg2m/
A DMAINTAINERS15 F: arch/arm/dts/rz-g2-beacon-u-boot.dtsi
/u-boot/arch/mips/mach-octeon/
A Dcvmx-qlm.c201 cvmx_gserx_cfg_t g1, g2; in cvmx_qlm_lmac() local
204 g2.u64 = csr_rd(CVMX_GSERX_CFG(6)); in cvmx_qlm_lmac()
206 if (g2.s.bgx) { in cvmx_qlm_lmac()
238 cvmx_gserx_cfg_t g1, g2; in cvmx_qlm_lmac() local
241 g2.u64 = csr_rd(CVMX_GSERX_CFG(5)); in cvmx_qlm_lmac()
243 if (g2.s.bgx) { in cvmx_qlm_lmac()
/u-boot/drivers/clk/renesas/
A Dr9a06g032-clocks.c136 struct regbit sel, g1, r1, g2, r2; member
203 .g2 = _g2, \
907 struct regbit gate[2] = { desc->dual.g1, desc->dual.g2 }; in r9a06g032_clk_dualgate_setenable()
942 struct regbit gate[2] = { desc->dual.g1, desc->dual.g2 }; in r9a06g032_clk_dualgate_is_enabled()
/u-boot/doc/chromium/
A Doverview.rst57 …spring (`HP Chromebook 11 <https://www.cnet.com/products/hp-chromebook-11-g2-11-6-exynos-5250-4-gb…
/u-boot/include/
A Defi_loader.h25 static inline int guidcmp(const void *g1, const void *g2) in guidcmp() argument
27 return memcmp(g1, g2, sizeof(efi_guid_t)); in guidcmp()
/u-boot/drivers/video/
A Dstb_truetype.h1186 int g1,g2; in stbtt__GetGlyfOffset() local
1193 g2 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2 + 2) * 2; in stbtt__GetGlyfOffset()
1196 g2 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4 + 4); in stbtt__GetGlyfOffset()
1199 return g1==g2 ? -1 : g1; // if length is 0, return -1 in stbtt__GetGlyfOffset()

Completed in 38 milliseconds