Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
imx_pin_reg Struct Reference

#include <pinctrl-imx.h>

Data Fields

u16 pid
 
u16 mux_reg
 
u16 conf_reg
 
u8 mux_mode
 
u16 input_reg
 
u8 input_val
 

Detailed Description

struct imx_pin_reg - describe a pin reg map The last 3 members are used for select input setting : pin id : mux register offset : config register offset : mux mode : select input register offset for this mux if any 0 if no select input setting needed. : the value set to select input register

Definition at line 63 of file pinctrl-imx.h.

Field Documentation

u16 conf_reg

Definition at line 66 of file pinctrl-imx.h.

u16 input_reg

Definition at line 68 of file pinctrl-imx.h.

u8 input_val

Definition at line 69 of file pinctrl-imx.h.

u8 mux_mode

Definition at line 67 of file pinctrl-imx.h.

u16 mux_reg

Definition at line 65 of file pinctrl-imx.h.

Definition at line 64 of file pinctrl-imx.h.


The documentation for this struct was generated from the following file: