Searched refs:io_n (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h23 .io_n = _io_n, \
159 * @io_n: the index with the io type
165 u8 io_n; member in struct:mtk_pin_desc
H A Dpinctrl-mtk-common.c227 u8 io_n = priv->soc->pins[pin].io_n; local
229 if (io_n >= priv->soc->ntype)
232 io_type->name = priv->soc->io_type[io_n].name;
233 io_type->bias_set = priv->soc->io_type[io_n].bias_set;
234 io_type->drive_set = priv->soc->io_type[io_n].drive_set;
235 io_type->input_enable = priv->soc->io_type[io_n].input_enable;

Completed in 94 milliseconds