Searched defs:SPI_NOR_IS_ALIGNED (Results 1 – 2 of 2) sorted by relevance
46 #define SPI_NOR_IS_ALIGNED(_ofs, _bits) (((_ofs)&BIT_MASK(_bits)) == 0) macro
112 #define SPI_NOR_IS_ALIGNED(_ofs, _bits) (((_ofs) & BIT_MASK(_bits)) == 0) macro