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

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-fu740.c80 static void fu740_pcie_assert_reset(struct fu740_pcie *afp) argument
83 gpiod_set_value_cansleep(afp->reset, 0);
85 writel_relaxed(0x0, afp->mgmt_base + PCIEX8MGMT_PERST_N);
88 static void fu740_pcie_deassert_reset(struct fu740_pcie *afp) argument
91 writel_relaxed(0x1, afp->mgmt_base + PCIEX8MGMT_PERST_N);
93 gpiod_set_value_cansleep(afp->reset, 1);
96 static void fu740_pcie_power_on(struct fu740_pcie *afp) argument
98 gpiod_set_value_cansleep(afp->pwren, 1);
107 static void fu740_pcie_drive_reset(struct fu740_pcie *afp) argument
109 fu740_pcie_assert_reset(afp);
114 fu740_phyregwrite(const uint8_t phy, const uint16_t addr, const uint16_t wrdata, struct fu740_pcie *afp) argument
155 fu740_pcie_init_phy(struct fu740_pcie *afp) argument
181 struct fu740_pcie *afp = dev_get_drvdata(dev); local
240 struct fu740_pcie *afp = to_fu740_pcie(pci); local
293 struct fu740_pcie *afp; local
336 struct fu740_pcie *afp = platform_get_drvdata(pdev); local
[all...]
/linux-master/arch/s390/include/asm/
H A Dctlreg.h213 unsigned long afp : 1; /* AFP-register control */ member in struct:ctlreg0::__anon34
/linux-master/drivers/atm/
H A Didt77252.c2061 u16 afp; local
2063 afp = idt77252_int_to_atmfp(pcr < 0 ? -pcr : pcr);
2065 return rate_to_log[(afp >> 5) & 0x1ff];
2066 return rate_to_log[((afp >> 5) + 1) & 0x1ff];

Completed in 221 milliseconds