dacmode           239 drivers/scsi/aacraid/aachba.c static int dacmode = -1;
dacmode           261 drivers/scsi/aacraid/aachba.c module_param(dacmode, int, S_IRUGO|S_IWUSR);
dacmode           262 drivers/scsi/aacraid/aachba.c MODULE_PARM_DESC(dacmode, "Control whether dma addressing is using 64 bit DAC."
dacmode          2216 drivers/scsi/aacraid/aachba.c 	if(dacmode != -1) {
dacmode          2217 drivers/scsi/aacraid/aachba.c 		dev->dac_support = (dacmode!=0);
dacmode           380 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DACMODE, reg->dacmode);
dacmode           572 drivers/video/fbdev/tdfxfb.c 		reg.dacmode |= DACMODE_2X;
dacmode           793 drivers/video/fbdev/tdfxfb.c 	u32 dacmode = tdfx_inl(par, DACMODE);
dacmode           795 drivers/video/fbdev/tdfxfb.c 	dacmode &= ~(BIT(1) | BIT(3));
dacmode           804 drivers/video/fbdev/tdfxfb.c 		dacmode |= BIT(3);
dacmode           807 drivers/video/fbdev/tdfxfb.c 		dacmode |= BIT(1);
dacmode           810 drivers/video/fbdev/tdfxfb.c 		dacmode |= BIT(1) | BIT(3);
dacmode           815 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, DACMODE, dacmode);
dacmode           170 include/video/tdfx.h 	unsigned long dacmode;