eshift            333 dev/pci/lofn.c 	int mshift, eshift, nshift;
eshift            415 dev/pci/lofn.c 	eshift = 1024 - nbits;
eshift            417 dev/pci/lofn.c 	if (eshift != 0) {
eshift            419 dev/pci/lofn.c 		    LOFN_INSTR2(0, OP_CODE_SL, 1, 1, eshift));
eshift            523 dev/pci/nofn.c 	int mshift, eshift, nshift;
eshift            605 dev/pci/nofn.c 	eshift = 1024 - nbits;
eshift            607 dev/pci/nofn.c 	if (eshift != 0) {
eshift            609 dev/pci/nofn.c 		    NOFN_PK_INSTR2(0, PK_OPCODE_SL, 1, 1, eshift));