| /u-boot/include/ |
| A D | usb_cdc_acm.h | 27 unsigned char parity; member
|
| A D | serial.h | 81 #define SERIAL_SET_PARITY(parity) \ argument 82 ((parity << SERIAL_PAR_SHIFT) & SERIAL_PAR_MASK)
|
| /u-boot/tools/ |
| A D | mxsboot.c | 333 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 D | sandbox.c | 196 u8 parity = SERIAL_GET_PARITY(serial_config); in sandbox_serial_setconfig() local 201 parity != SERIAL_PAR_NONE) in sandbox_serial_setconfig()
|
| A D | serial_stm32.c | 65 uint parity = SERIAL_GET_PARITY(serial_config); in stm32_serial_setconfig() local 84 switch (parity) { in stm32_serial_setconfig()
|
| A D | ns16550.c | 440 uint parity = SERIAL_GET_PARITY(serial_config); in ns16550_serial_setconfig() local 451 switch (parity) { in ns16550_serial_setconfig()
|
| A D | usbtty.c | 257 .parity = 0x00,
|
| /u-boot/arch/powerpc/cpu/mpc83xx/hid/ |
| A D | Kconfig | 9 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 D | l2c2x0.txt | 77 - 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 D | efi_device_path_to_text.c | 143 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 D | board_ddr.h | 365 .parity = 0 \ 418 .parity = 0 \
|
| /u-boot/board/Marvell/octeon_nic23/ |
| A D | board_ddr.h | 246 .parity = 0 \
|
| /u-boot/arch/arm/dts/ |
| A D | armada-xp-crs305-1g-4s.dtsi | 43 arm,parity-enable;
|
| A D | armada-xp-crs328-4c-20s-4s.dtsi | 43 arm,parity-enable;
|
| A D | armada-xp-crs326-24g-2s.dtsi | 43 arm,parity-enable;
|
| A D | armada-xp-db-xc3-24g4xg.dts | 43 arm,parity-enable;
|
| /u-boot/arch/x86/include/asm/acpi/ |
| A D | debug.asl | 34 Store(0x03, CLCR) /* word=8 stop=1 parity=none */
|
| /u-boot/doc/ |
| A D | README.fsl-ddr | 127 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 D | README | 44 The serial port defaults to 115200 baud, no parity and 1 stop bit.
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | octeon_ddr.h | 545 u8 parity; member
|
| A D | cvmx-pko-defs.h | 8757 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 D | acpi_table.h | 638 u8 parity; member
|
| /u-boot/arch/x86/lib/ |
| A D | acpi_table.c | 391 spcr->parity = SERIAL_GET_PARITY(serial_config); in acpi_write_spcr()
|
| /u-boot/lib/ |
| A D | bch.c | 330 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 D | ae350.rst | 37 - Protection scheme: parity-checking or error-checking-and-correction (ECC)
|