Home
last modified time | relevance | path

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

12

/u-boot/include/
A Dusb_cdc_acm.h27 unsigned char parity; member
A Dserial.h81 #define SERIAL_SET_PARITY(parity) \ argument
82 ((parity << SERIAL_PAR_SHIFT) & SERIAL_PAR_MASK)
/u-boot/tools/
A Dmxsboot.c333 uint32_t parity = 0, tmp; in mx28_nand_parity_13_8() local
336 parity |= tmp << 0; in mx28_nand_parity_13_8()
339 parity |= tmp << 1; in mx28_nand_parity_13_8()
342 parity |= tmp << 2; in mx28_nand_parity_13_8()
345 parity |= tmp << 3; in mx28_nand_parity_13_8()
349 parity |= tmp << 4; in mx28_nand_parity_13_8()
351 return parity; in mx28_nand_parity_13_8()
/u-boot/drivers/serial/
A Dsandbox.c196 u8 parity = SERIAL_GET_PARITY(serial_config); in sandbox_serial_setconfig() local
201 parity != SERIAL_PAR_NONE) in sandbox_serial_setconfig()
A Dserial_stm32.c65 uint parity = SERIAL_GET_PARITY(serial_config); in stm32_serial_setconfig() local
84 switch (parity) { in stm32_serial_setconfig()
A Dns16550.c440 uint parity = SERIAL_GET_PARITY(serial_config); in ns16550_serial_setconfig() local
451 switch (parity) { in ns16550_serial_setconfig()
A Dusbtty.c257 .parity = 0x00,
/u-boot/arch/powerpc/cpu/mpc83xx/hid/
A DKconfig9 bool "Enable cache parity errors"
12 bool "Enable address parity checking"
15 bool "Enable data parity checking"
90 bool "Enable cache parity errors"
93 bool "Enable address parity checking"
96 bool "Enable data parity checking"
/u-boot/doc/device-tree-bindings/arm/
A Dl2c2x0.txt77 - arm,parity-enable : enable parity checking on the L2 cache (L220 or PL310).
78 - arm,parity-disable : disable parity checking on the L2 cache (L220 or PL310).
/u-boot/lib/efi_loader/
A Defi_device_path_to_text.c143 if (uart->parity < 6) in dp_msging()
144 s += sprintf(s, "%c,", parity_str[uart->parity]); in dp_msging()
146 s += sprintf(s, "%d,", uart->parity); in dp_msging()
/u-boot/board/Marvell/octeon_ebb7304/
A Dboard_ddr.h365 .parity = 0 \
418 .parity = 0 \
/u-boot/board/Marvell/octeon_nic23/
A Dboard_ddr.h246 .parity = 0 \
/u-boot/arch/arm/dts/
A Darmada-xp-crs305-1g-4s.dtsi43 arm,parity-enable;
A Darmada-xp-crs328-4c-20s-4s.dtsi43 arm,parity-enable;
A Darmada-xp-crs326-24g-2s.dtsi43 arm,parity-enable;
A Darmada-xp-db-xc3-24g4xg.dts43 arm,parity-enable;
/u-boot/arch/x86/include/asm/acpi/
A Ddebug.asl34 Store(0x03, CLCR) /* word=8 stop=1 parity=none */
/u-boot/doc/
A DREADME.fsl-ddr127 Memory address parity on/off
129 address parity can be turned on/off by hwconfig.
131 hwconfig=fsl_ddr:parity=on
/u-boot/board/cadence/xtfpga/
A DREADME44 The serial port defaults to 115200 baud, no parity and 1 stop bit.
/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon_ddr.h545 u8 parity; member
A Dcvmx-pko-defs.h8757 u64 parity : 1; member
8762 u64 parity : 1; member
8771 u64 parity : 1; member
8923 u64 parity : 1; member
8928 u64 parity : 1; member
8937 u64 parity : 1; member
/u-boot/include/acpi/
A Dacpi_table.h638 u8 parity; member
/u-boot/arch/x86/lib/
A Dacpi_table.c391 spcr->parity = SERIAL_GET_PARITY(serial_config); in acpi_write_spcr()
/u-boot/lib/
A Dbch.c330 static inline int parity(unsigned int x) in parity() function
546 tmp |= parity(mask) << (m-r); in solve_linear_system()
/u-boot/doc/board/AndesTech/
A Dae350.rst37 - Protection scheme: parity-checking or error-checking-and-correction (ECC)

Completed in 91 milliseconds

12