Searched refs:btr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dserverworks.c74 u8 btr = 0, mode, mask; local
76 pci_read_config_byte(dev, 0x5A, &btr);
77 mode = btr & 0x3;
164 u8 btr; local
242 pci_read_config_byte(dev, 0x5A, &btr);
243 btr &= ~0x40;
245 btr |= 0x2;
247 btr |= (dev->revision >= SVWKS_CSB5_REVISION_NEW) ? 0x3 : 0x2;
248 pci_write_config_byte(dev, 0x5A, btr);
252 pci_read_config_byte(dev, 0x5A, &btr);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_serverworks.c337 u8 btr; local
375 pci_read_config_byte(pdev, 0x5A, &btr);
376 btr &= ~0x40;
378 btr |= 0x2;
380 btr |= (pdev->revision >= SVWKS_CSB5_REVISION_NEW) ? 0x3 : 0x2;
381 pci_write_config_byte(pdev, 0x5A, btr);
383 return btr;
388 u8 btr; local
390 pci_read_config_byte(pdev, 0x5A, &btr);
391 btr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dverify_cpu_64.S94 btr $15,%eax # enable SSE
H A Dentry_64.S399 LOCK ; btr $TIF_FORK,TI_flags(%r8)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c3300 btr: /* btr */
3303 emulate_2op_SrcV_nobyte("btr", c->src, c->dst, ctxt->eflags);
3317 goto btr;

Completed in 47 milliseconds