Home
last modified time | relevance | path

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

/linux-6.6.21/arch/sh/include/mach-common/mach/
Dmicrodev.h31 #define MICRODEV_FPGA_INTREQ_REG (MICRODEV_FPGA_INTC_BASE+0x38ul) /* Interrupt Request Register on … macro
/linux-6.6.21/arch/sh/boards/mach-microdev/
Dirq.c141 volatile unsigned int * const intreq = (unsigned int*)MICRODEV_FPGA_INTREQ_REG; in microdev_print_fpga_intc_status()