Searched refs:NSI (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/edac/
H A De752x_edac.c175 #define I3100_NSI_FERR 0x48 /* NSI first error reg (32b) */
176 #define I3100_NSI_NERR 0x4C /* NSI next error reg (32b) */
177 #define I3100_NSI_SMICMD 0x54 /* NSI SMI command register (32b) */
178 #define I3100_NSI_EMASK 0x90 /* NSI error mask register (32b) */
576 "NSI Link Down", /* NSI_FERR/NSI_NERR bit 0, fatal error */
578 "NSI Parity Error", /* bit 2, non-fatal */
/linux-4.4.14/arch/powerpc/xmon/
H A Dppc-opc.c369 /* The NSI field in a D form instruction. This is the same as the macro
371 #define NSI NB + 1
376 #define RA NSI + 1
1271 /* The NSI field in a D form instruction. This is the same as the SI
2538 { "subic", OP(12), OP_MASK, PPCCOM, { RT, RA, NSI } },
2542 { "subic.", OP(13), OP_MASK, PPCCOM, { RT, RA, NSI } },
2548 { "subi", OP(14), OP_MASK, PPCCOM, { RT, RA0, NSI } },
2555 { "subis", OP(15), OP_MASK, PPCCOM, { RT, RA0, NSI } },

Completed in 140 milliseconds