Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-efm32.c111 #define REG_ROUTE_LOCATION__MASK 0x00700 macro
112 #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()
/drivers/spi/
Dspi-efm32.c70 #define REG_ROUTE_LOCATION__MASK 0x0700 macro
71 #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()