1
0
Fork 0

Add some missing registers definitions for pf100

utp
Martin T. H. Sandsmark 2016-09-27 18:38:29 +02:00
parent 7ca7798f40
commit 57496e7eed
1 changed files with 16 additions and 0 deletions

View File

@ -19,6 +19,22 @@ enum {
PFUZE100_REVID = 0x03,
PFUZE100_FABID = 0x04,
PFUZE100_INTSTAT0 = 0x05,
PFUZE100_INTMASK0 = 0x06,
PFUZE100_INTSENSE0 = 0x07,
PFUZE100_INTSTAT1 = 0x08,
PFUZE100_INTMASK1 = 0x09,
PFUZE100_INTSENSE1 = 0x0a,
PFUZE100_INTSTAT3 = 0x0e,
PFUZE100_INTMASK3 = 0x0f,
PFUZE100_INTSENSE3 = 0x10,
PFUZE100_INTSTAT4 = 0x11,
PFUZE100_INTMASK4 = 0x12,
PFUZE100_INTSENSE4 = 0x13,
PFUZE100_SW1ABVOL = 0x20,
PFUZE100_SW1ABSTBY = 0x21,
PFUZE100_SW1ABOFF = 0x22,