Home
last modified time | relevance | path

Searched defs:CVMX_GPIO_BIT_CFGX (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-gpio-defs.h56 static inline uint64_t CVMX_GPIO_BIT_CFGX(unsigned long offset) in CVMX_GPIO_BIT_CFGX() function
75 #define CVMX_GPIO_BIT_CFGX(offset) (CVMX_ADD_IO_SEG(0x0001070000000800ull) + ((offset) & 15) * 8) macro