Searched refs:parity (Results 1 - 25 of 189) sorted by path

12345678

/linux-master/arch/m68k/atari/
H A Ddebug.c169 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0; local
179 st_mfp.usart_ctr = parity | csize | 0x88; /* 1:16 clk mode, 1 stop bit */
268 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04; local
283 acia.mid_ctrl = div | csize | parity |
/linux-master/arch/m68k/fpsp040/
H A Dsrem_mod.S408 |..Check parity of Q
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S10093 #..Check parity of Q
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1476 uint64_t parity:1; member in struct:cvmx_lmcx_dimm_ctl::cvmx_lmcx_dimm_ctl_s
1484 uint64_t parity:1;
H A Dcvmx-pko-defs.h1818 uint64_t parity:1; member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_s
1820 uint64_t parity:1;
1831 uint64_t parity:1; member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_cn30xx
1833 uint64_t parity:1;
1843 uint64_t parity:1; member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_cn50xx
1845 uint64_t parity:1;
1962 uint64_t parity:1; member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_s
1964 uint64_t parity:1;
1975 uint64_t parity:1; member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_cn30xx
1977 uint64_t parity
1987 uint64_t parity:1; member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_cn50xx
[all...]
/linux-master/arch/mips/mm/
H A Dcerr-sb1.c80 printk(" tag-parity");
82 printk(" data-parity");
256 static const uint8_t parity[256] = { variable
275 /* Masks to select bits for Hamming parity, mask_72_64[i] for bit[i] */
287 /* Calculate the parity on a range of bits */
290 char parity = 0; local
295 parity = !parity;
298 return parity;
301 /* Calculate the 4-bit even byte-parity fo
305 char parity = 0; local
[all...]
/linux-master/arch/x86/kernel/
H A Dbootflag.c23 static int __init parity(u8 v) function
42 if (!parity(v))
73 if (!parity(v))
/linux-master/drivers/media/pci/mantis/
H A Dmantis_common.h82 enum mantis_parity parity; member in struct:mantis_hwconfig
H A Dmantis_uart.c31 enum mantis_parity parity; member in struct:mantis_uart_params
46 } parity[3] = { variable in typeref:struct:__anon137
71 dprintk(MANTIS_ERROR, 1, "UART parity error");
114 mmwrite((mmread(MANTIS_UART_CTL) | (params->parity & 0x3)), MANTIS_UART_CTL);
148 /* default parity: */
150 params.parity = config->parity;
151 dprintk(MANTIS_INFO, 1, "Initializing UART @ %sbps parity:%s",
153 parity[params.parity]
[all...]
H A Dmantis_vp1033.c194 .parity = MANTIS_PARITY_NONE,
H A Dmantis_vp1034.c102 .parity = MANTIS_PARITY_NONE,
H A Dmantis_vp1041.c339 .parity = MANTIS_PARITY_NONE,
H A Dmantis_vp2033.c170 .parity = MANTIS_PARITY_NONE,
H A Dmantis_vp2040.c169 .parity = MANTIS_PARITY_NONE,
H A Dmantis_vp3030.c85 .parity = MANTIS_PARITY_NONE,
/linux-master/drivers/net/wan/
H A Dwanxl.h143 u32 parity; member in struct:__anon876
/linux-master/drivers/scsi/
H A Daha152x.h271 unsigned parity:1; /* SCSI-parity: 1=enabled 0=disabled */ member in struct:__anon8141::__anon8142
276 #define cf_parity fields.parity
323 int parity; member in struct:aha152x_setup
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h55 parity : 1; member in struct:ins_format1
57 uint32_t parity : 1,
74 parity : 1; member in struct:ins_format2
76 uint32_t parity : 1,
92 parity : 1; member in struct:ins_format3
94 uint32_t parity : 1,
110 parity : 1; member in struct:ins_format4
112 uint32_t parity : 1,
128 parity : 1; member in struct:ins_format5
130 uint32_t parity
146 parity : 1; member in struct:ins_format6
[all...]
/linux-master/drivers/tty/serial/
H A Dsuncore.c90 char parity; local
125 parity = *(++s);
156 switch (parity) {
/linux-master/drivers/usb/serial/
H A Dkeyspan_usa28msg.h48 If the port is configured for parity, the data will be an
49 alternating string of parity and data bytes, so the message
57 If there is no parity, the format is simply:
63 USB IN (USA28 -> host, receive) messages contain data and parity
64 if parity is configred, thusly:
70 If parity is not configured, the format is:
77 the parity bit. In the RX messages (USB IN), the PARity byte is
78 the content of the 8051's status register; the parity bit
112 u8 parity, // 1=use parity, member in struct:keyspan_usa28_portControlMessage
[all...]
/linux-master/include/linux/
H A Dsynclink.h32 unsigned char parity; member in struct:MGSL_PARAMS32
/linux-master/include/uapi/linux/
H A Dsynclink.h168 unsigned char parity; /* none, even, or odd */ member in struct:_MGSL_PARAMS
215 __u32 frame, parity, overrun, brk; member in struct:mgsl_icount
/linux-master/arch/mips/generic/
H A Dyamon-dt.c160 char mode_var_name[9], path[20], parity; local
177 parity = 0;
191 parity = mode_var[0];
205 if (parity != 'e' && parity != 'n' && parity != 'o')
206 parity = 'n';
212 uart, baud, parity, stop_bits,
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h72 # Zero all of CVMSEG to make sure parity is correct
/linux-master/arch/mips/mti-malta/
H A Dmalta-init.c46 char parity = '\0', bits = '\0', flow = '\0'; local
56 parity = *s++;
68 if (parity != 'n' && parity != 'o' && parity != 'e')
69 parity = 'n';
77 parity, bits);
83 parity, bits, flow);

Completed in 310 milliseconds

12345678