Home
last modified time | relevance | path

Searched refs:npad (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/
H A Dvideo.c276 int npad; in restore_screen() local
283 npad = (xs < saved.x) ? 0 : xs-saved.x; in restore_screen()
285 npad = xs; in restore_screen()
288 /* Writes "npad" blank characters to in restore_screen()
297 : "+D" (dst), "+c" (npad) in restore_screen()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dvideo.c276 int npad; in restore_screen() local
283 npad = (xs < saved.x) ? 0 : xs-saved.x; in restore_screen()
285 npad = xs; in restore_screen()
288 /* Writes "npad" blank characters to in restore_screen()
297 : "+D" (dst), "+c" (npad) in restore_screen()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10742 unsigned int addr, npad; in t4_load_bootcfg() local
10789 npad = ((size + 4 - 1) & ~3) - size; in t4_load_bootcfg()
10790 for (i = 0; i < npad; i++) { in t4_load_bootcfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10711 unsigned int addr, npad; in t4_load_bootcfg() local
10758 npad = ((size + 4 - 1) & ~3) - size; in t4_load_bootcfg()
10759 for (i = 0; i < npad; i++) { in t4_load_bootcfg()

Completed in 26 milliseconds