Searched refs:sysid (Results 1 – 6 of 6) sorted by relevance
75 #define ip22_is_fullhouse() (sgioc->sysid & SGIOC_SYSID_FULLHOUSE)
139 volatile u8 sysid; member
34 /* the sysid byte in the status register is readonly */
185 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) { in sgimc_init()
661 char sysid[OBJLAYOUT_MAX_SYSID_HEX_LEN]) in _sysid_2_hex()677 cur = sysid; in _sysid_2_hex()
1664 u32 sysid, ambafreq; in grcan_probe() local1672 err = of_property_read_u32(np, "systemid", &sysid); in grcan_probe()1673 if (!err && ((sysid & GRLIB_VERSION_MASK) in grcan_probe()