Searched refs:vf (Results 1 – 18 of 18) sorted by relevance
/u-boot/drivers/net/octeontx/ |
A D | nic_main.c | 84 mbx.nic_cfg.vf_id = vf; in nic_mbx_send_ready() 91 if (vf < nic->num_vf_en) { in nic_mbx_send_ready() 166 nic->mbx_lock[vf] = true; in nic_handle_mbx_intr() 182 nic->link[vf] = 0; in nic_handle_mbx_intr() 183 nic->duplex[vf] = 0; in nic_handle_mbx_intr() 184 nic->speed[vf] = 0; in nic_handle_mbx_intr() 197 cfg |= nic->pqs_vf[vf]; in nic_handle_mbx_intr() 240 if (vf >= nic->num_vf_en) in nic_handle_mbx_intr() 267 if (vf >= nic->lmac_cnt) in nic_handle_mbx_intr() 281 nic->pqs_vf[vf] = 0; in nic_handle_mbx_intr() [all …]
|
A D | nic.h | 486 int nicvf_send_msg_to_pf(struct nicvf *vf, union nic_mbx *mbx); 489 void nic_handle_mbx_intr(struct nicpf *nic, int vf);
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_bch.c | 242 octeontx_bch_write_doorbell(1, vf); in octeontx_bch_encode() 285 octeontx_bch_write_doorbell(1, vf); in octeontx_bch_decode() 351 struct bch_vf *vf; in octeontx_pci_bchvf_probe() local 357 vf = dev_get_priv(dev); in octeontx_pci_bchvf_probe() 358 if (!vf) in octeontx_pci_bchvf_probe() 361 vf->dev = dev; in octeontx_pci_bchvf_probe() 374 ctl.u = readq(vf->reg_base + BCH_VQX_CTL(0)); in octeontx_pci_bchvf_probe() 380 writeq(cbuf.u, vf->reg_base + BCH_VQX_CMD_BUF(0)); in octeontx_pci_bchvf_probe() 382 writeq(ctl.u, vf->reg_base + BCH_VQX_CTL(0)); in octeontx_pci_bchvf_probe() 385 vf->reg_base + BCH_VQX_CMD_PTR(0)); in octeontx_pci_bchvf_probe() [all …]
|
A D | octeontx_bch.h | 65 int octeontx_bch_wait(struct bch_vf *vf, union bch_resp *resp, 80 int octeontx_bch_encode(struct bch_vf *vf, dma_addr_t block, u16 block_size, 101 int octeontx_bch_decode(struct bch_vf *vf, dma_addr_t block_ecc_in, 113 struct bch_vf *vf) in octeontx_bch_write_doorbell() argument 117 writeq(num_words, vf->reg_base + BCH_VQX_DOORBELL(0)); in octeontx_bch_write_doorbell()
|
/u-boot/arch/arm/dts/ |
A D | vf500-colibri.dts | 7 #include "vf-colibri.dtsi" 8 #include "vf-colibri-u-boot.dtsi"
|
A D | vf610-colibri.dts | 7 #include "vf-colibri.dtsi" 8 #include "vf-colibri-u-boot.dtsi"
|
A D | vf610-twr.dts | 7 #include "vf.dtsi"
|
A D | vf-colibri.dtsi | 7 #include "vf.dtsi"
|
A D | vf610-pcm052.dtsi | 9 #include "vf.dtsi"
|
/u-boot/drivers/pci/ |
A D | pcie_layerscape.h | 84 #define PCIE_LCTRL0_VF(vf) ((vf) << 22) argument 87 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument 88 PCIE_LCTRL0_VF(vf) | \ 89 ((vf) == 0 ? 0 : PCIE_LCTRL0_VF_ACTIVE) | \
|
A D | pcie_layerscape_ep.c | 185 u32 pf, vf; in ls_pcie_setup_ep() local 212 for (vf = 1; vf <= PCIE_VF_NUM; vf++) { in ls_pcie_setup_ep() 214 PCIE_LCTRL0_VAL(pf, vf), in ls_pcie_setup_ep()
|
A D | pci-uclass.c | 1699 int vf, ret; in pci_sriov_init() local 1737 for (vf = 0; vf < num_vfs; vf++) { in pci_sriov_init() 1773 pplat->virtid = vf * vf_stride + vf_offset; in pci_sriov_init()
|
/u-boot/board/toradex/colibri_vf/ |
A D | MAINTAINERS | 9 F: arch/arm/dts/vf-colibri.dtsi 10 F: arch/arm/dts/vf-colibri-u-boot.dtsi
|
/u-boot/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 362 #define LS1028A_IERB_PSIPMAR0(pf, vf) (LS1028A_IERB_BASE + 0x8000 \ argument 363 + (pf) * 0x100 + (vf) * 8) 364 #define LS1028A_IERB_PSIPMAR1(pf, vf) (LS1028A_IERB_PSIPMAR0(pf, vf) + 4) argument
|
/u-boot/configs/ |
A D | vf610twr_defconfig | 32 CONFIG_MTDPARTS_DEFAULT="mtdparts=fsl_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),4m(kernel…
|
A D | vf610twr_nand_defconfig | 32 CONFIG_MTDPARTS_DEFAULT="mtdparts=fsl_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),4m(kernel…
|
A D | colibri_vf_defconfig | 55 CONFIG_MTDPARTS_DEFAULT="mtdparts=vf610_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),-(ubi)"
|
/u-boot/drivers/usb/host/ |
A D | Makefile | 42 obj-$(CONFIG_USB_EHCI_VF) += ehci-vf.o
|
Completed in 20 milliseconds