Move this define to the main driver source and convert it to a bit-shift.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+----------+-----------+------------------------------------------------+
*/
-/*
- * ADDON RELATED ADDITIONS
- */
-/* Constant */
-#define APCI3120_FIFO_ADVANCE_ON_BYTE_2 0x20000000L
-
#define APCI3120_START 1
#define APCI3120_STOP 0
* PCI BAR 0 register map (devpriv->amcc)
* see amcc_s5933.h for register and bit defines
*/
+#define APCI3120_FIFO_ADVANCE_ON_BYTE_2 (1 << 29)
/*
* PCI BAR 1 register map (dev->iobase)