Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/spi-nor/
H A Dswp.c62 bp = val >> SR_BP_SHIFT; in spi_nor_get_locked_range_sr()
202 val = pow << SR_BP_SHIFT; in spi_nor_sr_lock()
292 val = pow << SR_BP_SHIFT; in spi_nor_sr_unlock()
/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h118 #define SR_BP_SHIFT 2 macro