Lines Matching refs:u
240 static void via_cable_detect(struct via82cxxx_dev *vdev, u32 u) in via_cable_detect() argument
247 if (((u >> (i & 16)) & 8) && in via_cable_detect()
248 ((u >> i) & 0x20) && in via_cable_detect()
249 (((u >> i) & 7) < 2)) { in via_cable_detect()
260 if (((u >> i) & 0x10) || in via_cable_detect()
261 (((u >> i) & 0x20) && in via_cable_detect()
262 (((u >> i) & 7) < 4))) { in via_cable_detect()
272 if (((u >> i) & 0x10) || in via_cable_detect()
273 (((u >> i) & 0x20) && in via_cable_detect()
274 (((u >> i) & 7) < 6))) { in via_cable_detect()
298 u32 u; in init_chipset_via82cxxx() local
303 pci_read_config_dword(dev, VIA_UDMA_TIMING, &u); in init_chipset_via82cxxx()
305 via_cable_detect(vdev, u); in init_chipset_via82cxxx()
309 pci_write_config_dword(dev, VIA_UDMA_TIMING, u|0x80008); in init_chipset_via82cxxx()
312 pci_write_config_dword(dev, VIA_UDMA_TIMING, u & ~0x80008); in init_chipset_via82cxxx()