Searched refs:npad (Results 1 – 2 of 2) sorted by relevance
276 int npad; in restore_screen() local283 npad = (xs < saved.x) ? 0 : xs-saved.x; in restore_screen()285 npad = xs; in restore_screen()297 : "+D" (dst), "+c" (npad) in restore_screen()
10709 unsigned int addr, npad; in t4_load_bootcfg() local10756 npad = ((size + 4 - 1) & ~3) - size; in t4_load_bootcfg()10757 for (i = 0; i < npad; i++) { in t4_load_bootcfg()