Home
last modified time | relevance | path

Searched refs:rx_xor (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-gpio-defs.h209 uint64_t rx_xor : 1; /**< Invert the GPIO pin */ member
213 uint64_t rx_xor : 1;
233 uint64_t rx_xor : 1; /**< Invert the GPIO pin */ member
237 uint64_t rx_xor : 1;
260 uint64_t rx_xor : 1; /**< Invert the GPIO pin */ member
264 uint64_t rx_xor : 1;
802 uint64_t rx_xor : 1; /**< Invert the GPIO pin */ member
806 uint64_t rx_xor : 1;
823 uint64_t rx_xor : 1; /**< Invert the GPIO pin */ member
827 uint64_t rx_xor : 1;
/f-stack/freebsd/mips/cavium/
H A Docteon_gpio.c132 gpio_cfgx.s.rx_xor = 1; in octeon_gpio_pin_configure()
134 gpio_cfgx.s.rx_xor = 0; in octeon_gpio_pin_configure()
447 i, gpio_cfgx.s.tx_oe, gpio_cfgx.s.rx_xor, in octeon_gpio_attach()