Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dlpc_ich.c67 #define BYT_BCR_WPD BIT(0) macro
1093 if (!(val & BYT_BCR_WPD)) { in lpc_ich_byt_set_writeable()
1094 val |= BYT_BCR_WPD; in lpc_ich_byt_set_writeable()
1099 return val & BYT_BCR_WPD; in lpc_ich_byt_set_writeable()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/
H A Dintel-spi.c97 #define BYT_BCR_WPD BIT(0) macro