Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-intel-pci.c15 #define BCR_WPD BIT(0) macro
24 if (!(bcr & BCR_WPD)) { in intel_spi_pci_set_writeable()
25 bcr |= BCR_WPD; in intel_spi_pci_set_writeable()
30 return bcr & BCR_WPD; in intel_spi_pci_set_writeable()
/openbmc/linux/drivers/mfd/
H A Dlpc_ich.c75 #define BCR_WPD BIT(0) macro
1205 if (!(bcr & BCR_WPD)) { in lpc_ich_set_writeable()
1206 bcr |= BCR_WPD; in lpc_ich_set_writeable()
1211 return bcr & BCR_WPD; in lpc_ich_set_writeable()