Home
last modified time | relevance | path

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

/openbmc/u-boot/board/ids/ids8313/
H A Dids8313.c28 u8 u8Vers = readb(pcpld); in checkboard() local
32 switch (u8Vers & 0xF0) { in checkboard()
40 printf("unknown(0x%02X, 0x%02X)\n", u8Vers, u8Revs); in checkboard()
44 u8Vers & 0x0F, u8Revs & 0xFF); in checkboard()