Searched refs:DRAM0_INTR_ST_OP_RW_BIT (Results 1 – 3 of 3) sorted by relevance
66 #define DRAM0_INTR_ST_OP_RW_BIT BIT(4) //read: 0, write: 1 macro
408 #define DRAM0_INTR_ST_OP_RW_BIT BIT(4) //read: 0, write: 1571 *op_type = (uint32_t)status_bits & DRAM0_INTR_ST_OP_RW_BIT;
572 *op_type = status_bits & DRAM0_INTR_ST_OP_RW_BIT; in memprot_ll_dram0_get_fault_op_type()