Searched refs:nbus (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/can/softing/ |
D | softing_cs.c | 43 .nbus = 2, 55 .nbus = 2, 67 .nbus = 2, 79 .nbus = 2, 91 .nbus = 2, 103 .nbus = 2, 115 .nbus = 2, 127 .nbus = 2, 139 .nbus = 2,
|
D | softing_platform.h | 22 int nbus; /* # busses on device */ member
|
D | softing_main.c | 348 netdev = card->net[(j + offset + 1) % card->pdat->nbus]; in softing_irq_thread() 771 if (pdat->nbus > ARRAY_SIZE(card->net)) { in softing_pdev_probe() 772 dev_warn(&pdev->dev, "%u nets??\n", pdat->nbus); in softing_pdev_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | ts-nbus.txt | 7 - compatible : "technologic,ts-nbus" 25 nbus { 26 compatible = "technologic,ts-nbus";
|
/Linux-v4.19/drivers/bus/ |
D | Makefile | 30 obj-$(CONFIG_TS_NBUS) += ts-nbus.o
|
/Linux-v4.19/drivers/scsi/ |
D | ips.h | 1019 uint8_t nbus; /* Number of buses */ member
|
D | ips.c | 1003 for (i = 1; i < ha->nbus; i++) in __ips_eh_reset() 2448 ha->nbus = (ha->enq->ucMaxPhysicalDevices / IPS_MAX_TARGETS) + 1; in ips_hainit() 2505 for (i = 1; i < ha->nbus; i++) { in ips_hainit() 6685 sh->max_channel = ha->nbus - 1; in ips_register_scsi()
|