Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/pcie/host/
Dvc.c26 regs->cap_reg_1.raw = pcie_conf_read(bdf, base + in pcie_vc_cap_lookup()
68 if (regs->cap_reg_1.vc_count == 0) { in get_vc_registers()
74 regs->cap_reg_1.vc_count + 1); in get_vc_registers()
91 for (idx = 1; idx < regs.cap_reg_1.vc_count + 1; idx++) { in pcie_vc_enable()
116 for (idx = 1; idx < regs.cap_reg_1.vc_count + 1; idx++) { in pcie_vc_disable()
140 if (regs.cap_reg_1.vc_count != map->vc_count) { in pcie_vc_map_tc()
159 for (idx = 0; idx < regs.cap_reg_1.vc_count + 1; idx++) { in pcie_vc_map_tc()
Dshell.c222 regs.cap_reg_1.vc_count + 1, in show_vc()
223 regs.cap_reg_1.lpvc_count, in show_vc()
224 regs.cap_reg_1.pat_entry_size, in show_vc()
229 regs.cap_reg_1.vc_count + 1); in show_vc()
231 for (idx = 0; idx < regs.cap_reg_1.vc_count + 1; idx++) { in show_vc()
Dvc.h31 } cap_reg_1; member