Home
last modified time | relevance | path

Searched refs:sysid (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Daltera_sysid.c27 u32 sysid[2]; in display_sysid() local
37 ret = misc_read(dev, 0, &sysid, sizeof(sysid)); in display_sysid()
41 stamp = sysid[1]; in display_sysid()
44 printf("SYSID: %08x, %s", sysid[0], asc); in display_sysid()
54 sysid, 1, 1, do_sysid,
64 u32 *sysid = buf; in altera_sysid_read() local
66 sysid[0] = readl(&regs->id); in altera_sysid_read()
67 sysid[1] = readl(&regs->timestamp); in altera_sysid_read()
H A DKconfig38 Select this to enable a sysid for Altera devices. Please find
/openbmc/u-boot/disk/
H A Dpart_iso.h28 char sysid[32]; /* system Identifier */ member
66 char sysid[32]; /* system Identifier */ member
104 char sysid[32]; /* system Identifier */ member
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Daltera_sysid.txt1 Altera sysid
4 - compatible : should be "altr,sysid-1.0"
/openbmc/u-boot/arch/nios2/dts/
H A D3c120_devboard.dts94 sysid: sysid@0x4d40 { label
95 compatible = "altr,sysid-1.0";
H A D10m50_devboard.dts96 sysid: sysid@18001528 { label
97 compatible = "altr,sysid-1.0";
/openbmc/linux/arch/nios2/boot/dts/
H A D10m50_devboard.dts78 sysid: sysid@18001528 { label
79 compatible = "altr,sysid-1.0";
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dip22.h75 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)
H A Dioc.h139 volatile u8 sysid; member
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-mc.c154 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) { in sgimc_init()
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.inl34 /* the sysid byte in the status register is readonly */
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.inl33 /* the sysid byte in the status register is readonly */
/openbmc/linux/drivers/net/can/
H A Dkvaser_pciefd.c263 (KVASER_PCIEFD_GET_BLOCK_ADDR((pcie), sysid))
289 u32 sysid; member
318 .sysid = 0x1f020,
330 .sysid = 0x100000,
H A Dgrcan.c1647 u32 sysid, ambafreq; in grcan_probe() local
1657 err = of_property_read_u32(sysid_parent, "systemid", &sysid); in grcan_probe()
1658 if (!err && ((sysid & GRLIB_VERSION_MASK) >= in grcan_probe()