Searched refs:nvram0 (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h2506 ncr_nvram nvram0, nvram, *nvp; local
2544 nvp = (driver_setup.use_nvram & 0x1) ? &nvram0 : 0;
2586 * nvram0 will contain the first Symbios
2617 if (!nvp || nvram0.type != SCSI_NCR_SYMBIOS_NVRAM)
2620 Symbios_host *h = &nvram0.data.Symbios.host[i];
H A Dsym53c8xx.c12812 ncr_nvram nvram0, nvram, *nvp; local
12868 nvp = (driver_setup.use_nvram & 0x1) ? &nvram0 : 0;
12910 * nvram0 will contain the first Symbios
12941 if (!nvp || nvram0.type != SCSI_NCR_SYMBIOS_NVRAM)
12944 Symbios_host *h = &nvram0.data.Symbios.host[i];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c2695 sym_nvram nvram0, *nvp; local
2752 nvp = (sym_driver_setup.use_nvram & 0x1) ? &nvram0 : 0;
2795 * nvram0 will contain the first Symbios
2842 if (!nvp || nvram0.type != SYM_SYMBIOS_NVRAM)
2845 Symbios_host *h = &nvram0.data.Symbios.host[i];

Completed in 89 milliseconds