Home
last modified time | relevance | path

Searched refs:RISCV_INTC_CHIP (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/irqchip/
H A Driscv_intc.rs24 static mut RISCV_INTC_CHIP: Option<Arc<RiscvIntcChip>> = None; constant
33 unsafe { RISCV_INTC_CHIP.as_ref() } in riscv_intc_chip()
149 RISCV_INTC_CHIP = Some(intc_chip); in riscv_intc_init()