Searched refs:revisionid (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | ddr_rk3188.h | 16 u32 revisionid; member
|
H A D | sdram_rk3399.h | 31 u32 revisionid; member
|
H A D | ddr_rk3368.h | 165 u32 revisionid; member
|
H A D | ddr_rk3288.h | 208 u32 revisionid; member
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 165 + "full-revisionid": None, 257 + "full-revisionid": keywords["full"].strip(), 264 + "full-revisionid": keywords["full"].strip(), 396 - "full-revisionid": "7cadb31e3e257c64a47a67255547f0a746e1a465", 628 + "full-revisionid": pieces.get("long"), 655 + return {"version": rendered, "full-revisionid": pieces["long"], 685 + return {"version": "0+unknown", "full-revisionid": None, 702 + return {"version": "0+unknown", "full-revisionid": None, 893 * `['full-revisionid']`: detailed revision identifier. For Git, this is the 1350 - "full-revisionid": None, [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | pci.c | 1787 u8 revisionid; in _rtl_pci_find_adapter() local 1794 pci_read_config_byte(pdev, 0x8, &revisionid); in _rtl_pci_find_adapter() 1804 revisionid == RTL_PCI_REVISION_ID_8192PCIE) in _rtl_pci_find_adapter() 1815 switch (revisionid) { in _rtl_pci_find_adapter() 1888 if (revisionid == 0 || revisionid == 1) { in _rtl_pci_find_adapter() 1889 if (revisionid == 0) { in _rtl_pci_find_adapter() 1893 } else if (revisionid == 1) { in _rtl_pci_find_adapter() 1901 venderid, deviceid, revisionid); in _rtl_pci_find_adapter()
|