Lines Matching full:peripheral
20 static void hi6220_uart_config(int peripheral) in hi6220_uart_config() argument
22 switch (peripheral) { in hi6220_uart_config()
98 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_uart_config()
103 static int hi6220_mmc_config(int peripheral) in hi6220_mmc_config() argument
107 switch (peripheral) { in hi6220_mmc_config()
157 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_mmc_config()
164 int hi6220_pinmux_config(int peripheral) in hi6220_pinmux_config() argument
166 switch (peripheral) { in hi6220_pinmux_config()
171 hi6220_uart_config(peripheral); in hi6220_pinmux_config()
175 return hi6220_mmc_config(peripheral); in hi6220_pinmux_config()
177 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_pinmux_config()