Home
last modified time | relevance | path

Searched refs:atr_size (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_pcie_mac.c86 int atr_size, pos, offset; in t7xx_pcie_mac_atr_cfg() local
92 atr_size = ATR_TRANSPARENT_SIZE; in t7xx_pcie_mac_atr_cfg()
107 /* HW calculates the address translation space as 2^(atr_size + 1) */ in t7xx_pcie_mac_atr_cfg()
108 atr_size = pos - 1; in t7xx_pcie_mac_atr_cfg()
121 value = (cfg->src_addr & ATR_PCIE_WIN0_ADDR_ALGMT) | (atr_size << 1) | BIT(0); in t7xx_pcie_mac_atr_cfg()

Completed in 1 milliseconds