Searched refs:tmpbyte (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dalim15x3.c305 byte tmpbyte = 0x00; local
314 pci_read_config_byte(dev, m5229_udma, &tmpbyte);
315 tmpbyte &= ultra_enable;
316 pci_write_config_byte(dev, m5229_udma, tmpbyte);
329 pci_read_config_byte(dev, m5229_udma, &tmpbyte);
330 tmpbyte &= (0x0f << ((1-unit) << 2));
334 tmpbyte |= ((0x08 | ((4-speed)&0x07)) << (unit << 2));
335 pci_write_config_byte(dev, m5229_udma, tmpbyte);
337 pci_read_config_byte(dev, 0x4b, &tmpbyte);
338 tmpbyte |
541 byte tmpbyte; local
[all...]
H A Damd74xx.c450 byte tmpbyte; local
456 pci_read_config_byte(dev, 0x42, &tmpbyte);
462 if (tmpbyte & 0x01) cable_80_pin[0] = 1;
468 if (tmpbyte & 0x04) cable_80_pin[1] = 1;
H A Dcmd64x.c933 u8 tmpbyte = 0; local
936 pci_read_config_byte(dev, 0x8A, &tmpbyte);
937 pci_write_config_byte(dev, 0x8A, tmpbyte|0x01);

Completed in 48 milliseconds