Searched refs:curpos (Results 1 – 3 of 3) sorted by relevance
348 uint32_t curpos = NVReadRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS); in nv_fix_nv40_hw_cursor() local349 NVWriteRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS, curpos); in nv_fix_nv40_hw_cursor()
191 int curpos; member
939 my $curpos = 0;942 $curpos = pos($string);945 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));946 $lastpos = $curpos;