Searched refs:sbus (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/dsa/qca/ |
| H A D | ar9331.c | 165 struct mii_bus *sbus; /* mdio slave */ member 621 static int __ar9331_mdio_write(struct mii_bus *sbus, u8 mode, u16 reg, u16 val) in __ar9331_mdio_write() argument 629 return mdiobus_write(sbus, p, r, val); in __ar9331_mdio_write() 632 static int __ar9331_mdio_read(struct mii_bus *sbus, u16 reg) in __ar9331_mdio_read() argument 640 return mdiobus_read(sbus, p, r); in __ar9331_mdio_read() 647 struct mii_bus *sbus = priv->sbus; in ar9331_mdio_read() local 660 ret = __ar9331_mdio_read(sbus, reg); in ar9331_mdio_read() 665 ret = __ar9331_mdio_read(sbus, reg + 2); in ar9331_mdio_read() 673 dev_err_ratelimited(&sbus->dev, "Bus error. Failed to read register.\n"); in ar9331_mdio_read() 680 struct mii_bus *sbus = priv->sbus; in ar9331_mdio_write() local [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86sbusBus.c | 345 if (p->bus.type == BUS_SBUS && p->bus.id.sbus.fbNum == fbNum) in xf86CheckSbusSlot() 371 p->bus.id.sbus.fbNum = psdp->fbNum; in xf86ClaimSbusSlot() 397 sbusDevicePtr sbus; in xf86MatchSbusInstances() member 411 instances[allocatedInstances - 1].sbus = psdp; in xf86MatchSbusInstances() 437 instances[i].sbus, -1); in xf86MatchSbusInstances() 457 psdp = instances[i].sbus; in xf86MatchSbusInstances() 526 psdp = instances[i].sbus; in xf86MatchSbusInstances() 564 if (p->bus.id.sbus.fbNum == (*psdpp)->fbNum) in xf86GetSbusInfoForEntity() 581 if (p->bus.id.sbus.fbNum == psdp->fbNum) in xf86GetEntityForSbusInfo()
|
| H A D | xf86Bus.c | 307 return pEnt->bus.id.sbus.fbNum == primaryBus.id.sbus.fbNum; in xf86IsEntityPrimary()
|
| H A D | xf86str.h | 276 SbusBusId sbus; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/ |
| H A D | Sbus.c | 309 int len, sbus = flags & PROM_NODE_SBUS; in promWalkAssignNodes() local 329 if (!sbus) { in promWalkAssignNodes() 370 sbus = PROM_NODE_SBUS; in promWalkAssignNodes() 375 promWalkAssignNodes(nextnode, node, sbus, devicePtrs); in promWalkAssignNodes() 379 promWalkAssignNodes(nextnode, node, PROM_NODE_SIBLING | sbus, in promWalkAssignNodes()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | amba-pl08x.c | 1126 struct pl08x_bus_data **sbus, in pl08x_choose_master_bus() argument 1150 *sbus = &bd->srcbus; in pl08x_choose_master_bus() 1153 *sbus = &bd->dstbus; in pl08x_choose_master_bus() 1157 *sbus = &bd->srcbus; in pl08x_choose_master_bus() 1160 *sbus = &bd->dstbus; in pl08x_choose_master_bus() 1260 struct pl08x_bus_data *mbus, *sbus; in pl08x_fill_llis_for_desc() local 1294 pl08x_choose_master_bus(pl08x, &bd, &mbus, &sbus, cctl); in pl08x_fill_llis_for_desc() 1307 sbus == &bd.srcbus ? "src" : "dst"); in pl08x_fill_llis_for_desc() 1390 if (!IS_BUS_ALIGNED(sbus)) { in pl08x_fill_llis_for_desc() 1395 sbus->buswidth = 1; in pl08x_fill_llis_for_desc() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | Makefile | 67 obj-$(CONFIG_SPARC64) += sbus.o
|
| /OK3568_Linux_fs/kernel/drivers/ |
| H A D | Makefile | 99 obj-$(CONFIG_SBUS) += sbus/
|
| /OK3568_Linux_fs/kernel/arch/sparc/ |
| H A D | Kconfig | 509 source "drivers/sbus/char/Kconfig"
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 2161 + adds autodetection of sbus devices (closes: #483942).
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 16475 F: drivers/sbus/
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 124985 sbus: fixup for rac removal 140829 Bug#16501: autodetection of sbus graphic cards 140831 Add automatic detection of the graphic driver to load for sbus devices.
|