Searched refs:BC_BIT (Results 1 – 3 of 3) sorted by relevance
32 #define BC_BIT(_x) (1 << (_x)) macro85 BC_OPT_DOSER_OUT_ENCRYPT = BC_BIT(3),86 BC_OPT_LINK_OUT_ENCRYPT = BC_BIT(29),120 DTS_LOAD_NEW_FW = BC_BIT(8),121 DTS_LOAD_FILE_PLAY_FW = BC_BIT(9),122 DTS_DISK_FMT_BD = BC_BIT(10),124 DTS_SKIP_TX_CHK_CPB = BC_BIT(16),125 DTS_ADAPTIVE_OUTPUT_PER = BC_BIT(17),126 DTS_INTELLIMAP = BC_BIT(18),128 DTS_PLAYBACK_DROP_RPT_MODE = BC_BIT(22)
113 temp &= ~BC_BIT(29); in crystalhd_bring_out_of_rst()255 val |= BC_BIT(8); in crystalhd_soft_rst()1645 reg_data |= BC_BIT(0); in crystalhd_download_fw()1652 while (reg_data != BC_BIT(4)) { in crystalhd_download_fw()1654 reg_data &= BC_BIT(4); in crystalhd_download_fw()1686 reg_data |= BC_BIT(1); in crystalhd_download_fw()1693 if ((reg_data & BC_BIT(9)) == BC_BIT(9)) { in crystalhd_download_fw()1695 while ((reg_data & BC_BIT(0)) != BC_BIT(0)) { in crystalhd_download_fw()1697 reg_data &= BC_BIT(0); in crystalhd_download_fw()1704 reg_data |= BC_BIT(4); in crystalhd_download_fw()[all …]
38 #define ASPM_L1_ENABLE (BC_BIT(27))98 #define PCI_CLK_REQ_ENABLE (BC_BIT(8))