nib               411 arch/sh/kernel/cpu/sh2a/fpu.c 	int nib[4] = {
nib               417 arch/sh/kernel/cpu/sh2a/fpu.c 	if (nib[0] == 0xb ||
nib               418 arch/sh/kernel/cpu/sh2a/fpu.c 	    (nib[0] == 0x4 && nib[2] == 0x0 && nib[3] == 0xb)) /* bsr & jsr */
nib               420 arch/sh/kernel/cpu/sh2a/fpu.c 	if (nib[0] == 0xa || nib[0] == 0xb) { /* bra & bsr */
nib               423 arch/sh/kernel/cpu/sh2a/fpu.c 	} else if (nib[0] == 0x8 && nib[1] == 0xd) { /* bt/s */
nib               429 arch/sh/kernel/cpu/sh2a/fpu.c 	} else if (nib[0] == 0x8 && nib[1] == 0xf) { /* bf/s */
nib               435 arch/sh/kernel/cpu/sh2a/fpu.c 	} else if (nib[0] == 0x4 && nib[3] == 0xb &&
nib               436 arch/sh/kernel/cpu/sh2a/fpu.c 		 (nib[2] == 0x0 || nib[2] == 0x2)) { /* jmp & jsr */
nib               437 arch/sh/kernel/cpu/sh2a/fpu.c 		nextpc = regs->regs[nib[1]];
nib               439 arch/sh/kernel/cpu/sh2a/fpu.c 	} else if (nib[0] == 0x0 && nib[3] == 0x3 &&
nib               440 arch/sh/kernel/cpu/sh2a/fpu.c 		 (nib[2] == 0x0 || nib[2] == 0x2)) { /* braf & bsrf */
nib               441 arch/sh/kernel/cpu/sh2a/fpu.c 		nextpc = regs->pc + 4 + regs->regs[nib[1]];
nib               179 arch/sh/kernel/cpu/sh4/fpu.c 	int nib[4] = {
nib               186 arch/sh/kernel/cpu/sh4/fpu.c 	if (nib[0] == 0xb || (nib[0] == 0x4 && nib[2] == 0x0 && nib[3] == 0xb))
nib               189 arch/sh/kernel/cpu/sh4/fpu.c 	if (nib[0] == 0xa || nib[0] == 0xb) {
nib               193 arch/sh/kernel/cpu/sh4/fpu.c 	} else if (nib[0] == 0x8 && nib[1] == 0xd) {
nib               200 arch/sh/kernel/cpu/sh4/fpu.c 	} else if (nib[0] == 0x8 && nib[1] == 0xf) {
nib               207 arch/sh/kernel/cpu/sh4/fpu.c 	} else if (nib[0] == 0x4 && nib[3] == 0xb &&
nib               208 arch/sh/kernel/cpu/sh4/fpu.c 		   (nib[2] == 0x0 || nib[2] == 0x2)) {
nib               210 arch/sh/kernel/cpu/sh4/fpu.c 		nextpc = regs->regs[nib[1]];
nib               212 arch/sh/kernel/cpu/sh4/fpu.c 	} else if (nib[0] == 0x0 && nib[3] == 0x3 &&
nib               213 arch/sh/kernel/cpu/sh4/fpu.c 		   (nib[2] == 0x0 || nib[2] == 0x2)) {
nib               215 arch/sh/kernel/cpu/sh4/fpu.c 		nextpc = regs->pc + 4 + regs->regs[nib[1]];
nib               510 arch/sh/math-emu/math.c 	int nib[4] = {
nib               516 arch/sh/math-emu/math.c 	if (nib[0] == 0xb ||
nib               517 arch/sh/math-emu/math.c 	    (nib[0] == 0x4 && nib[2] == 0x0 && nib[3] == 0xb)) /* bsr & jsr */
nib               520 arch/sh/math-emu/math.c 	if (nib[0] == 0xa || nib[0] == 0xb) { /* bra & bsr */
nib               523 arch/sh/math-emu/math.c 	} else if (nib[0] == 0x8 && nib[1] == 0xd) { /* bt/s */
nib               529 arch/sh/math-emu/math.c 	} else if (nib[0] == 0x8 && nib[1] == 0xf) { /* bf/s */
nib               535 arch/sh/math-emu/math.c 	} else if (nib[0] == 0x4 && nib[3] == 0xb &&
nib               536 arch/sh/math-emu/math.c 		 (nib[2] == 0x0 || nib[2] == 0x2)) { /* jmp & jsr */
nib               537 arch/sh/math-emu/math.c 		nextpc = regs->regs[nib[1]];
nib               539 arch/sh/math-emu/math.c 	} else if (nib[0] == 0x0 && nib[3] == 0x3 &&
nib               540 arch/sh/math-emu/math.c 		 (nib[2] == 0x0 || nib[2] == 0x2)) { /* braf & bsrf */
nib               541 arch/sh/math-emu/math.c 		nextpc = regs->pc + 4 + regs->regs[nib[1]];
nib               260 drivers/leds/leds-mlxcpld.c 	u8 nib, val;
nib               275 drivers/leds/leds-mlxcpld.c 	nib = (mask == 0xf0) ? vset : (vset << 4);
nib               276 drivers/leds/leds-mlxcpld.c 	val = (val & mask) | nib;
nib                66 drivers/leds/leds-mlxreg.c 	u32 nib;
nib                85 drivers/leds/leds-mlxreg.c 	nib = (ror32(data->mask, data->bit) == 0xf0) ? rol32(vset, data->bit) :
nib                87 drivers/leds/leds-mlxreg.c 	regval = (regval & data->mask) | nib;
nib               795 drivers/message/fusion/mptctl.c 	u32			 nib;
nib               902 drivers/message/fusion/mptctl.c 		nib = (sgIn->FlagsLength & 0x30000000) >> 28;
nib               903 drivers/message/fusion/mptctl.c 		if (nib == 0 || nib == 3) {
nib              1162 drivers/message/fusion/mptctl.c 	u32		 nib;
nib              1171 drivers/message/fusion/mptctl.c 	nib = (sg->FlagsLength & 0xF0000000) >> 28;
nib              1172 drivers/message/fusion/mptctl.c 	while (! (nib & 0x4)) { /* eob */
nib              1174 drivers/message/fusion/mptctl.c 		if (nib == 0 || nib == 3) {
nib              1190 drivers/message/fusion/mptctl.c 		nib = (le32_to_cpu(sg->FlagsLength) & 0xF0000000) >> 28;
nib               202 drivers/s390/crypto/vfio_ap_ops.c 						 unsigned long nib)
nib               211 drivers/s390/crypto/vfio_ap_ops.c 	g_pfn = nib >> PAGE_SHIFT;
nib               225 drivers/s390/crypto/vfio_ap_ops.c 	h_nib = (h_pfn << PAGE_SHIFT) | (nib & ~PAGE_MASK);
nib                75 sound/firewire/digi00x/amdtp-dot.c 	static const u8 nib[15] = {0x8, 0x7, 0x9, 0x6, 0xa, 0x5, 0xb, 0x4,
nib                98 sound/firewire/digi00x/amdtp-dot.c 	return ((nib[14 + off - len[ln]]) | (hr << 4));