Home
last modified time | relevance | path

Searched refs:pl061 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-pl061.c50 struct pl061 { struct
65 struct pl061 *pl061 = gpiochip_get_data(gc); in pl061_get_direction() local
67 if (readb(pl061->base + GPIODIR) & BIT(offset)) in pl061_get_direction()
75 struct pl061 *pl061 = gpiochip_get_data(gc); in pl061_direction_input() local
79 raw_spin_lock_irqsave(&pl061->lock, flags); in pl061_direction_input()
80 gpiodir = readb(pl061->base + GPIODIR); in pl061_direction_input()
82 writeb(gpiodir, pl061->base + GPIODIR); in pl061_direction_input()
83 raw_spin_unlock_irqrestore(&pl061 in pl061_direction_input()
91 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_direction_output() local
113 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_get_value() local
120 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_set_value() local
128 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_type() local
218 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_handler() local
236 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_mask() local
249 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_unmask() local
270 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_ack() local
281 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_set_wake() local
289 struct pl061 *pl061; pl061_probe() local
356 struct pl061 *pl061 = dev_get_drvdata(dev); pl061_suspend() local
377 struct pl061 *pl061 = dev_get_drvdata(dev); pl061_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-pl061.c51 struct pl061 { struct
65 struct pl061 *pl061 = gpiochip_get_data(gc); in pl061_get_direction() local
67 if (readb(pl061->base + GPIODIR) & BIT(offset)) in pl061_get_direction()
75 struct pl061 *pl061 = gpiochip_get_data(gc); in pl061_direction_input() local
79 raw_spin_lock_irqsave(&pl061->lock, flags); in pl061_direction_input()
80 gpiodir = readb(pl061->base + GPIODIR); in pl061_direction_input()
82 writeb(gpiodir, pl061->base + GPIODIR); in pl061_direction_input()
83 raw_spin_unlock_irqrestore(&pl061 in pl061_direction_input()
91 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_direction_output() local
113 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_get_value() local
120 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_set_value() local
128 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_type() local
218 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_handler() local
236 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_mask() local
251 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_unmask() local
274 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_ack() local
285 struct pl061 *pl061 = gpiochip_get_data(gc); pl061_irq_set_wake() local
311 struct pl061 *pl061; pl061_probe() local
371 struct pl061 *pl061 = dev_get_drvdata(dev); pl061_suspend() local
392 struct pl061 *pl061 = dev_get_drvdata(dev); pl061_resume() local
[all...]

Completed in 2 milliseconds