Go to the documentation of this file.
5 #ifndef _ASM_SPARC_SUNBPP_H
6 #define _ASM_SPARC_SUNBPP_H
25 #define P_HCR_TEST 0x8000
26 #define P_HCR_DSW 0x7f00
27 #define P_HCR_DDS 0x007f
30 #define P_OCR_MEM_CLR 0x8000
31 #define P_OCR_DATA_SRC 0x4000
32 #define P_OCR_DS_DSEL 0x2000
33 #define P_OCR_BUSY_DSEL 0x1000
34 #define P_OCR_ACK_DSEL 0x0800
35 #define P_OCR_EN_DIAG 0x0400
36 #define P_OCR_BUSY_OP 0x0200
37 #define P_OCR_ACK_OP 0x0100
38 #define P_OCR_SRST 0x0080
39 #define P_OCR_IDLE 0x0008
40 #define P_OCR_V_ILCK 0x0002
41 #define P_OCR_EN_VER 0x0001
44 #define P_TCR_DIR 0x08
45 #define P_TCR_BUSY 0x04
46 #define P_TCR_ACK 0x02
53 #define P_OR_INIT 0x04
54 #define P_OR_AFXN 0x02
55 #define P_OR_SLCT_IN 0x01
59 #define P_IR_SLCT 0x02
63 #define P_DS_IRQ 0x8000
64 #define P_ACK_IRQ 0x4000
65 #define P_BUSY_IRQ 0x2000
66 #define P_PE_IRQ 0x1000
67 #define P_SLCT_IRQ 0x0800
68 #define P_ERR_IRQ 0x0400
69 #define P_DS_IRQ_EN 0x0200
70 #define P_ACK_IRQ_EN 0x0100
71 #define P_BUSY_IRP 0x0080
72 #define P_BUSY_IRQ_EN 0x0040
73 #define P_PE_IRP 0x0020
74 #define P_PE_IRQ_EN 0x0010
75 #define P_SLCT_IRP 0x0008
76 #define P_SLCT_IRQ_EN 0x0004
77 #define P_ERR_IRP 0x0002
78 #define P_ERR_IRQ_EN 0x0001