Searched refs:saved_dcntl (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c7xx.c895 * NOTE saved_dcntl currently overwritten in init function.
900 hostdata->saved_dcntl = NCR53c7x0_read8(DCNTL_REG);
1480 NCR53c7x0_write8 (DCNTL_REG, hostdata->saved_dcntl | DCNTL_SSM |
1574 NCR53c7x0_write8 (DCNTL_REG, hostdata->saved_dcntl |
2750 * saved_dcntl is set up in NCR53c7x0_init() before it is overwritten
2755 hostdata->saved_dcntl = DCNTL_10_EA|DCNTL_10_COM;
2757 hostdata->saved_dcntl |= DCNTL_700_CF_3;
2760 hostdata->saved_dcntl |= DCNTL_700_CF_2;
2763 NCR53c7x0_write8(DCNTL_REG, hostdata->saved_dcntl | DCNTL_SSM);
2765 NCR53c7x0_write8(DCNTL_REG, hostdata->saved_dcntl);
[all...]
H A D53c7,8xx.h1281 unsigned char saved_dcntl; member in struct:NCR53c7x0_hostdata
H A D53c7xx.h1286 unsigned char saved_dcntl; member in struct:NCR53c7x0_hostdata
H A D53c7,8xx.c866 hostdata->saved_dcntl = NCR53c7x0_read8(DCNTL_REG);
875 hostdata->saved_dcntl &= ~DCNTL_800_IRQM;
3193 NCR53c7x0_write8(DCNTL_REG, hostdata->saved_dcntl);

Completed in 76 milliseconds