Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/
H A Dintel-spi-pci.c17 #define BCR_WPD BIT(0) macro
26 if (!(bcr & BCR_WPD)) { in intel_spi_pci_set_writeable()
27 bcr |= BCR_WPD; in intel_spi_pci_set_writeable()
32 return bcr & BCR_WPD; in intel_spi_pci_set_writeable()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dlpc_ich.c72 #define BCR_WPD BIT(0) macro
1108 if (!(bcr & BCR_WPD)) { in lpc_ich_lpt_set_writeable()
1109 bcr |= BCR_WPD; in lpc_ich_lpt_set_writeable()
1114 return bcr & BCR_WPD; in lpc_ich_lpt_set_writeable()
1124 if (!(bcr & BCR_WPD)) { in lpc_ich_bxt_set_writeable()
1125 bcr |= BCR_WPD; in lpc_ich_bxt_set_writeable()
1130 return bcr & BCR_WPD; in lpc_ich_bxt_set_writeable()