Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bluetooth/
Dbtintel_pcie.c267 data->boot_stage_cache = 0x0; in btintel_pcie_enable_bt()
299 if (~data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_ROM) in btintel_pcie_enable_bt()
317 if (reg != data->boot_stage_cache) in btintel_pcie_msix_gp0_handler()
318 data->boot_stage_cache = reg; in btintel_pcie_msix_gp0_handler()
327 if (data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_OPFW || in btintel_pcie_msix_gp0_handler()
328 data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_IML) { in btintel_pcie_msix_gp0_handler()
1291 data->boot_stage_cache = 0x00; in btintel_pcie_probe()
Dbtintel_pcie.h367 u32 boot_stage_cache; member