media: replace all <spaces><tab> occurrences
[sfrench/cifs-2.6.git] / drivers / media / pci / mantis / mantis_reg.h
index 7761f9dc7fe0e1df467e8c225a78ac76e0bf9ac4..762ed9f7a08e1de66f1dd9b60bf5cb3b53cd8626 100644 (file)
 #define MANTIS_CARD_PLUGOUT            (0x01 <<  0)
 
 #define MANTIS_GPIF_BRADDR             0xa0
-#define MANTIS_GPIF_PCMCIAREG          (0x01           << 27)
-#define MANTIS_GPIF_PCMCIAIOM          (0x01           << 26)
+#define MANTIS_GPIF_PCMCIAREG          (0x01           << 27)
+#define MANTIS_GPIF_PCMCIAIOM          (0x01           << 26)
 #define MANTIS_GPIF_BR_ADDR            (0xfffffff      <<  0)
 
 #define MANTIS_GPIF_BRBYTES            0xa4
-#define MANTIS_GPIF_BRCNT              (0xfff          <<  0)
+#define MANTIS_GPIF_BRCNT              (0xfff          <<  0)
 
 #define MANTIS_PCMCIA_RESET            0xa8
 #define MANTIS_PCMCIA_RSTVAL           (0xff << 0)