Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Dlpc_ich.c70 #define BYT_BCR_WPD BIT(0) macro
1190 if (!(val & BYT_BCR_WPD)) { in lpc_ich_byt_set_writeable()
1191 val |= BYT_BCR_WPD; in lpc_ich_byt_set_writeable()
1196 return val & BYT_BCR_WPD; in lpc_ich_byt_set_writeable()