Lines Matching +full:0 +full:x3f00
36 #define CB710_MMC_DATA_PORT 0x00
38 #define CB710_MMC_CONFIG_PORT 0x04
39 #define CB710_MMC_CONFIG0_PORT 0x04
40 #define CB710_MMC_CONFIG1_PORT 0x05
41 #define CB710_MMC_C1_4BIT_DATA_BUS 0x40
42 #define CB710_MMC_CONFIG2_PORT 0x06
43 #define CB710_MMC_C2_READ_PIO_SIZE_MASK 0x0F /* N-1 */
44 #define CB710_MMC_CONFIG3_PORT 0x07
46 #define CB710_MMC_CONFIGB_PORT 0x08
48 #define CB710_MMC_IRQ_ENABLE_PORT 0x0C
49 #define CB710_MMC_IE_TEST_MASK 0x00BF
50 #define CB710_MMC_IE_CARD_INSERTION_STATUS 0x1000
51 #define CB710_MMC_IE_IRQ_ENABLE 0x8000
55 #define CB710_MMC_STATUS_PORT 0x10
56 #define CB710_MMC_STATUS_ERROR_EVENTS 0x60FF
57 #define CB710_MMC_STATUS0_PORT 0x10
58 #define CB710_MMC_S0_FIFO_UNDERFLOW 0x40
59 #define CB710_MMC_STATUS1_PORT 0x11
60 #define CB710_MMC_S1_COMMAND_SENT 0x01
61 #define CB710_MMC_S1_DATA_TRANSFER_DONE 0x02
62 #define CB710_MMC_S1_PIO_TRANSFER_DONE 0x04
63 #define CB710_MMC_S1_CARD_CHANGED 0x10
64 #define CB710_MMC_S1_RESET 0x20
65 #define CB710_MMC_STATUS2_PORT 0x12
66 #define CB710_MMC_S2_FIFO_READY 0x01
67 #define CB710_MMC_S2_FIFO_EMPTY 0x02
68 #define CB710_MMC_S2_BUSY_10 0x10
69 #define CB710_MMC_S2_BUSY_20 0x20
70 #define CB710_MMC_STATUS3_PORT 0x13
71 #define CB710_MMC_S3_CARD_DETECTED 0x02
72 #define CB710_MMC_S3_WRITE_PROTECTED 0x04
74 #define CB710_MMC_CMD_TYPE_PORT 0x14
75 #define CB710_MMC_RSP_TYPE_MASK 0x0007
76 #define CB710_MMC_RSP_R1 (0)
79 #define CB710_MMC_RSP_PRESENT_MASK 0x0018
80 #define CB710_MMC_RSP_NONE (0 << 3)
83 #define CB710_MMC_CMD_TYPE_MASK 0x0060
84 #define CB710_MMC_CMD_BC (0 << 5)
88 #define CB710_MMC_DATA_READ 0x0080
89 #define CB710_MMC_CMD_CODE_MASK 0x3F00
91 #define CB710_MMC_IS_APP_CMD 0x4000
92 #define CB710_MMC_RSP_BUSY 0x8000
94 #define CB710_MMC_CMD_PARAM_PORT 0x18
95 #define CB710_MMC_TRANSFER_SIZE_PORT 0x1C
96 #define CB710_MMC_RESPONSE0_PORT 0x20
97 #define CB710_MMC_RESPONSE1_PORT 0x24
98 #define CB710_MMC_RESPONSE2_PORT 0x28
99 #define CB710_MMC_RESPONSE3_PORT 0x2C