Searched refs:boot_stage_cache (Results 1 – 2 of 2) sorted by relevance
654 data->boot_stage_cache = 0x0; in btintel_pcie_enable_bt()682 if (~data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_ROM) in btintel_pcie_enable_bt()690 return data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_OPFW; in btintel_pcie_in_op()695 return data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_IML && in btintel_pcie_in_iml()696 !(data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_OPFW); in btintel_pcie_in_iml()701 return data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_D3_STATE_READY; in btintel_pcie_in_d3()706 return !(data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_D3_STATE_READY); in btintel_pcie_in_d0()772 if (reg != data->boot_stage_cache) in btintel_pcie_msix_gp0_handler()773 data->boot_stage_cache = reg; in btintel_pcie_msix_gp0_handler()777 data->boot_stage_cache, reg); in btintel_pcie_msix_gp0_handler()[all …]
465 u32 boot_stage_cache; member