Home
last modified time | relevance | path

Searched refs:M64_HAS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/aty/
H A Dmach64_ct.c256 if (M64_HAS(GTB_DSP) && (err = aty_dsp_gt(info, bpp, &pll->ct))) in aty_var_to_pll_ct()
349 if (M64_HAS(GTB_DSP)) { in aty_set_pll_ct()
352 if (M64_HAS(XL_DLL)) in aty_set_pll_ct()
395 if (M64_HAS(GTB_DSP)) { in aty_get_pll_ct()
443 if (M64_HAS(FIFO_32)) { in aty_init_pll_ct()
500 if ((!dsp_on_off && !M64_HAS(RESET_3D)) || in aty_init_pll_ct()
557 if (M64_HAS(SDRAM_MAGIC_PLL) && (par->ram_type >= SDRAM)) in aty_init_pll_ct()
562 if (M64_HAS(MAGIC_POSTDIV)) in aty_init_pll_ct()
H A Dmach64_accel.c84 if (M64_HAS(RESET_3D)) in aty_init_engine()
351 if (image->depth == 1 && M64_HAS(HW_TRIPLE) && image->width % 8 == 0) in atyfb_imageblit()
H A Datyfb.h199 #define M64_HAS(feature) ((par)->features & (M64F_##feature)) macro