Home
last modified time | relevance | path

Searched refs:nbus (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/can/softing/
Dsofting_cs.c32 .nbus = 2,
44 .nbus = 2,
56 .nbus = 2,
68 .nbus = 2,
80 .nbus = 2,
92 .nbus = 2,
104 .nbus = 2,
116 .nbus = 2,
128 .nbus = 2,
Dsofting_platform.h22 int nbus; /* # buses on device */ member
Dsofting_main.c335 netdev = card->net[(j + offset + 1) % card->pdat->nbus]; in softing_irq_thread()
761 if (pdat->nbus > ARRAY_SIZE(card->net)) { in softing_pdev_probe()
762 dev_warn(&pdev->dev, "%u nets??\n", pdat->nbus); in softing_pdev_probe()
/linux-5.19.10/Documentation/devicetree/bindings/bus/
Dts-nbus.txt7 - compatible : "technologic,ts-nbus"
25 nbus {
26 compatible = "technologic,ts-nbus";
/linux-5.19.10/drivers/bus/
DMakefile36 obj-$(CONFIG_TS_NBUS) += ts-nbus.o
/linux-5.19.10/drivers/scsi/
Dips.h1010 uint8_t nbus; /* Number of buses */ member
Dips.c1002 for (i = 1; i < ha->nbus; i++) in __ips_eh_reset()
2451 ha->nbus = (ha->enq->ucMaxPhysicalDevices / IPS_MAX_TARGETS) + 1; in ips_hainit()
2508 for (i = 1; i < ha->nbus; i++) { in ips_hainit()
6686 sh->max_channel = ha->nbus - 1; in ips_register_scsi()