Lines Matching +full:0 +full:x62
32 #define UCB_IO_DATA 0x5a
33 #define UCB_IO_DIR 0x5c
34 #define UCB_IE_RIS 0x5e
35 #define UCB_IE_FAL 0x60
36 #define UCB_IE_STATUS 0x62
37 #define UCB_IE_CLEAR 0x62
41 #define UCB_TS_CR 0x64
42 #define UCB_TS_CR_TSMX_POW (1 << 0)
50 #define UCB_TS_CR_MODE_INT (0 << 8)
57 #define UCB_ADC_CR 0x66
58 #define UCB_ADC_SYNC_ENA (1 << 0)
60 #define UCB_ADC_INP_TSPX (0 << 2)
72 #define UCB_ADC_DATA 0x68
75 #define UCB_FCSR 0x6c
78 #define UCB_ADC_DAT_MASK 0x3ff
80 #define UCB_ID 0x7e
81 #define UCB_ID_1400 0x4304
153 ucb1400_reg_write(ac97, UCB_ADC_CR, 0); in ucb1400_adc_disable()