Home | History | Annotate | Download | only in pci

Lines Matching refs:mode2

390 		.mode2 = {
413 return tag.mode2.port | reg;
430 outb(PCI_MODE2_ENABLE_REG, tag.mode2.enable);
431 if (tag.mode2.enable != 0)
432 outb(PCI_MODE2_FORWARD_REG, tag.mode2.forward);
623 tag.mode2.port = 0xc000 | (device << 8);
624 tag.mode2.enable = 0xf0 | (function << 1);
625 tag.mode2.forward = bus;
657 *bp = tag.mode2.forward & 0xff;
659 *dp = (tag.mode2.port >> 8) & 0xf;
661 *fp = (tag.mode2.enable >> 1) & 0x7;