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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_sis.c200 u32 genctl, val; local
213 pci_read_config_dword(pdev, SIS_GENCTL, &genctl);
214 if ((genctl & GENCTL_IOMAPPED_SCR) == 0)
223 genctl &= ~GENCTL_IOMAPPED_SCR;
224 pci_write_config_dword(pdev, SIS_GENCTL, genctl);

Completed in 100 milliseconds