Searched refs:ctl_val (Results 1 – 1 of 1) sorted by relevance
136 u32 ctl_val; in v5l2_probe() local138 ctl_val = readl(®s->control); in v5l2_probe()140 if (!(ctl_val & L2_ENABLE)) in v5l2_probe()141 ctl_val |= L2_ENABLE; in v5l2_probe()144 ctl_val &= ~(IPREPETCH_MSK); in v5l2_probe()149 ctl_val &= ~(DPREPETCH_MSK); in v5l2_probe()154 ctl_val &= ~(TRAMOCTL_MSK | TRAMICTL_MSK); in v5l2_probe()155 ctl_val |= plat->tram_ctl[0] << TRAMOCTL_OFF; in v5l2_probe()156 ctl_val |= plat->tram_ctl[1] << TRAMICTL_OFF; in v5l2_probe()160 ctl_val &= ~(DRAMOCTL_MSK | DRAMICTL_MSK); in v5l2_probe()[all …]
Completed in 3 milliseconds