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

/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dg450_pll.c300 static void g450_addcache(struct matrox_pll_cache* ci, unsigned int mnp_key, unsigned int mnp_value) { g450_addcache() argument
305 ci->data[0].mnp_key = mnp_key & G450_MNP_FREQBITS; g450_addcache()
310 struct matrox_pll_cache *ci, unsigned int mnp_key) g450_checkcache()
314 mnp_key &= G450_MNP_FREQBITS; g450_checkcache()
316 if (ci->data[i].mnp_key == mnp_key) { g450_checkcache()
322 ci->data[0].mnp_key = mnp_key; g450_checkcache()
309 g450_checkcache(struct matrox_fb_info *minfo, struct matrox_pll_cache *ci, unsigned int mnp_key) g450_checkcache() argument
H A Dmatroxfb_base.h230 unsigned int mnp_key; member in struct:matrox_pll_cache::__anon10544

Completed in 38 milliseconds