Home
last modified time | relevance | path

Searched refs:ncb (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/tools/
H A Dnetconsole46 if type ncb 2>/dev/null ; then
48 exec ncb ${board_out_port}
50 elif [ -x ${0%/*}/ncb ] ; then
52 exec ${0%/*}/ncb ${board_out_port}
H A D.gitignore26 /ncb
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c1119 struct ncb;
1582 struct ncb { struct
3634 struct ncb *ncb; member
7792 struct ncb *np = ((struct host_data *) host->hostdata)->ncb;
7802 struct ncb *np = ((struct host_data *) host->hostdata)->ncb;
7901 struct ncb *np = host_data->ncb;
8317 if (host_data->ncb)
8325 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb;
8341 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb;
8357 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb;
[all …]
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h208 struct sym_hcb *ncb; member
215 return ((struct sym_data *)host->hostdata)->ncb; in sym_get_hcb()
H A Dsym_fw.c140 struct sym_hcb *np = sym_data->ncb; in sym_fw2_patch()
H A Dsym_glue.c575 struct sym_hcb *np = sym_data->ncb; in sym_eh_handler()
1158 struct sym_hcb *np = sym_data->ncb; in sym_show_info()
1264 sym_data->ncb = np; in sym_attach()
H A Dsym_hipd.c1694 struct sym_hcb *np = sym_data->ncb;
2802 struct sym_hcb *np = sym_data->ncb;
/openbmc/linux/drivers/iommu/
H A Dmsm_iommu.c78 static void msm_iommu_reset(void __iomem *base, int ncb) in msm_iommu_reset() argument
94 for (ctx = 0; ctx < ncb; ctx++) { in msm_iommu_reset()
426 0, iommu->ncb); in msm_iommu_attach_dev()
662 for (i = 0; i < iommu->ncb; i++) { in msm_iommu_fault_handler()
757 iommu->ncb = val; in msm_iommu_probe()
759 msm_iommu_reset(iommu->base, iommu->ncb); in msm_iommu_probe()
800 iommu->base, iommu->irq, iommu->ncb); in msm_iommu_probe()
H A Dmsm_iommu.h50 int ncb; member
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dmsm,iommu-v0.txt17 - qcom,ncb: The total number of context banks in the IOMMU.
56 qcom,ncb = <2>;
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-dpi-defs.h468 uint64_t ncb:1; member
472 uint64_t ncb:1;
481 uint64_t ncb:1; member
485 uint64_t ncb:1;
H A Dcvmx-pko-defs.h1268 uint64_t ncb:1; member
1284 uint64_t ncb:1;
/openbmc/u-boot/board/buffalo/lsxl/
H A DREADME43 Once the rescue mode is started, use the ncb binary from the tools/
51 Then you enter the rescue mode, connect to the board with the ncb tool and
/openbmc/u-boot/doc/
H A DREADME.NetConsole42 packets. We developed our own tool 'ncb' (see tools directory) that
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c892 uint64_t ncb; in sbdma_add_txbuffer() local
926 ncb = NUMCACHEBLKS(length+(phys & (SMP_CACHE_BYTES - 1))); in sbdma_add_txbuffer()
929 V_DMA_DSCRA_A_SIZE(ncb) | in sbdma_add_txbuffer()
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8064.dtsi1425 qcom,ncb = <2>;
1441 qcom,ncb = <2>;
1457 qcom,ncb = <3>;
1473 qcom,ncb = <3>;
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c428 static int qlcnic_fdb_dump(struct sk_buff *skb, struct netlink_callback *ncb, in qlcnic_fdb_dump() argument
436 return ndo_dflt_fdb_dump(skb, ncb, netdev, filter_dev, idx); in qlcnic_fdb_dump()
440 err = ndo_dflt_fdb_dump(skb, ncb, netdev, filter_dev, idx); in qlcnic_fdb_dump()