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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_intel.c159 #define ICH6_GCAP_64OK (1 << 0) /* 64bit address support */ macro
2539 gcap &= ~ICH6_GCAP_64OK;
2547 gcap &= ~ICH6_GCAP_64OK;
2550 if ((gcap & ICH6_GCAP_64OK) && !pci_set_dma_mask(pci, DMA_BIT_MASK(64)))

Completed in 103 milliseconds