Searched refs:pin_cap (Results 1 – 1 of 1) sorted by relevance
697 struct lpc18xx_pin_caps *pin_cap) in lpc18xx_pconf_get_pin() argument729 if (pin_cap->type == TYPE_HD) in lpc18xx_pconf_get_pin()746 if (pin_cap->type != TYPE_HD) in lpc18xx_pconf_get_pin()782 struct lpc18xx_pin_caps *pin_cap; in lpc18xx_pconf_get() local786 pin_cap = lpc18xx_get_pin_caps(pin); in lpc18xx_pconf_get()787 if (!pin_cap) in lpc18xx_pconf_get()790 reg = readl(scu->base + pin_cap->offset); in lpc18xx_pconf_get()792 if (pin_cap->type == TYPE_I2C0) in lpc18xx_pconf_get()794 else if (pin_cap->type == TYPE_USB1) in lpc18xx_pconf_get()797 ret = lpc18xx_pconf_get_pin(param, &arg, reg, pin_cap); in lpc18xx_pconf_get()[all …]