/u-boot-v2022.01-rc1/drivers/pci/ |
A D | pcie_layerscape_gen4.c | 312 static void ls_pcie_g4_ep_inbound_win_set(struct ls_pcie_g4 *pcie, int pf, in ls_pcie_g4_ep_inbound_win_set() 329 static void ls_pcie_g4_ep_setup_wins(struct ls_pcie_g4 *pcie, int pf) in ls_pcie_g4_ep_setup_wins() 356 static void ls_pcie_g4_ep_enable_bar(struct ls_pcie_g4 *pcie, int pf, in ls_pcie_g4_ep_enable_bar() 370 static void ls_pcie_g4_ep_set_bar_size(struct ls_pcie_g4 *pcie, int pf, in ls_pcie_g4_ep_set_bar_size() 382 static void ls_pcie_g4_ep_setup_bar(struct ls_pcie_g4 *pcie, int pf, in ls_pcie_g4_ep_setup_bar() 391 static void ls_pcie_g4_ep_setup_bars(struct ls_pcie_g4 *pcie, int pf) in ls_pcie_g4_ep_setup_bars() 407 static void ls_pcie_g4_set_sriov(struct ls_pcie_g4 *pcie, int pf) in ls_pcie_g4_set_sriov() 425 u32 pf, sriov; in ls_pcie_g4_setup_ep() local
|
A D | pcie_layerscape_ep.c | 69 static void ls_pcie_ep_setup_atu(struct ls_pcie_ep *pcie_ep, u32 pf) in ls_pcie_ep_setup_atu() 185 u32 pf, vf; in ls_pcie_setup_ep() local
|
A D | pcie_layerscape.h | 51 #define PCIE_ATU_FUNC_NUM(pf) ((pf) << 20) argument 85 #define PCIE_LCTRL0_PF(pf) ((pf) << 16) argument 87 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument 105 #define PCIE_MASK_OFFSET(flag, pf, off) ((flag) ? 0 : (0x1000 + (off) * (pf))) argument
|
A D | pcie_layerscape_gen4.h | 49 #define BAR_POS(bar, pf, vf_bar) \ argument 52 #define GPEX_SRIOV_INIT_VFS_TOTAL_VF(pf) (0x644 + (pf) * 4) argument 57 #define GPEX_SRIOV_VF_OFFSET_STRIDE(pf) (0x704 + (pf) * 4) argument 144 #define PAB_PEX_BAR_AMAP(pf, bar) \ argument 147 #define PAB_EXT_PEX_BAR_AMAP(pf, bar) \ argument
|
A D | pcie_layerscape.c | 112 void ls_pcie_atu_inbound_set(struct ls_pcie *pcie, u32 pf, u32 vf_flag, in ls_pcie_atu_inbound_set()
|
A D | pcie_fsl.c | 285 bool pf, u64 phys, u64 bus_addr, in fsl_pcie_setup_inbound_win()
|
/u-boot-v2022.01-rc1/arch/mips/mach-octeon/include/mach/ |
A D | octeon_pci.h | 22 u64 pf : 2; member
|
A D | cvmx-pcieepx-defs.h | 2660 u32 pf : 1; member 2667 u32 pf : 1; member 2685 u32 pf : 1; member 2693 u32 pf : 1; member 2811 u32 pf : 1; member 2944 u32 pf : 1; member 2950 u32 pf : 1; member 5498 u32 pf : 1; member 5505 u32 pf : 1; member 5513 u32 pf : 1; member
|
A D | cvmx-pki-defs.h | 436 u64 pf : 3; member
|
/u-boot-v2022.01-rc1/drivers/net/ |
A D | fsl_enetc.c | 38 #define IERB_PFMAC(pf, vf, n) (IERB_BASE + 0x8000 + (pf) * 0x100 + (vf) * 8 \ in enetc_set_ierb_primary_mac() argument 380 #define LS1028A_IERB_PSIPMAR0(pf, vf) (LS1028A_IERB_BASE + 0x8000 \ argument 382 #define LS1028A_IERB_PSIPMAR1(pf, vf) (LS1028A_IERB_PSIPMAR0(pf, vf) + 4) argument 392 int pf; in enetc_ls1028a_write_hwaddr() local
|
/u-boot-v2022.01-rc1/drivers/pinctrl/mediatek/ |
A D | pinctrl-mtk-common.c | 140 static void mtk_hw_bits_part(struct mtk_pin_field *pf, int *h, int *l) in mtk_hw_bits_part() 147 struct mtk_pin_field *pf, int value) in mtk_hw_write_cross_field() 161 struct mtk_pin_field *pf, int *value) in mtk_hw_read_cross_field() 176 struct mtk_pin_field pf; in mtk_hw_set_value() local 195 struct mtk_pin_field pf; in mtk_hw_get_value() local
|
/u-boot-v2022.01-rc1/drivers/net/octeontx2/ |
A D | rvu_af.c | 26 void rvu_get_lfid_for_pf(int pf, int *nixid, int *npaid) in rvu_get_lfid_for_pf()
|
A D | nix.h | 209 int pf; member
|
/u-boot-v2022.01-rc1/drivers/net/octeontx/ |
A D | nicvf_main.c | 493 struct nicpf *pf; in nicvf_initialize() local
|
/u-boot-v2022.01-rc1/drivers/video/stm32/ |
A D | stm32_ltdc.c | 162 enum stm32_ltdc_pix_fmt pf; in stm32_ltdc_get_pixel_format() local
|
/u-boot-v2022.01-rc1/arch/arm/include/asm/arch-octeontx2/csrs/ |
A D | csrs-rvu.h | 231 u32 pf : 6; member 558 u64 pf : 4; member
|
/u-boot-v2022.01-rc1/common/ |
A D | cli_hush.c | 2653 FILE *pf; local
|