Home
last modified time | relevance | path

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

/drivers/spi/
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()
/drivers/mfd/
A Dlpc_ich.c76 #define BCR_WPD BIT(0) macro
1285 if (!(bcr & BCR_WPD)) { in lpc_ich_set_writeable()
1286 bcr |= BCR_WPD; in lpc_ich_set_writeable()
1291 return bcr & BCR_WPD; in lpc_ich_set_writeable()

Completed in 8 milliseconds