Home
last modified time | relevance | path

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

/linux-6.6.21/arch/sh/include/mach-common/mach/
Dmicrodev.h30 #define MICRODEV_FPGA_INTSRC_REG (MICRODEV_FPGA_INTC_BASE+0x30ul) /* Interrupt Source Register on I… macro
/linux-6.6.21/arch/sh/boards/mach-microdev/
Dirq.c140 volatile unsigned int * const intsrc = (unsigned int*)MICRODEV_FPGA_INTSRC_REG; in microdev_print_fpga_intc_status()