Lines Matching full:peripheral
19 static void hi6220_uart_config(int peripheral) in hi6220_uart_config() argument
21 switch (peripheral) { in hi6220_uart_config()
97 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_uart_config()
102 static int hi6220_mmc_config(int peripheral) in hi6220_mmc_config() argument
106 switch (peripheral) { in hi6220_mmc_config()
156 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_mmc_config()
163 int hi6220_pinmux_config(int peripheral) in hi6220_pinmux_config() argument
165 switch (peripheral) { in hi6220_pinmux_config()
170 hi6220_uart_config(peripheral); in hi6220_pinmux_config()
174 return hi6220_mmc_config(peripheral); in hi6220_pinmux_config()
176 debug("%s: invalid peripheral %d", __func__, peripheral); in hi6220_pinmux_config()