Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-efm32.c108 #define REG_ROUTE_LOCATION__MASK 0x00700 macro
109 #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()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-efm32.c66 #define REG_ROUTE_LOCATION__MASK 0x0700 macro
67 #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()

Completed in 2 milliseconds