Lines Matching refs:sbus
1126 struct pl08x_bus_data **sbus,
1150 *sbus = &bd->srcbus;
1153 *sbus = &bd->dstbus;
1157 *sbus = &bd->srcbus;
1160 *sbus = &bd->dstbus;
1260 struct pl08x_bus_data *mbus, *sbus;
1294 pl08x_choose_master_bus(pl08x, &bd, &mbus, &sbus, cctl);
1305 dev_vdbg(&pl08x->adev->dev, "mbus=%s sbus=%s\n",
1307 sbus == &bd.srcbus ? "src" : "dst");
1390 if (!IS_BUS_ALIGNED(sbus)) {
1395 sbus->buswidth = 1;
1427 width = max(mbus->buswidth, sbus->buswidth);