set_bus_width
void (*set_bus_width)(device_node* controller, void* cookie, int width);
void (*set_bus_width)(void* controller, int width);
fController->set_bus_width(fCookie, width);
void set_bus_width(void* controller, int width);
.set_bus_width = set_bus_width,
.set_bus_width = set_bus_width,
info->mmc->set_bus_width(info->parent, info->parentCookie, 4);