| /u-boot/drivers/bios_emulator/include/x86emu/ |
| A D | regs.h | 125 #define R_AH gen.A.I8_reg.h_reg 126 #define R_AL gen.A.I8_reg.l_reg 127 #define R_BH gen.B.I8_reg.h_reg 128 #define R_BL gen.B.I8_reg.l_reg 129 #define R_CH gen.C.I8_reg.h_reg 130 #define R_CL gen.C.I8_reg.l_reg 131 #define R_DH gen.D.I8_reg.h_reg 132 #define R_DL gen.D.I8_reg.l_reg 135 #define R_AX gen.A.I16_reg.x_reg 136 #define R_BX gen.B.I16_reg.x_reg [all …]
|
| /u-boot/board/toradex/apalis_imx6/ |
| A D | pf0100_otp.inc | 28 {pmic_i2c, 0xA0, 0x2B}, // Auto gen from Row94 29 {pmic_i2c, 0xA1, 0x01}, // Auto gen from Row95 30 {pmic_i2c, 0xA2, 0x05}, // Auto gen from Row96 31 {pmic_i2c, 0xA8, 0x2B}, // Auto gen from Row102 32 {pmic_i2c, 0xA9, 0x02}, // Auto gen from Row103 33 {pmic_i2c, 0xAA, 0x01}, // Auto gen from Row104 34 {pmic_i2c, 0xAC, 0x18}, // Auto gen from Row106 35 {pmic_i2c, 0xAE, 0x01}, // Auto gen from Row108 36 {pmic_i2c, 0xB0, 0x2C}, // Auto gen from Row110 37 {pmic_i2c, 0xB1, 0x04}, // Auto gen from Row111 [all …]
|
| /u-boot/board/toradex/colibri_imx6/ |
| A D | pf0100_otp.inc | 29 {pmic_i2c, 0xA0, 0x2B}, // Auto gen from Row94 30 {pmic_i2c, 0xA1, 0x01}, // Auto gen from Row95 31 {pmic_i2c, 0xA2, 0x05}, // Auto gen from Row96 32 {pmic_i2c, 0xA8, 0x2B}, // Auto gen from Row102 33 {pmic_i2c, 0xA9, 0x02}, // Auto gen from Row103 34 {pmic_i2c, 0xAA, 0x01}, // Auto gen from Row104 35 {pmic_i2c, 0xAC, 0x18}, // Auto gen from Row106 36 {pmic_i2c, 0xAE, 0x01}, // Auto gen from Row108 37 {pmic_i2c, 0xB0, 0x2C}, // Auto gen from Row110 38 {pmic_i2c, 0xB1, 0x04}, // Auto gen from Row111 [all …]
|
| /u-boot/drivers/video/imx/ |
| A D | ipu_regs.h | 271 u32 gen; member 337 #define DI_SW_GEN0(di, gen) (&DI_REG(di)->sw_gen0[gen - 1]) argument 338 #define DI_SW_GEN1(di, gen) (&DI_REG(di)->sw_gen1[gen - 1]) argument 339 #define DI_STP_REP(di, gen) (&DI_REG(di)->stp_rep[(gen - 1) / 2]) argument 342 #define DI_DW_GEN(di, gen) (&DI_REG(di)->dw_gen[gen]) argument 343 #define DI_DW_SET(di, gen, set) (&DI_REG(di)->dw_set[gen + 12 * set]) argument 392 #define DC_GEN (&DC_REG->gen)
|
| /u-boot/drivers/pci/ |
| A D | pcie_brcmstb.c | 142 int gen; member 370 static void brcm_pcie_set_gen(struct brcm_pcie *pcie, unsigned int gen) in brcm_pcie_set_gen() argument 377 lnkcap = (lnkcap & ~PCI_EXP_LNKCAP_SLS) | gen; in brcm_pcie_set_gen() 380 lnkctl2 = (lnkctl2 & ~0xf) | gen; in brcm_pcie_set_gen() 501 if (pcie->gen) in brcm_pcie_probe() 502 brcm_pcie_set_gen(pcie, pcie->gen); in brcm_pcie_probe() 609 pcie->gen = 0; in brcm_pcie_of_to_plat() 611 pcie->gen = max_link_speed; in brcm_pcie_of_to_plat()
|
| A D | pcie_dw_rockchip.c | 45 u32 gen; member 335 ret = rk_pcie_link_up(priv, priv->gen); in rockchip_pcie_init_port() 401 priv->gen = dev_read_u32_default(dev, "max-link-speed", in rockchip_pcie_parse_dt()
|
| /u-boot/doc/device-tree-bindings/misc/ |
| A D | intel-lpc.txt | 11 - intel,gen-dec : Specifies the values for the gen-dec registers. Up to four 49 intel,gen-dec = <0x800 0xfc 0x900 0xfc>;
|
| /u-boot/include/ |
| A D | virtio.h | 554 u32 old, gen; in __virtio_cread_many() local 558 virtio_generation(vdev, &gen); in __virtio_cread_many() 560 old = gen; in __virtio_cread_many() 566 virtio_generation(vdev, &gen); in __virtio_cread_many() 567 } while (gen != old); in __virtio_cread_many()
|
| /u-boot/tools/binman/test/ |
| A D | 223_fit_fdt_oper.dts | 36 fit,operation = "gen-fdt-nodes";
|
| /u-boot/tools/ |
| A D | Makefile | 315 $(obj)/bmp_logo --gen-info $(LOGO_BMP) > $@ 319 $(obj)/bmp_logo --gen-bmp $(LOGO_BMP) > $@ 322 $(obj)/bmp_logo --gen-data $(LOGO_BMP) > $@
|
| /u-boot/test/ |
| A D | nokia_rx51_test.sh | 92 if ! test -f u-boot-gen-combined; then 94 chmod +x u-boot-maemo/debian/u-boot-gen-combined 95 ln -s u-boot-maemo/debian/u-boot-gen-combined . 245 ./u-boot-gen-combined u-boot.bin zImage-2.6.28-omap1 combined_zimage.bin 246 ./u-boot-gen-combined u-boot.bin uImage-2.6.28-omap1 combined_uimage.bin
|
| /u-boot/arch/arm/dts/ |
| A D | imx6-logicpd-baseboard.dtsi | 46 gen-led0 { 54 gen-led1 { 59 gen-led2 { 65 gen-led3 {
|
| A D | ls1021a-pg-wcom-expu1.dts | 60 compatible = "gen,spidev", "zarlink,zl30343";
|
| /u-boot/doc/board/ti/ |
| A D | am62x_sk.rst | 119 Tree: git://git.ti.com/k3-image-gen/k3-image-gen.git 160 $ cd <k3-image-gen>
|
| A D | k3.rst | 119 | **source:** https://git.ti.com/git/k3-image-gen/k3-image-gen.git 186 # inside k3-image-gen source 205 `k3-image-gen/tiboot3-{SOC}-{hs,gp}-evm.bin` 210 | `k3-image-gen/sysfw-{SOC}-evm.bin`
|
| A D | j721e_evm.rst | 134 Tree: git://git.ti.com/k3-image-gen/k3-image-gen.git
|
| /u-boot/drivers/net/fm/ |
| A D | fm.h | 72 u16 gen; member
|
| A D | eth.c | 296 muram_writew(&rxqd->gen, 0); in fm_eth_rx_port_parameter_init()
|
| /u-boot/board/ti/am65x/ |
| A D | README | 107 Tree: git://git.ti.com/k3-image-gen/k3-image-gen.git
|
| /u-boot/doc/board/nokia/ |
| A D | rx51.rst | 28 format) there is a simple script called ``u-boot-gen-combined``. It is available 36 sh u-boot-gen-combined u-boot.bin kernel.bin combined.bin
|
| /u-boot/tools/docker/ |
| A D | Dockerfile | 256 wget https://raw.githubusercontent.com/pali/u-boot-maemo/master/debian/u-boot-gen-combined && \ 257 chmod 0755 u-boot-gen-combined && \
|
| /u-boot/drivers/nvme/ |
| A D | nvme.h | 195 __le32 gen; member
|
| /u-boot/arch/x86/dts/ |
| A D | chromebook_link.dts | 477 intel,gen-dec = <0x800 0xfc 0x900 0xfc>;
|
| A D | chromebook_samus.dts | 641 intel,gen-dec = <0x800 0xfc 0x900 0xfc>;
|
| /u-boot/scripts/ |
| A D | Makefile.spl | 141 platdata-hdr := include/generated/dt-structs-gen.h include/generated/dt-decl.h
|