Home
last modified time | relevance | path

Searched refs:nw_gpio_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-footbridge/
H A Dnetwinder-hw.c132 unsigned int nw_gpio_read(void) in nw_gpio_read() function
136 EXPORT_SYMBOL(nw_gpio_read);
697 reg = nw_gpio_read(); in netwinder_led_set()
714 reg = nw_gpio_read(); in netwinder_led_get()
/openbmc/linux/arch/arm/mach-footbridge/include/mach/
H A Dhardware.h86 extern unsigned int nw_gpio_read(void);
/openbmc/linux/drivers/char/
H A Dds1620.c63 return nw_gpio_read() & GPIO_DATA; in netwinder_ds1620_get_data()
101 return (nw_gpio_read() & GPIO_FAN) ? FAN_ON : FAN_OFF; in netwinder_get_fan()