Lines Matching +full:interrupt +full:- +full:map
4 * SPDX-License-Identifier: Apache-2.0
10 /* Bit map for command Register */
18 /* Bit map for Transfer Mode Register */
31 /* Bit map for Block Size and GAP Register */
47 /* Bit Map and length details for Clock Control Register */
54 /* Bit Map for Host Control 1 Register */
179 #define GET_BITS(reg_name, start, width) ((reg_name) & (((1 << (width)) - 1) << (start)))
209 volatile uint16_t normal_int_stat; /**< Normal Interrupt Status */
210 volatile uint16_t err_int_stat; /**< Error Interrupt Status */
211 volatile uint16_t normal_int_stat_en; /**< Normal Interrupt Status Enable */
212 volatile uint16_t err_int_stat_en; /**< Error Interrupt Status Enable */
213 volatile uint16_t normal_int_signal_en; /**< Normal Interrupt Signal Enable */
214 volatile uint16_t err_int_signal_en; /**< Error Interrupt Signal Enable */
221 volatile uint16_t force_err_int_stat; /**< Force Event for Error Interrupt Status */
240 volatile uint16_t slot_intr_stat; /**< Slot Interrupt Status */
247 volatile uint32_t cq_intr_stat; /**< Command Queue Interrupt Status */
248 volatile uint32_t cq_intr_stat_en; /**< Command Queue Interrupt Status Enable */
249 volatile uint32_t cq_intr_sig_en; /**< Command Queue Interrupt Signal Enable */
250 volatile uint32_t cq_intr_coalesc; /**< Command Queue Interrupt Coalescing */