Home | History | Annotate | Download | only in pci

Lines Matching refs:mode1

198 	{.mode1 = PCI_MODE1_ENABLE | ((b) << 16) | ((d) << 11) | ((f) << 8)}
398 return tag.mode1 | reg;
400 return tag.mode1 & mode2_mask.mode1;
429 tag.mode1 = sel;
615 tag.mode1 = PCI_MODE1_ENABLE |
649 *bp = (tag.mode1 >> 16) & 0xff;
651 *dp = (tag.mode1 >> 11) & 0x1f;
653 *fp = (tag.mode1 >> 8) & 0x7;
816 t.mode1 = pcim1_quirk_tbl[i].tag.mode1;