Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-fu740.c110 fu740_pcie_power_on(afp); in fu740_pcie_drive_reset()
267 fu740_pcie_init_phy(afp); in fu740_pcie_host_init()
293 struct fu740_pcie *afp; in fu740_pcie_probe() local
295 afp = devm_kzalloc(dev, sizeof(*afp), GFP_KERNEL); in fu740_pcie_probe()
296 if (!afp) in fu740_pcie_probe()
298 pci = &afp->pci; in fu740_pcie_probe()
306 if (IS_ERR(afp->mgmt_base)) in fu740_pcie_probe()
311 if (IS_ERR(afp->reset)) in fu740_pcie_probe()
315 if (IS_ERR(afp->pwren)) in fu740_pcie_probe()
320 if (IS_ERR(afp->pcie_aux)) in fu740_pcie_probe()
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dctl_reg.h107 unsigned long afp : 1; /* AFP-register control */ member
/openbmc/linux/arch/s390/kernel/
H A Dnmi.c273 cr0.afp = cr0.vx = 1; in s390_validate_registers()
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h110 uint32_t afp; member
/openbmc/u-boot/drivers/net/
H A Dep93xx_eth.c256 writel(AFP_IAPRIMARY, &mac->afp); in ep93xx_eth_open()
/openbmc/linux/drivers/atm/
H A Didt77252.c2062 u16 afp; in idt77252_rate_logindex() local
2064 afp = idt77252_int_to_atmfp(pcr < 0 ? -pcr : pcr); in idt77252_rate_logindex()
2066 return rate_to_log[(afp >> 5) & 0x1ff]; in idt77252_rate_logindex()
2067 return rate_to_log[((afp >> 5) + 1) & 0x1ff]; in idt77252_rate_logindex()