Lines Matching defs:regU
155 u8 regU = 0, pciU = hwif->channel ? UDIDETCR1 : UDIDETCR0;
158 pci_read_config_byte(dev, pciU, ®U);
159 regU &= ~(unit ? 0xCA : 0x35);
163 regU |= unit ? 0x0A : 0x05;
166 regU |= unit ? 0x4A : 0x15;
169 regU |= unit ? 0x8A : 0x25;
172 regU |= unit ? 0x42 : 0x11;
175 regU |= unit ? 0x82 : 0x21;
178 regU |= unit ? 0xC2 : 0x31;
187 pci_write_config_byte(dev, pciU, regU);