Searched refs:gpiobase (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/ |
H A D | setup.c | 66 uint64_t gpiobase; in nlm_linux_exit() local 68 gpiobase = nlm_mmio_base(NETLOGIC_IO_GPIO_OFFSET); in nlm_linux_exit() 70 nlm_write_reg(gpiobase, GPIO_SWRESET_REG, 1); in nlm_linux_exit()
|
/kernel/linux/linux-5.10/drivers/staging/mt7621-pinctrl/ |
H A D | pinctrl-rt2880.c | 353 const __be32 *ngpio, *gpiobase; in rt2880_pinmux_probe() local 360 gpiobase = of_get_property(np, "ralink,gpio-base", NULL); in rt2880_pinmux_probe() 361 if (!ngpio || !gpiobase) { in rt2880_pinmux_probe() 374 range->base = __be32_to_cpu(*gpiobase); in rt2880_pinmux_probe()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-bt8xx.c | 65 module_param_named(gpiobase, modparam_gpiobase, int, 0444); 66 MODULE_PARM_DESC(gpiobase, "The GPIO number base. -1 means dynamic, which is the default.");
|
H A D | gpio-ich.c | 100 module_param_named(gpiobase, modparam_gpiobase, int, 0444); 101 MODULE_PARM_DESC(gpiobase, "The GPIO number base. -1 means dynamic, which is the default.");
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-bt8xx.c | 65 module_param_named(gpiobase, modparam_gpiobase, int, 0444); 66 MODULE_PARM_DESC(gpiobase, "The GPIO number base. -1 means dynamic, which is the default.");
|
H A D | gpio-ich.c | 98 module_param_named(gpiobase, modparam_gpiobase, int, 0444); 99 MODULE_PARM_DESC(gpiobase, "The GPIO number base. -1 means dynamic, which is the default.");
|
Completed in 5 milliseconds