Searched refs:parity (Results 1 - 18 of 18) sorted by relevance

/u-boot/include/
H A Dusb_cdc_acm.h27 unsigned char parity; member in struct:rs232_emu
H A Dserial.h81 #define SERIAL_SET_PARITY(parity) \
82 ((parity << SERIAL_PAR_SHIFT) & SERIAL_PAR_MASK)
259 * (parity, 5/6/7/8 bits word length, stop bits)
270 * (parity, 5/6/7/8 bits word length, stop bits)
275 * @serial_config: number of bits, parity and number of stopbits to use
311 * (parity, 5/6/7/8 bits word length, stop bits)
323 * (parity, 5/6/7/8 bits word length, stop bits)
328 * @serial_config: number of bits, parity and number of stopbits to use
H A Defi_api.h646 u8 parity; member in struct:efi_device_path_uart
/u-boot/tools/
H A Dmxsboot.c333 uint32_t parity = 0, tmp; local
336 parity |= tmp << 0;
339 parity |= tmp << 1;
342 parity |= tmp << 2;
345 parity |= tmp << 3;
349 parity |= tmp << 4;
351 return parity;
377 /* Compute the ECC parity */
/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c142 if (uart->parity < 6)
143 s += sprintf(s, "%c,", parity_str[uart->parity]);
145 s += sprintf(s, "%d,", uart->parity);
/u-boot/board/Marvell/octeon_ebb7304/
H A Dboard_ddr.h365 .parity = 0 \
418 .parity = 0 \
/u-boot/drivers/serial/
H A Dsandbox.c196 u8 parity = SERIAL_GET_PARITY(serial_config); local
201 parity != SERIAL_PAR_NONE)
H A Dserial_stm32.c80 uint parity = SERIAL_GET_PARITY(serial_config); local
85 * only parity config is implemented, check if other serial settings
87 * (STM32F4 serial IP didn't support parity setting)
94 * PCE: parity check enable
97 * M[1:0] = '01' : 9 Data bits with parity
99 switch (parity) {
H A Dns16550.c25 #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity */
441 uint parity = SERIAL_GET_PARITY(serial_config); local
446 * only parity config is implemented, check if other serial settings
452 switch (parity) {
H A Dusbtty.c257 .parity = 0x00,
943 case ACM_SET_LINE_ENCODING : /* DTE stop/parity bits
949 * stop/parity bits */
/u-boot/arch/mips/mach-octeon/include/mach/
H A Docteon_ddr.h497 * .parity: The parity input signal PAR_IN on each dimm must be
545 u8 parity; member in struct:ddr3_custom_config
H A Dcvmx-pko-defs.h8757 u64 parity : 1; member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_s
8762 u64 parity : 1; member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_cn30xx
8771 u64 parity : 1; member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_cn50xx
8923 u64 parity : 1; member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_s
8928 u64 parity : 1; member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_cn30xx
8937 u64 parity : 1; member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_cn50xx
H A Dcvmx-lmcx-defs.h1419 uint64_t parity:1; member in struct:cvmx_lmcx_dimm_ctl::cvmx_lmcx_dimm_ctl_s
1666 * address parity errors. ECC error is generated by enabling
1674 * Command address parity error is generated by enabling
1675 * [CA_PARITY_CORRUPT_ENA] and selecting the DDR command that the parity
/u-boot/board/Marvell/octeon_nic23/
H A Dboard_ddr.h246 .parity = 0 \
/u-boot/include/acpi/
H A Dacpi_table.h671 u8 parity; member in struct:acpi_spcr
/u-boot/arch/x86/lib/
H A Dacpi_table.c391 spcr->parity = SERIAL_GET_PARITY(serial_config);
/u-boot/lib/
H A Dbch.c18 * Call encode_bch to compute and store ecc parity bytes to a given buffer.
221 * encode_bch - calculate BCH ecc parity of data
225 * @ecc: ecc parity data, must be initialized by caller
227 * The @ecc parity array is used both as input and output parameter, in order to
231 * The exact number of computed ecc parity bits is given by member @ecc_bits of
248 /* load ecc parity bytes into internal 32-bit buffer */
300 /* store ecc parity bytes into original parity buffer */
330 static inline int parity(unsigned int x) function
546 tmp |= parity(mas
[all...]
/u-boot/drivers/ram/octeon/
H A Docteon3_lmc.c798 * 3) Disable RCD Parity (if previously enabled) - parity does not
848 /* 9) Re-enable RDIMM parity (if desired) */
850 debug("9) Re-enable RDIMM parity (if desired)\n");
4101 dimm_ctl.s.parity = c_cfg->parity;
4117 dimm_ctl.s.parity = simple_strtoul(s, NULL, 0);
4159 dimm_ctl.s.parity = c_cfg->parity;
4175 dimm_ctl.s.parity = simple_strtoul(s, NULL, 0);

Completed in 400 milliseconds