[go: nahoru, domu]

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

/drivers/video/fbdev/
H A Dtdfxfb.c398 tdfx_outl(par, DACMODE, reg->dacmode);
589 reg.dacmode |= DACMODE_2X;
810 u32 dacmode = tdfx_inl(par, DACMODE); local
812 dacmode &= ~(BIT(1) | BIT(3));
821 dacmode |= BIT(3);
824 dacmode |= BIT(1);
827 dacmode |= BIT(1) | BIT(3);
832 tdfx_outl(par, DACMODE, dacmode);
/drivers/scsi/aacraid/
H A Daachba.c153 static int dacmode = -1; variable
175 module_param(dacmode, int, S_IRUGO|S_IWUSR);
176 MODULE_PARM_DESC(dacmode, "Control whether dma addressing is using 64 bit DAC."
1511 if(dacmode != -1) {
1512 dev->dac_support = (dacmode!=0);

Completed in 59 milliseconds