Home
last modified time | relevance | path

Searched refs:enable_bat_cache (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.c444 u32 enable_bat_cache, enable_pit_burst; in t7xx_dpmaif_dl_performance() local
446 enable_bat_cache = ioread32(hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_performance()
447 enable_bat_cache |= DPMAIF_DL_BAT_CACHE_PRI; in t7xx_dpmaif_dl_performance()
448 iowrite32(enable_bat_cache, hw_info->pcie_base + DPMAIF_DL_BAT_INIT_CON1); in t7xx_dpmaif_dl_performance()