Searched refs:g2 (Results 1 – 13 of 13) sorted by relevance
| /u-boot/arch/arm/dts/ |
| A D | r8a774a1-beacon-rzg2m-kit-u-boot.dtsi | 6 #include "rz-g2-beacon-u-boot.dtsi"
|
| A D | r8a774b1-beacon-rzg2n-kit-u-boot.dtsi | 6 #include "rz-g2-beacon-u-boot.dtsi"
|
| A D | r8a774e1-beacon-rzg2h-kit-u-boot.dtsi | 6 #include "rz-g2-beacon-u-boot.dtsi"
|
| A D | imx8mp.dtsi | 1232 power-domain-names = "bus", "g1", "g2", "vc8000e"; 1236 clock-names = "g1", "g2", "vc8000e"; 1240 interconnect-names = "g1", "g2", "vc8000e";
|
| A D | imx8mm.dtsi | 1334 compatible = "nxp,imx8mq-vpu-g2"; 1346 power-domain-names = "bus", "g1", "g2", "h1"; 1350 clock-names = "g1", "g2", "h1";
|
| A D | imx8mq.dtsi | 1491 compatible = "nxp,imx8mq-vpu-g2"; 1502 power-domain-names = "bus", "g1", "g2"; 1505 clock-names = "g1", "g2";
|
| A D | sun50i-h6.dtsi | 157 video-codec-g2@1c00000 { 158 compatible = "allwinner,sun50i-h6-vpu-g2";
|
| /u-boot/board/beacon/beacon-rzg2m/ |
| A D | MAINTAINERS | 15 F: arch/arm/dts/rz-g2-beacon-u-boot.dtsi
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-qlm.c | 201 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 D | r9a06g032-clocks.c | 136 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 D | overview.rst | 57 …spring (`HP Chromebook 11 <https://www.cnet.com/products/hp-chromebook-11-g2-11-6-exynos-5250-4-gb…
|
| /u-boot/include/ |
| A D | efi_loader.h | 25 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 D | stb_truetype.h | 1186 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