Searched refs:BC_BIT (Results 1 – 3 of 3) sorted by relevance
30 #define BC_BIT(_x) (1 << (_x)) macro83 BC_OPT_DOSER_OUT_ENCRYPT = BC_BIT(3),84 BC_OPT_LINK_OUT_ENCRYPT = BC_BIT(29),118 DTS_LOAD_NEW_FW = BC_BIT(8),119 DTS_LOAD_FILE_PLAY_FW = BC_BIT(9),120 DTS_DISK_FMT_BD = BC_BIT(10),122 DTS_SKIP_TX_CHK_CPB = BC_BIT(16),123 DTS_ADAPTIVE_OUTPUT_PER = BC_BIT(17),124 DTS_INTELLIMAP = BC_BIT(18),126 DTS_PLAYBACK_DROP_RPT_MODE = BC_BIT(22)
112 temp &= ~BC_BIT(29); in crystalhd_bring_out_of_rst()254 val |= BC_BIT(8); in crystalhd_soft_rst()1646 reg_data |= BC_BIT(0); in crystalhd_download_fw()1653 while (reg_data != BC_BIT(4)) { in crystalhd_download_fw()1655 reg_data &= BC_BIT(4); in crystalhd_download_fw()1687 reg_data |= BC_BIT(1); in crystalhd_download_fw()1694 if ((reg_data & BC_BIT(9)) == BC_BIT(9)) { in crystalhd_download_fw()1696 while ((reg_data & BC_BIT(0)) != BC_BIT(0)) { in crystalhd_download_fw()1698 reg_data &= BC_BIT(0); in crystalhd_download_fw()1705 reg_data |= BC_BIT(4); in crystalhd_download_fw()[all …]
39 #define ASPM_L1_ENABLE (BC_BIT(27))99 #define PCI_CLK_REQ_ENABLE (BC_BIT(8))