| H A D | stepping.c | 40 uint8_t stepping; local in function:main 67 err = pci_device_cfg_read_u8(bridge, &stepping, 8); 75 if (stepping < 0x04) 77 else if (stepping == 0x04) 79 else if (stepping == 0x0e) 81 else if (stepping > 0x0e) 87 if (stepping < 0x03) 89 else if (stepping == 0x03) 91 else if (stepping == 0x04) 97 if (stepping < [all...] |