Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-msc313.c28 #define MSC313_GPIO_BITSTOSAVE (MSC313_GPIO_OUT | MSC313_GPIO_OEN) macro
701 gpio->saved[i] = readb_relaxed(gpio->base + gpio->gpio_data->offsets[i]) & MSC313_GPIO_BITSTOSAVE; in msc313_gpio_suspend()