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

/linux-master/drivers/leds/
H A Dleds-ss4200.c43 #define GP_IO_SEL 0x004 macro
295 config_data = inl(nas_gpio_io_base + GP_IO_SEL);
296 dev_dbg(dev, ": Data read from GP_IO_SEL = 0x%08x\n",
300 outl(config_data, nas_gpio_io_base + GP_IO_SEL);
301 config_data = inl(nas_gpio_io_base + GP_IO_SEL);
302 dev_dbg(dev, ": GP_IO_SEL = 0x%08x\n", config_data);

Completed in 177 milliseconds