Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 20 of 20) sorted by relevance

/arch/mips/mti-sead3/
Dsead3-init.c25 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
36 parity = *s++; in console_config()
48 if (parity != 'n' && parity != 'o' && parity != 'e') in console_config()
49 parity = 'n'; in console_config()
55 parity, bits, flow); in console_config()
/arch/mips/mm/
Dcerr-sb1.c269 static const uint8_t parity[256] = { variable
303 char parity = 0; in range_parity() local
308 parity = !parity; in range_parity()
311 return parity; in range_parity()
318 char parity = 0; in inst_parity() local
326 parity <<= 1; in inst_parity()
327 parity |= byte_parity; in inst_parity()
329 return parity; in inst_parity()
449 p ^= (parity[w>>24] ^ parity[(w>>16) & 0xFF] in dc_ecc()
450 ^ parity[(w>>8) & 0xFF] ^ parity[w & 0xFF]); in dc_ecc()
[all …]
/arch/mips/ar7/
Dprom.c203 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
216 parity = *s++; in console_config()
229 if (parity != 'n' && parity != 'o' && parity != 'e') in console_config()
230 parity = 'n'; in console_config()
236 parity, bits, flow); in console_config()
238 sprintf(console_string, " console=ttyS0,%d%c%c", baud, parity, in console_config()
/arch/mips/mti-malta/
Dmalta-init.c46 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
56 parity = *s++; in console_config()
68 if (parity != 'n' && parity != 'o' && parity != 'e') in console_config()
69 parity = 'n'; in console_config()
77 parity, bits); in console_config()
83 parity, bits, flow); in console_config()
/arch/x86/kernel/
Dbootflag.c22 static int __init parity(u8 v) in parity() function
41 if (!parity(v)) in sbf_write()
72 if (!parity(v)) in sbf_value_valid()
/arch/powerpc/platforms/powernv/
Drng.c35 unsigned long parity; in rng_whiten() local
38 asm ("popcntd %0,%1" : "=r" (parity) : "r" (val)); in rng_whiten()
44 rng->mask = (rng->mask << 1) | (parity & 1); in rng_whiten()
/arch/blackfin/kernel/
Dearly_printk.c40 char parity; in earlyserial_init() local
75 parity = buf[0]; in earlyserial_init()
77 switch (parity) { in earlyserial_init()
/arch/cris/arch-v32/kernel/
Ddebugport.c19 unsigned char parity; member
134 if (p->parity == 'O') in start_port()
141 else if (p->parity == 'E') in start_port()
/arch/ia64/include/asm/sn/
Dtioce.h338 u64 parity[512]; /* 0x00E000 -- 0x00EFF8 */ member
345 u64 parity[512]; /* 0x011000 -- 0x011FF8 */ member
352 u64 parity[512]; /* 0x014000 -- 0x014FF8 */ member
359 u64 parity[512]; /* 0x017000 -- 0x017FF8 */ member
366 u64 parity[512]; /* 0x01A000 -- 0x01AFF8 */ member
373 u64 parity[64]; /* 0x01B400 -- 0x01B5F8 */ member
391 u64 parity[258]; /* 0x025020 -- 0x025828 */ member
436 u64 parity[32]; /* 0x040400 -- 0x0404F8 */ member
447 u64 parity[256]; /* 0x043000 -- 0x0437F8 */ member
457 u64 parity[8]; /* 0x044200 -- 0x044238 */ member
/arch/m68k/atari/
Ddebug.c169 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0; in atari_init_mfp_port() local
179 st_mfp.usart_ctr = parity | csize | 0x88; /* 1:16 clk mode, 1 stop bit */ in atari_init_mfp_port()
268 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04; in atari_init_midi_port() local
283 acia.mid_ctrl = div | csize | parity | in atari_init_midi_port()
/arch/mips/include/asm/netlogic/xlp-hal/
Duart.h156 int parity, int int_en, int loopback) in nlm_uart_init() argument
173 lcr |= parity << 3; in nlm_uart_init()
/arch/cris/arch-v10/kernel/
Ddebugport.c37 unsigned char parity; member
228 if (p->parity == 'E') { in start_port()
235 } else if (p->parity == 'O') { in start_port()
386 port->parity = 'N'; in console_setup()
392 if (*s) port->parity = *s++; in console_setup()
/arch/mips/include/asm/octeon/
Dcvmx-pko-defs.h2289 uint64_t parity:1; member
2291 uint64_t parity:1;
2302 uint64_t parity:1; member
2304 uint64_t parity:1;
2317 uint64_t parity:1; member
2319 uint64_t parity:1;
2480 uint64_t parity:1; member
2482 uint64_t parity:1;
2493 uint64_t parity:1; member
2495 uint64_t parity:1;
[all …]
Dcvmx-l2c-defs.h3050 uint64_t parity:4; member
3054 uint64_t parity:4;
Dcvmx-lmcx-defs.h1622 uint64_t parity:1; member
1630 uint64_t parity:1;
/arch/mn10300/kernel/
Dmn10300-serial.c633 icount->parity++; in mn10300_serial_receive_interrupt()
1668 int i, parity = 'n', baud = 9600, bits = 8, flow = 0; in mn10300_serial_console_setup() local
1694 uart_parse_options(options, &baud, &parity, &bits, &flow); in mn10300_serial_console_setup()
1696 return uart_set_options(&port->uart, co, baud, parity, bits, flow); in mn10300_serial_console_setup()
/arch/microblaze/boot/dts/
Dsystem.dts310 xlnx,odd-parity = <0x0>;
311 xlnx,use-parity = <0x0>;
/arch/blackfin/mach-bf609/
DKconfig21 bool "Enable L1 parity check"
24 Enable the L1 parity check in L1 sram. A fault event is raised
25 when L1 parity error is found.
/arch/m68k/fpsp040/
Dsrem_mod.S408 |..Check parity of Q
/arch/m68k/ifpsp060/src/
Dfpsp.S10093 #..Check parity of Q