Searched refs:pin_cap (Results 1 – 1 of 1) sorted by relevance
792 struct lpc18xx_pin_caps *pin_cap) in lpc18xx_pconf_get_pin() argument824 if (pin_cap->type == TYPE_HD) in lpc18xx_pconf_get_pin()841 if (pin_cap->type != TYPE_HD) in lpc18xx_pconf_get_pin()880 struct lpc18xx_pin_caps *pin_cap; in lpc18xx_pconf_get() local884 pin_cap = lpc18xx_get_pin_caps(pin); in lpc18xx_pconf_get()885 if (!pin_cap) in lpc18xx_pconf_get()888 reg = readl(scu->base + pin_cap->offset); in lpc18xx_pconf_get()890 if (pin_cap->type == TYPE_I2C0) in lpc18xx_pconf_get()892 else if (pin_cap->type == TYPE_USB1) in lpc18xx_pconf_get()895 ret = lpc18xx_pconf_get_pin(pctldev, param, &arg, reg, pin, pin_cap); in lpc18xx_pconf_get()[all …]