Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_dpmaif.c421 u32 ap_port_mode; in t7xx_dpmaif_hw_config() local
430 ap_port_mode = ioread32(hw_info->pcie_base + DPMAIF_AO_DL_RDY_CHK_THRES); in t7xx_dpmaif_hw_config()
431 ap_port_mode |= DPMAIF_PORT_MODE_PCIE; in t7xx_dpmaif_hw_config()
432 iowrite32(ap_port_mode, hw_info->pcie_base + DPMAIF_AO_DL_RDY_CHK_THRES); in t7xx_dpmaif_hw_config()