Searched refs:REG_ROUTE_LOCATION__MASK (Results 1 – 2 of 2) sorted by relevance
111 #define REG_ROUTE_LOCATION__MASK 0x00700 macro112 #define REG_ROUTE_LOCATION(n) MASK_VAL(REG_ROUTE_LOCATION__MASK, (n))305 return (reg & REG_ROUTE_LOCATION__MASK) >> in efm32_i2c_get_configured_location()306 __ffs(REG_ROUTE_LOCATION__MASK); in efm32_i2c_get_configured_location()
70 #define REG_ROUTE_LOCATION__MASK 0x0700 macro71 #define REG_ROUTE_LOCATION(n) MASK_VAL(REG_ROUTE_LOCATION__MASK, (n))287 return (reg & REG_ROUTE_LOCATION__MASK) >> __ffs(REG_ROUTE_LOCATION__MASK); in efm32_spi_get_configured_location()