Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_nxp_irqsteer.c264 #define UINT_TO_IRQSTEER(x) ((IRQSTEER_Type *)(x)) macro
301 idx -= IRQSTEER_GetMasterIrqCount(UINT_TO_IRQSTEER(regmap), i); in to_zephyr_irq()
313 irq += IRQSTEER_GetMasterIrqCount(UINT_TO_IRQSTEER(regmap), i); in to_system_irq()
327 idx += IRQSTEER_GetMasterIrqCount(UINT_TO_IRQSTEER(regmap), i); in from_zephyr_irq()
341 IRQSTEER_EnableMasterInterrupt(UINT_TO_IRQSTEER(regmap), disp->irq); in _irqstr_disp_enable_disable()
343 IRQSTEER_DisableMasterInterrupt(UINT_TO_IRQSTEER(regmap), disp->irq); in _irqstr_disp_enable_disable()
405 IRQSTEER_EnableInterrupt(UINT_TO_IRQSTEER(regmap), system_irq); in _irqstr_enable_disable_irq()
407 IRQSTEER_DisableInterrupt(UINT_TO_IRQSTEER(regmap), system_irq); in _irqstr_enable_disable_irq()
554 status = IRQSTEER_GetMasterInterruptsStatus(UINT_TO_IRQSTEER(cfg->regmap_phys), in irqsteer_isr_dispatcher()