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