Searched refs:mnp_key (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/video/matrox/
H A Dg450_pll.c300 static void g450_addcache(struct matrox_pll_cache* ci, unsigned int mnp_key, unsigned int mnp_value) { argument
305 ci->data[0].mnp_key = mnp_key & G450_MNP_FREQBITS;
310 struct matrox_pll_cache *ci, unsigned int mnp_key)
314 mnp_key &= G450_MNP_FREQBITS;
316 if (ci->data[i].mnp_key == mnp_key) {
322 ci->data[0].mnp_key = mnp_key;
309 g450_checkcache(struct matrox_fb_info *minfo, struct matrox_pll_cache *ci, unsigned int mnp_key) argument
H A Dmatroxfb_base.h230 unsigned int mnp_key; member in struct:matrox_pll_cache::__anon16289

Completed in 211 milliseconds