Searched refs:mcp2210_counter_gp_to_flags (Results 1 - 1 of 1) sorted by relevance

/src/sys/dev/usb/
H A Dumcpmio_gpio.c67 mcp2210_counter_gp_to_flags(uint8_t other_settings) function in typeref:typename:uint32_t
86 printf("mcp2210_counter_gp_to_flags: Unhandled flag on counter pin: 0x%02x\n", other_settings);
103 r |= mcp2210_counter_gp_to_flags(gp_settings[11]);
973 if (mcp2210_counter_gp_to_flags(mcp2210_get_gpio_sram_res.other_settings) != GPIO_PIN_ALT3) {
986 if (mcp2210_counter_gp_to_flags(mcp2210_get_gpio_sram_res.other_settings) != GPIO_PIN_ALT4) {
999 if (mcp2210_counter_gp_to_flags(mcp2210_get_gpio_sram_res.other_settings) != GPIO_PIN_ALT5) {
1012 if (mcp2210_counter_gp_to_flags(mcp2210_get_gpio_sram_res.other_settings) != GPIO_PIN_ALT6) {

Completed in 5 milliseconds