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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dclock-imx31.c232 unsigned long nfc_pdf; local
234 nfc_pdf = PDR0(MXC_CCM_PDR0_NFC_PODF_MASK,
236 return clk_get_rate(clk->parent) / (nfc_pdf + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dclock-imx27.c267 unsigned long nfc_pdf; local
273 nfc_pdf = (__raw_readl(CCM_PCDR0) >> 6) & 0xf;
275 nfc_pdf = (__raw_readl(CCM_PCDR0) >> 12) & 0xf;
277 return parent_rate / (nfc_pdf + 1);
H A Dclock-imx21.c424 unsigned long nfc_pdf; local
429 nfc_pdf = (PCDR0() & CCM_PCDR0_NFCDIV_MASK)
432 return parent_rate / (nfc_pdf + 1);

Completed in 70 milliseconds