Lines Matching defs:rconfig
372 static int twl4030_configure_resource(struct twl4030_resconfig *rconfig)
380 if (rconfig->resource > TOTAL_RESOURCES) {
382 rconfig->resource);
386 rconfig_addr = res_config_addrs[rconfig->resource];
393 rconfig->resource);
397 if (rconfig->devgroup != TWL4030_RESCONFIG_UNDEF) {
399 grp |= rconfig->devgroup << DEV_GRP_SHIFT;
413 rconfig->resource);
417 if (rconfig->type != TWL4030_RESCONFIG_UNDEF) {
419 type |= rconfig->type << TYPE_SHIFT;
422 if (rconfig->type2 != TWL4030_RESCONFIG_UNDEF) {
424 type |= rconfig->type2 << TYPE2_SHIFT;
439 rconfig->resource);
443 if (rconfig->remap_off != TWL4030_RESCONFIG_UNDEF) {
445 remap |= rconfig->remap_off << OFF_STATE_SHIFT;
448 if (rconfig->remap_sleep != TWL4030_RESCONFIG_UNDEF) {
450 remap |= rconfig->remap_sleep << SLEEP_STATE_SHIFT;