Searched refs:reg4c (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_serverworks.c342 u32 reg4c = 0; local
346 pci_read_config_dword(findev, 0x4C, &reg4c);
347 reg4c &= ~0x000007FF;
348 reg4c |= 0x00000040;
349 reg4c |= 0x00000020;
350 pci_write_config_dword(findev, 0x4C, reg4c);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dserverworks.c194 u32 reg4c = 0; local
198 pci_read_config_dword(findev, 0x4C, &reg4c);
199 reg4c &= ~0x000007FF;
200 reg4c |= 0x00000040;
201 reg4c |= 0x00000020;
202 pci_write_config_dword(findev, 0x4C, reg4c);

Completed in 109 milliseconds