Home
last modified time | relevance | path

Searched full:fpci (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dnvidia,tegra234-xusb.yaml25 - description: XUSB FPCI registers
31 - const: fpci
128 reg-names = "hcd", "fpci", "bar2";
H A Dnvidia,tegra186-xusb.yaml23 - description: base and length of the XUSB FPCI registers
28 - const: fpci
142 reg-names = "hcd", "fpci";
H A Dnvidia,tegra194-xusb.yaml23 - description: base and length of the XUSB FPCI registers
28 - const: fpci
143 reg-names = "hcd", "fpci";
H A Dnvidia,tegra124-xusb.yaml31 - description: base and length of the XUSB FPCI registers
37 - const: fpci
164 reg-names = "hcd", "fpci", "ipfs";
H A Dnvidia,tegra210-xusb.yaml23 - description: base and length of the XUSB FPCI registers
29 - const: fpci
147 reg-names = "hcd", "fpci", "ipfs";
H A Dnvidia,tegra124-xusb.txt14 - reg: Must contain the base and length of the xHCI host registers, XUSB FPCI
18 - "fpci"
94 reg-names = "hcd", "fpci", "ipfs";
H A Dnvidia,tegra-xudc.yaml38 - const: fpci
190 reg-names = "base", "fpci", "ipfs";
/freebsd/sys/arm/nvidia/
H A Dtegra_xhci.c74 /* FPCI address space */
866 /* Enable FPCI access */ in init_hw()
1000 "Could not allocate FPCI memory resources\n"); in tegra_xhci_attach()
H A Dtegra_pcie.c202 /* FPCI Address space */
1228 uint64_t fpci, uint32_t size, int is_memory) in tegra_pcib_set_bar() argument
1236 fpci_reg = (uint32_t)(fpci >> 8) & ~0xF; in tegra_pcib_set_bar()
1345 /* Mask all FPCI errors. */ in tegra_pcib_enable()
H A Dtegra_ahci.c493 /* Enable FPCI access */ in tegra_ahci_ctrl_init()
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210.dtsi1013 reg-names = "hcd", "fpci", "ipfs";
1302 reg-names = "base", "fpci", "ipfs";
H A Dtegra186.dtsi1114 reg-names = "hcd", "fpci";
1147 reg-names = "base", "fpci";
H A Dtegra132.dtsi661 reg-names = "hcd", "fpci", "ipfs";
H A Dtegra194.dtsi1267 reg-names = "base", "fpci";
1290 reg-names = "hcd", "fpci";
H A Dtegra234.dtsi3231 reg-names = "base", "fpci";
3255 reg-names = "hcd", "fpci", "bar2";
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra124.dtsi708 reg-names = "hcd", "fpci", "ipfs";
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7605 if (auto *FPCI = dyn_cast<FPMathOperator>(CI)) in getVectorCallCosts() local
7606 FMF = FPCI->getFastMathFlags(); in getVectorCallCosts()