Searched refs:vto (Results 1 – 3 of 3) sorted by relevance
244 wiifb_vtimingodd_read(struct wiifb_softc *sc, struct wiifb_vtimingodd *vto) in wiifb_vtimingodd_read() argument249 vto->vto_preb = *reg & 0x3ff; in wiifb_vtimingodd_read()250 vto->vto_postb = (*reg >> 16) & 0x3ff; in wiifb_vtimingodd_read()254 wiifb_vtimingodd_write(struct wiifb_softc *sc, struct wiifb_vtimingodd *vto) in wiifb_vtimingodd_write() argument259 *reg = ((vto->vto_postb & 0x3ff) << 16) | in wiifb_vtimingodd_write()260 (vto->vto_preb & 0x3ff); in wiifb_vtimingodd_write()
343 struct wiifb_vtimingodd vto; in wiifb_configure_tv_mode() local401 vto.vto_preb = (P + interlacebias + prb) << shift; in wiifb_configure_tv_mode()402 vto.vto_postb = (Q - interlacebias + psb) << shift; in wiifb_configure_tv_mode()411 vto.vto_preb = (P + prb) << shift; in wiifb_configure_tv_mode()412 vto.vto_postb = (Q - psb) << shift; in wiifb_configure_tv_mode()414 wiifb_vtimingodd_write(sc, &vto); in wiifb_configure_tv_mode()
185 digi_bcopy(const void *vfrom, void *vto, size_t sz) in digi_bcopy() argument188 volatile char *to = (volatile char *)vto; in digi_bcopy()195 to = (volatile char *)vto; in digi_bcopy()