Home
last modified time | relevance | path

Searched refs:tx_oe (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-gpio.h120 gpio_xbit.s.tx_oe = 1; in cvmx_gpio_cfg()
122 gpio_xbit.s.tx_oe = 0; in cvmx_gpio_cfg()
133 gpio_bit.s.tx_oe = 1; in cvmx_gpio_cfg()
135 gpio_bit.s.tx_oe = 0; in cvmx_gpio_cfg()
H A Dcvmx-gpio-defs.h210 uint64_t tx_oe : 1; /**< Drive the GPIO pin as an output pin */ member
212 uint64_t tx_oe : 1;
234 uint64_t tx_oe : 1; /**< Drive the GPIO pin as an output pin */ member
236 uint64_t tx_oe : 1;
261 uint64_t tx_oe : 1; /**< Drive the GPIO pin as an output pin */ member
263 uint64_t tx_oe : 1;
803 uint64_t tx_oe : 1; /**< Drive the GPIO pin as an output pin */ member
805 uint64_t tx_oe : 1;
824 uint64_t tx_oe : 1; /**< Drive the GPIO pin as an output pin */ member
826 uint64_t tx_oe : 1;
/f-stack/freebsd/mips/cavium/
H A Docteon_gpio.c125 gpio_cfgx.s.tx_oe = 1; in octeon_gpio_pin_configure()
129 gpio_cfgx.s.tx_oe = 0; in octeon_gpio_pin_configure()
447 i, gpio_cfgx.s.tx_oe, gpio_cfgx.s.rx_xor, in octeon_gpio_attach()