Home
last modified time | relevance | path

Searched refs:chsel (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c610 unsigned int chsel = UINT_MAX; in rvin_csi2_link_notify() local
641 for (route = vin->info->routes; route->chsel; route++) { in rvin_csi2_link_notify()
643 chsel = route->chsel; in rvin_csi2_link_notify()
648 if (chsel == UINT_MAX) { in rvin_csi2_link_notify()
654 ret = rvin_set_channel_routing(group->vin[master_id], chsel); in rvin_csi2_link_notify()
744 for (route = group->info->routes; route->chsel; route++) { in rvin_csi2_setup_links()
886 ret = rvin_set_channel_routing(master, master->chsel); in rvin_resume()
920 { .master = 0, .csi = RVIN_CSI20, .chsel = 0x04 },
921 { .master = 0, .csi = RVIN_CSI40, .chsel = 0x03 },
922 { .master = 4, .csi = RVIN_CSI20, .chsel = 0x04 },
[all …]