Searched defs:pmux_pingrp_config (Results 1 – 1 of 1) sorted by relevance
111 struct pmux_pingrp_config { struct112 u32 pingrp:16; /* pin group PMUX_PINGRP_... */113 u32 func:8; /* function to assign PMUX_FUNC_... */114 u32 pull:2; /* pull up/down/normal PMUX_PULL_...*/115 u32 tristate:2; /* tristate or normal PMUX_TRI_... */117 u32 io:2; /* input or output PMUX_PIN_... */120 u32 lock:2; /* lock enable/disable PMUX_PIN... */123 u32 od:2; /* open-drain or push-pull driver */126 u32 ioreset:2; /* input/output reset PMUX_PIN... */129 u32 rcv_sel:2; /* select between High and Normal */[all …]