Home
last modified time | relevance | path

Searched refs:ilsel (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/boards/mach-x3proto/
H A Dgpio.c19 #include <mach/ilsel.h>
101 int ilsel, ret; in x3proto_gpio_setup() local
103 ilsel = ilsel_enable(ILSEL_KEY); in x3proto_gpio_setup()
104 if (unlikely(ilsel < 0)) in x3proto_gpio_setup()
105 return ilsel; in x3proto_gpio_setup()
120 ilsel); in x3proto_gpio_setup()
122 irq_set_chained_handler(ilsel, x3proto_gpio_irq_handler); in x3proto_gpio_setup()
123 irq_set_irq_wake(ilsel, 1); in x3proto_gpio_setup()
131 synchronize_irq(ilsel); in x3proto_gpio_setup()
H A Dilsel.c3 * arch/sh/boards/mach-x3proto/ilsel.c
16 #include <mach/ilsel.h>
82 * @set: ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).
113 * @set: ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).
H A Dsetup.c21 #include <mach/ilsel.h>
51 /* Filled in by ilsel */
78 /* Filled in by ilsel */
109 /* Filled in by ilsel */
/kernel/linux/linux-6.6/arch/sh/boards/mach-x3proto/
H A Dgpio.c19 #include <mach/ilsel.h>
101 int ilsel, ret; in x3proto_gpio_setup() local
103 ilsel = ilsel_enable(ILSEL_KEY); in x3proto_gpio_setup()
104 if (unlikely(ilsel < 0)) in x3proto_gpio_setup()
105 return ilsel; in x3proto_gpio_setup()
120 ilsel); in x3proto_gpio_setup()
122 irq_set_chained_handler(ilsel, x3proto_gpio_irq_handler); in x3proto_gpio_setup()
123 irq_set_irq_wake(ilsel, 1); in x3proto_gpio_setup()
131 synchronize_irq(ilsel); in x3proto_gpio_setup()
H A Dilsel.c3 * arch/sh/boards/mach-x3proto/ilsel.c
16 #include <mach/ilsel.h>
82 * @set: ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).
113 * @set: ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).
H A Dsetup.c21 #include <mach/ilsel.h>
51 /* Filled in by ilsel */
78 /* Filled in by ilsel */
109 /* Filled in by ilsel */

Completed in 2 milliseconds