#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/sh_pfc.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/bitops.h>
#include <linux/slab.h>
#include <linux/ioport.h>
#include <linux/pinctrl/machine.h>
Go to the source code of this file.
|
int | sh_pfc_read_bit (struct pinmux_data_reg *dr, unsigned long in_pos) |
|
| EXPORT_SYMBOL_GPL (sh_pfc_read_bit) |
|
void | sh_pfc_write_bit (struct pinmux_data_reg *dr, unsigned long in_pos, unsigned long value) |
|
| EXPORT_SYMBOL_GPL (sh_pfc_write_bit) |
|
int | sh_pfc_get_data_reg (struct sh_pfc *pfc, unsigned gpio, struct pinmux_data_reg **drp, int *bitp) |
|
| EXPORT_SYMBOL_GPL (sh_pfc_get_data_reg) |
|
int | sh_pfc_gpio_to_enum (struct sh_pfc *pfc, unsigned gpio, int pos, pinmux_enum_t *enum_idp) |
|
| EXPORT_SYMBOL_GPL (sh_pfc_gpio_to_enum) |
|
int | sh_pfc_config_gpio (struct sh_pfc *pfc, unsigned gpio, int pinmux_type, int cfg_mode) |
|
| EXPORT_SYMBOL_GPL (sh_pfc_config_gpio) |
|
int | register_sh_pfc (struct sh_pfc *pfc) |
|
#define pr_fmt |
( |
|
fmt | ) |
"sh_pfc " KBUILD_MODNAME ": " fmt |