/u-boot/arch/x86/cpu/ivybridge/ |
A D | early_me.c | 102 struct me_did did = { in intel_early_me_init_done() local 111 did.uma_base = (mebase_l >> 20) | (mebase_h << 12); in intel_early_me_init_done() 115 status, did.uma_base); in intel_early_me_init_done() 117 pci_write_dword_ptr(me_dev, &did, PCI_ME_H_GS); in intel_early_me_init_done()
|
/u-boot/include/linux/soc/ti/ |
A D | ti_sci_protocol.h | 197 int (*get_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid, 200 int (*idle_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid); 201 int (*put_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid); 202 int (*is_auto)(const struct ti_sci_handle *handle, u32 did, u8 cid, 204 int (*is_on)(const struct ti_sci_handle *handle, u32 did, u8 cid, 206 int (*is_off)(const struct ti_sci_handle *handle, u32 did, u8 cid, 208 int (*set_parent)(const struct ti_sci_handle *handle, u32 did, u8 cid, 210 int (*get_parent)(const struct ti_sci_handle *handle, u32 did, u8 cid, 212 int (*get_num_parents)(const struct ti_sci_handle *handle, u32 did, 217 int (*set_freq)(const struct ti_sci_handle *handle, u32 did, u8 cid, [all …]
|
/u-boot/arch/mips/mach-octeon/include/ |
A D | mangle-port.h | 16 u64 did = ((u64)(uintptr_t)a >> 40) & 0xff; in __should_swizzle_bits() local 18 return octeon_should_swizzle_table[did]; in __should_swizzle_bits()
|
/u-boot/arch/powerpc/include/asm/ |
A D | fsl_pamu.h | 106 uint8_t did; member 116 uint8_t did; member
|
/u-boot/arch/x86/include/asm/ |
A D | acpi_nhlt.h | 61 u16 did; member 97 u16 vid, u16 did);
|
/u-boot/drivers/sound/ |
A D | da7219.c | 134 .did = NHLT_DID_SSP, 146 .did = NHLT_DID_SSP,
|
A D | max98357a.c | 114 .did = NHLT_DID_SSP,
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | hostbridge.c | 70 .did = NHLT_DID_DMIC, 102 .did = NHLT_DID_DMIC, 134 .did = NHLT_DID_DMIC,
|
/u-boot/drivers/tpm/ |
A D | tpm_tis_lpc.c | 176 u32 vid, did; in tpm_tis_lpc_probe() local 178 did = (didvid >> 16) & 0xffff; in tpm_tis_lpc_probe() 179 debug("Invalid vendor/device ID %04x/%04x\n", vid, did); in tpm_tis_lpc_probe()
|
/u-boot/drivers/usb/cdns3/ |
A D | drd.h | 19 __le32 did; member
|
A D | drd.c | 274 readl(&cdns->otg_v1_regs->did), in cdns3_drd_init()
|
/u-boot/drivers/video/ |
A D | ati_radeon_fb.c | 553 u16 did; in radeon_probe() local 558 pci_read_config_word(pdev, PCI_DEVICE_ID, &did); in radeon_probe() 560 PCI_VENDOR_ID_ATI, did, (pdev >> 16) & 0xff, in radeon_probe() 565 rinfo->pdev.device = did; in radeon_probe()
|
/u-boot/arch/x86/lib/ |
A D | acpi_nhlt.c | 50 u16 vid, u16 did) in nhlt_add_endpoint() argument 65 endp->device_id = did; in nhlt_add_endpoint() 437 epd->vid, epd->did); in _nhlt_add_single_endpoint()
|
/u-boot/doc/board/intel/ |
A D | crownbay.rst | 26 did not describe any details. We need manually apply the patch to the FSP
|
/u-boot/doc/ |
A D | README.memory-test | 95 Note 2: Ironically enough, the "test_burst" did not catch any RAM 97 to catch did not happen when accessing the RAM, but when reading from
|
A D | README.mpc83xx.ddrecc | 62 Counter did not reach Single-Bit Error Threshold.
|
A D | README.rockchip | 150 Card did not respond to voltage select! 209 Card did not respond to voltage select! 398 mmc: ERROR: Card did not respond to voltage select! 401 mmc: ERROR: Card did not respond to voltage select! 404 mmc: ERROR: Card did not respond to voltage select!
|
/u-boot/arch/arm/dts/ |
A D | armada-xp-synology-ds414.dts | 294 * and it seems Synology did not care to change u-boot
|
A D | exynos5250-snow.dts | 265 /* Snow did support SPI but the released version used I2C */
|
/u-boot/drivers/usb/host/ |
A D | ohci-hcd.c | 2043 u16 vid, did; in usb_lowlevel_init() local 2046 pci_read_config_word(pdev, PCI_DEVICE_ID, &did); in usb_lowlevel_init() 2048 vid, did, (pdev >> 16) & 0xff, in usb_lowlevel_init()
|
/u-boot/board/sbc8548/ |
A D | README | 97 If you did the i2c test, and your board does not have the errata
|
/u-boot/tools/patman/ |
A D | README | 575 compare change and see what you did, you can either create a new branch for 598 8. Patches will have no changelog entries for revisions where they did not
|
/u-boot/Licenses/ |
A D | lgpl-2.0.txt | 79 Public License for libraries did not effectively promote software 80 sharing, because most developers did not use the libraries. We
|
/u-boot/tools/buildman/ |
A D | README | 625 boards. (In this case pxa did not have cache operations defined). 638 But if you did want to see just the errors for lubbock, use:
|
/u-boot/common/ |
A D | dlmalloc.src | 2007 /* If not enough space to do this, then user did something very wrong */
|