Searched refs:boot_stage_cache (Results 1 – 2 of 2) sorted by relevance
290 data->boot_stage_cache = reg; in btintel_pcie_dump_debug_registers()788 data->boot_stage_cache = 0x0; in btintel_pcie_enable_bt()816 if (~data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_ROM) in btintel_pcie_enable_bt()824 return data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_OPFW; in btintel_pcie_in_op()829 return data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_IML && in btintel_pcie_in_iml()830 !(data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_OPFW); in btintel_pcie_in_iml()835 return data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_D3_STATE_READY; in btintel_pcie_in_d3()840 return !(data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_D3_STATE_READY); in btintel_pcie_in_d0()845 return data->boot_stage_cache & BTINTEL_PCIE_CSR_BOOT_STAGE_DEVICE_HALTED; in btintel_pcie_in_device_halt()878 return (data->boot_stage_cache & in btintel_pcie_in_lockdown()[all …]
488 u32 boot_stage_cache; member