|
|
#1 |
|
Apprentice
Join Date: Nov 2011
Posts: 4
Likes: 3
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
Find Contents of /user/nwhitehorn/ps3/dev/cmx/cmxreg.h
Index of /user/nwhitehorn/ps3/security
Index of /user/nwhitehorn/ps3/sys Contents of /user/nwhitehorn/ps3/dev/cmx/cmxreg.h 28 */ 29 30 /* I/O port registers */ 31 #define REG_OFFSET_DTR 0 /* data transfer register */ 32 #define REG_OFFSET_BSR 1 /* buffer status register */ 33 #define REG_OFFSET_SCR 2 /* sync control register */ 34 35 /* buffer status register flags */ 36 #define BSR_BULK_OUT_FULL 0x01 37 #define BSR_BULK_IN_FULL 0x02 38 39 /* sync control register flags */ 40 #define SCR_POWER_DOWN 0x01 41 #define SCR_PULSE_INTERRUPT 0x02 42 #define SCR_HOST_TO_READER_DONE 0x04 43 #define SCR_READER_TO_HOST_DONE 0x08 44 #define SCR_ACK_NOTIFY 0x10 45 #define SCR_EN_NOTIFY 0x20 46 #define SCR_ABORT 0x40 47 #define SCR_HOST_TO_READER_START 0x80 48 49 /* CCID commands */ 50 #define CMD_PC_TO_RDR_SETPARAMETERS 0x61 51 #define CMD_PC_TO_RDR_ICCPOWERON 0x62 52 #define CMD_PC_TO_RDR_ICCPOWEROFF 0x63 53 #define CMD_PC_TO_RDR_GETSLOTSTATUS 0x65 54 #define CMD_PC_TO_RDR_SECURE 0x69 55 #define CMD_PC_TO_RDR_ESCAPE 0x6B 56 #define CMD_PC_TO_RDR_GETPARAMETERS 0x6C 57 #define CMD_PC_TO_RDR_RESETPARAMETERS 0x6D 58 #define CMD_PC_TO_RDR_ICCCLOCK 0x6E 59 #define CMD_PC_TO_RDR_XFRBLOCK 0x6F 60 #define CMD_PC_TO_RDR_TEST_SECURE 0x74 61 #define CMD_PC_TO_RDR_OK_SECURE 0x89 62 #define CMD_RDR_TO_PC_DATABLOCK 0x80 63 #define CMD_RDR_TO_PC_SLOTSTATUS 0x81 64 #define CMD_RDR_TO_PC_PARAMETERS 0x82 65 #define CMD_RDR_TO_PC_ESCAPE 0x83 66 #define CMD_RDR_TO_PC_OK_SECURE 0x89 and much more http://svnweb.freebsd.org/base/user/nwhitehorn/ |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|