Searched refs:BYT_BCR_WPD (Results 1 – 2 of 2) sorted by relevance
67 #define BYT_BCR_WPD BIT(0) macro1093 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()
97 #define BYT_BCR_WPD BIT(0) macro