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

/linux-4.4.14/drivers/spi/
H A 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); efm32_spi_get_configured_location()
/linux-4.4.14/drivers/i2c/busses/
H A 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) >> efm32_i2c_get_configured_location()
306 __ffs(REG_ROUTE_LOCATION__MASK); efm32_i2c_get_configured_location()

Completed in 137 milliseconds