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

/freebsd-current/sys/arm/ti/
H A Dti_pinmux.h46 uint16_t gpio_mode; member in struct:ti_pinmux_padconf
H A Dti_pinmux.c274 reg_val |= (uint16_t)(padconf->gpio_mode & ti_pinmux_dev->padconf_muxmode_mask);
319 if ((reg_val & ti_pinmux_dev->padconf_muxmode_mask) != padconf->gpio_mode)
/freebsd-current/sys/arm/ti/omap4/
H A Domap4_scm_padconf.c67 .gpio_mode = gm, \
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_scm_padconf.c52 .gpio_mode = gm, \
/freebsd-current/sys/dev/bxe/
H A Dbxe_elink.c8719 uint8_t gpio_port, gpio_mode; local
8721 gpio_mode = MISC_REGISTERS_GPIO_OUTPUT_HIGH;
8723 gpio_mode = MISC_REGISTERS_GPIO_OUTPUT_LOW;
8727 elink_cb_gpio_write(sc, gpio_pin, gpio_mode, gpio_port);
9434 uint8_t gpio_mode)
9455 gpio_pin, gpio_port, gpio_mode);
9456 elink_cb_gpio_write(sc, gpio_pin, gpio_mode, gpio_port);
9466 uint8_t gpio_mode)
9477 gpio_mode, pin_cfg);
9478 elink_set_cfg_pin(sc, pin_cfg, gpio_mode);
9433 elink_set_e1e2_module_fault_led(struct elink_params *params, uint8_t gpio_mode) argument
9465 elink_set_e3_module_fault_led(struct elink_params *params, uint8_t gpio_mode) argument
9481 elink_set_sfp_module_fault_led(struct elink_params *params, uint8_t gpio_mode) argument
[all...]

Completed in 199 milliseconds