Searched refs:DPMAIF_DL_BAT_INIT_CON1 (Results 1 – 2 of 2) sorted by relevance
446 enable_bat_cache = ioread32(hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_performance()448 iowrite32(enable_bat_cache, hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_performance()556 value = ioread32(hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_set_bat_size()559 iowrite32(value, hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_set_bat_size()566 value = ioread32(hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_bat_en()573 iowrite32(value, hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_bat_en()788 value = ioread32(hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_all_q_en()795 iowrite32(value, hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_all_q_en()
160 #define DPMAIF_DL_BAT_INIT_CON1 (BASE_DPMAIF_DL + 0x0c) macro