Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/drivers/mfd/
H 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()