X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=usrp%2Ffirmware%2Finclude%2Fisr.h;h=8565328903065f09720a9f52d7896ca982604c25;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=f0e61fc0f4c94ef6b02825ab4966e2f6af3c2ec7;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/usrp/firmware/include/isr.h b/usrp/firmware/include/isr.h index f0e61fc0..85653289 100644 --- a/usrp/firmware/include/isr.h +++ b/usrp/firmware/include/isr.h @@ -6,7 +6,7 @@ * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * GNU Radio is distributed in the hope that it will be useful, @@ -106,20 +106,20 @@ * FIFO/GPIF Auto Vector numbers */ -#define FGV_EP2PF 0x80 -#define FGV_EP4PF 0x84 -#define FGV_EP6PF 0x88 -#define FGV_EP8PF 0x8c -#define FGV_EP2EF 0x90 -#define FGV_EP4EF 0x94 -#define FGV_EP6EF 0x98 -#define FGV_EP8EF 0x9c -#define FGV_EP2FF 0xa0 -#define FGV_EP4FF 0xa4 -#define FGV_EP6FF 0xa8 -#define FGV_EP8FF 0xac -#define FGV_GPIFDONE 0xb0 -#define FGV_GPIFWF 0xb4 +#define FGV_EP2PF 0x00 +#define FGV_EP4PF 0x04 +#define FGV_EP6PF 0x08 +#define FGV_EP8PF 0x0c +#define FGV_EP2EF 0x10 +#define FGV_EP4EF 0x14 +#define FGV_EP6EF 0x18 +#define FGV_EP8EF 0x1c +#define FGV_EP2FF 0x20 +#define FGV_EP4FF 0x24 +#define FGV_EP6FF 0x28 +#define FGV_EP8FF 0x2c +#define FGV_GPIFDONE 0x30 +#define FGV_GPIFWF 0x34 #define FGV_MIN FGV_EP2PF #define FGV_MAX FGV_GPIFWF