Lines Matching defs:regs
252 struct bop_regs regs;
256 bzero(®s, sizeof (regs));
257 regs.eax.word.ax = (PCI_FUNCTION_ID << 8) | PCI_BIOS_PRESENT;
259 BOP_DOINT(bootops, 0x1a, ®s);
260 carryflag = regs.eflags & PS_C;
261 ax = regs.eax.word.ax;
262 dx = regs.edx.word.dx;
276 pci_bios_vers = regs.ebx.word.bx;
277 pci_bios_maxbus = (regs.ecx.word.cx & 0xff);