Searched refs:config_base (Results 1 – 1 of 1) sorted by relevance
257 ushort config_base = 0; in check_ide_device() local300 config_base = (*(p+6) << 8) + (*(p+4)); in check_ide_device()301 debug ("\n## Config_base = %04x ###\n", config_base); in check_ide_device()331 *((uchar *)(addr + config_base)) = 1; in check_ide_device()333 printf("\n## Config_base = %04x ###\n", config_base); in check_ide_device()334 …printf("Configuration Option Register: %02x @ %x\n", readb(addr + config_base), addr + config_base… in check_ide_device()335 printf("Card Configuration and Status Register: %02x\n", readb(addr + config_base + 2)); in check_ide_device()336 printf("Pin Replacement Register Register: %02x\n", readb(addr + config_base + 4)); in check_ide_device()337 printf("Socket and Copy Register: %02x\n", readb(addr + config_base + 6)); in check_ide_device()