Lines Matching +full:- +full:r
15 /* Config entry0 cfg to make it NAPOT address mode, and R/W/X okay */ in pmp_open_all_space()
114 delta_mtime = mtime_lo() - start_mtime; in measure_cpu_freq()
118 uint32_t delta_mcycle = read_csr(CSR_MCYCLE) - start_mcycle; in measure_cpu_freq()
120 uint32_t delta_mcycle = read_csr(mcycle) - start_mcycle; in measure_cpu_freq()
240 lvl = lvl >> (8-nlbits); in eclic_set_irq_lvl()
242 lvl = lvl << (8-nlbits); in eclic_set_irq_lvl()
265 intctrl = intctrl >> (8-nlbits); in eclic_get_irq_lvl()
267 uint8_t lvl = intctrl << (8-nlbits); in eclic_get_irq_lvl()
280 uint8_t lvl = lvl_abs << (8-nlbits); in eclic_set_irq_lvl_abs()
302 intctrl = intctrl >> (8-nlbits); in eclic_get_irq_lvl_abs()
319 priority = priority << (8 - ECLICINTCTLBITS); in eclic_set_irq_priority()
324 current_intctrl = current_intctrl >> (8-nlbits); in eclic_set_irq_priority()
326 current_intctrl = current_intctrl << (8-nlbits); in eclic_set_irq_priority()
346 uint8_t priority = intctrl >> (nlbits+(8 - ECLICINTCTLBITS)); in eclic_get_irq_priority()
366 /* sets vector-mode or non-vector mode */
386 Bit 1, trig[0], is defined as "edge-triggered" (0: level-triggered, 1: edge-triggered);
387 Bit 2, trig[1], is defined as "negative-edge" (0: positive-edge, 1: negative-edge).*/