Searched refs:REG_ROUTE_LOCATION__MASK (Results 1 – 2 of 2) sorted by relevance
108 #define REG_ROUTE_LOCATION__MASK 0x00700 macro109 #define REG_ROUTE_LOCATION(n) MASK_VAL(REG_ROUTE_LOCATION__MASK, (n))301 return (reg & REG_ROUTE_LOCATION__MASK) >> in efm32_i2c_get_configured_location()302 __ffs(REG_ROUTE_LOCATION__MASK); in efm32_i2c_get_configured_location()
66 #define REG_ROUTE_LOCATION__MASK 0x0700 macro67 #define REG_ROUTE_LOCATION(n) MASK_VAL(REG_ROUTE_LOCATION__MASK, (n))272 return (reg & REG_ROUTE_LOCATION__MASK) >> __ffs(REG_ROUTE_LOCATION__MASK); in efm32_spi_get_configured_location()