Home
last modified time | relevance | path

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

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