Lines Matching refs:peripheral
21 static void hi6220_uart_config(int peripheral) in hi6220_uart_config() argument
23 switch (peripheral) { in hi6220_uart_config()
99 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_uart_config()
104 static int hi6220_mmc_config(int peripheral) in hi6220_mmc_config() argument
108 switch (peripheral) { in hi6220_mmc_config()
158 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_mmc_config()
165 int hi6220_pinmux_config(int peripheral) in hi6220_pinmux_config() argument
167 switch (peripheral) { in hi6220_pinmux_config()
172 hi6220_uart_config(peripheral); in hi6220_pinmux_config()
176 return hi6220_mmc_config(peripheral); in hi6220_pinmux_config()
178 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_pinmux_config()