astro_rev        1898 drivers/parisc/sba_iommu.c 		static char astro_rev[]="Astro ?.?";
astro_rev        1903 drivers/parisc/sba_iommu.c 		astro_rev[6] = '1' + (char) (fclass & 0x7);
astro_rev        1904 drivers/parisc/sba_iommu.c 		astro_rev[8] = '0' + (char) ((fclass & 0x18) >> 3);
astro_rev        1905 drivers/parisc/sba_iommu.c 		version = astro_rev;