Lines Matching full:rsb
27 * Allwinner RSB (Reduced Serial Bus) and P2WI (Push-Pull Two Wire Interface)
104 { "allwinner,sun8i-a23-rsb", A23_RSB },
282 * P2WI and RSB are not really I2C or SMBus controllers, so there are in rsb_transfer()
296 /* The RSB controller can read or write 1, 2, or 4 bytes at a time. */ in rsb_transfer()
360 /* Set command type for RSB */ in rsb_transfer()
398 device_set_desc(dev, "Allwinner RSB"); in rsb_probe()
417 mtx_init(&sc->mtx, device_get_nameunit(dev), "rsb", MTX_DEF); in rsb_attach()
442 /* Set the PMIC into RSB mode as ATF might have leave it in I2C mode */ in rsb_attach()
499 EARLY_DRIVER_MODULE(iicbus, rsb, iicbus_driver, 0, 0,
501 EARLY_DRIVER_MODULE(rsb, simplebus, rsb_driver, 0, 0,
503 MODULE_VERSION(rsb, 1);
504 MODULE_DEPEND(rsb, iicbus, 1, 1, 1);