| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_gt64120.c | 46 int where, u32 *data) in gt_config_access() argument 62 PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), where, *data); in gt_config_access() 70 addr |= (where / 4) << GT_PCI0_CFGADDR_REGNUM_SHF; in gt_config_access() 111 PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), where, *data); in gt_config_access() 117 int where, u32 *value) in gt_read_config_dword() argument 122 return gt_config_access(gt, PCI_ACCESS_READ, dev, where, value); in gt_read_config_dword() 126 int where, u32 value) in gt_write_config_dword() argument 131 return gt_config_access(gt, PCI_ACCESS_WRITE, dev, where, &data); in gt_write_config_dword()
|
| H A D | pci_msc01.c | 30 int where, u32 *data) in msc01_config_access() argument 46 ((where / 4) << MSC01_PCI_CFGADDR_RNUM_SHF), in msc01_config_access() 66 int where, u32 *value) in msc01_read_config_dword() argument 71 return msc01_config_access(msc01, PCI_ACCESS_READ, dev, where, value); in msc01_read_config_dword() 75 int where, u32 value) in msc01_write_config_dword() argument 80 return msc01_config_access(gt, PCI_ACCESS_WRITE, dev, where, &data); in msc01_write_config_dword()
|
| H A D | pcie_imx.c | 314 static uint32_t get_bus_address(pci_dev_t d, int where) in get_bus_address() argument 333 va_address += (where & ~0x3); in get_bus_address() 379 int where, u32 *val) in imx_pcie_read_config() argument 390 va_address = get_bus_address(d, where); in imx_pcie_read_config() 408 int where, u32 val) in imx_pcie_write_config() argument 417 va_address = get_bus_address(d, where); in imx_pcie_write_config()
|
| H A D | pci_tegra.c | 280 static unsigned long tegra_pcie_conf_offset(pci_dev_t bdf, int where) in tegra_pcie_conf_offset() argument 282 return ((where & 0xf00) << 16) | (PCI_BUS(bdf) << 16) | in tegra_pcie_conf_offset() 284 (where & 0xfc); in tegra_pcie_conf_offset() 288 int where, unsigned long *address) in tegra_pcie_conf_address() argument 298 *address = port->regs.start + (where & ~3); in tegra_pcie_conf_address() 310 *address = pcie->cs.start + tegra_pcie_conf_offset(bdf, where); in tegra_pcie_conf_address()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 605 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); 606 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *); 607 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *); 608 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8); 609 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); 610 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32); 628 pci_dev_t, int where, u8 *), in pci_set_ops() argument 630 pci_dev_t, int where, u16 *), in pci_set_ops() 632 pci_dev_t, int where, u32 *), in pci_set_ops() 634 pci_dev_t, int where, u8), in pci_set_ops() [all …]
|
| /rk3399_rockchip-uboot/arch/x86/cpu/baytrail/ |
| H A D | early_uart.c | 53 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32() argument 57 addr = CONFIG_PCIE_ECAM_BASE | dev | (where & ~3); in x86_pci_write_config32()
|
| /rk3399_rockchip-uboot/drivers/video/bridge/ |
| H A D | Kconfig | 6 another. For example, where the SoC only supports eDP and the LCD 17 LVDS capability, or where LVDS requires too many signals to route 27 or where LVDS requires too many signals to route on the PCB.
|
| /rk3399_rockchip-uboot/board/freescale/mpc8313erdb/ |
| H A D | README | 16 (where the '*' indicates the position of the tab of the switch.) 26 (where the '*' indicates the position of the tab of the switch.) 64 (where XXX is: 92 ...where 0x80000 is the filesize rounded up to
|
| /rk3399_rockchip-uboot/board/freescale/mpc8315erdb/ |
| H A D | README | 16 (where the '*' indicates the position of the tab of the switch.) 26 (where the '*' indicates the position of the tab of the switch.) 86 ...where 0x80000 is the filesize rounded up to
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | system.h | 255 extern void __die(const char *, struct pt_regs *, const char *where, 257 extern void __die_if_kernel(const char *, struct pt_regs *, const char *where,
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.update | 11 updates. Each update in the update file has an address in NOR Flash where it 50 1.2.0 or later, must also be available on the system where the update file is 70 'update_uboot.its' file is where the U-Boot is stored in Flash, the 88 where the update will be placed is correct. Making mistake here and
|
| H A D | README.falcon | 26 loading the kernel, passing to Linux the address in memory where 40 The address where to save it must be configured into board configuration 62 CONFIG_SYS_SPL_ARGS_ADDR Address in RAM where the parameters must be 66 CONFIG_SYS_NAND_SPL_KERNEL_OFFS Offset in NAND where the kernel is stored 68 CONFIG_CMD_SPL_NAND_OFS Offset in NAND where the parameters area was saved. 109 This is the address where a kernel image is stored.
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | cleanpatch | 250 if ( !defined($where = tell(FILE)) || 251 !truncate(FILE, $where) ) {
|
| /rk3399_rockchip-uboot/board/aristainetos/ |
| H A D | axi.cfg | 11 * where:
|
| H A D | clocks2.cfg | 11 * where:
|
| H A D | clocks.cfg | 11 * where:
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | boot_rkimg.c | 485 static int dtb_scan(void *fdt, int where) in dtb_scan() argument 487 if (where == LOCATE_DISTRO) { in dtb_scan() 491 } else if (where == LOCATE_RESOURCE) { in dtb_scan() 516 } else if (where == LOCATE_FIT) { in dtb_scan()
|
| /rk3399_rockchip-uboot/drivers/i2c/muxes/ |
| H A D | Kconfig | 25 response mechanism where masters have to claim the bus by asserting 35 to the same I2C controller where driver handles proper routing to
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.omap3 | 15 and the location stored in a register. We will read this to determine where to 52 only vary in where the BSS and malloc pool reside.
|
| /rk3399_rockchip-uboot/board/grinn/chiliboard/ |
| H A D | README | 24 where 0 means bottom position and 1 means top position (from the
|
| /rk3399_rockchip-uboot/board/toradex/apalis_imx6/ |
| H A D | clocks.cfg | 12 * where:
|
| /rk3399_rockchip-uboot/board/grinn/liteboard/ |
| H A D | README | 24 where 0 means bottom position and 1 means top position (from the
|
| /rk3399_rockchip-uboot/board/toradex/colibri_imx6/ |
| H A D | clocks.cfg | 12 * where:
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | clocks.cfg | 11 * where:
|
| /rk3399_rockchip-uboot/board/freescale/mx6ul_14x14_evk/ |
| H A D | README | 25 where 0 means bottom position and 1 means top position (from the
|