Home
last modified time | relevance | path

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

12

/u-boot/include/
A Dusb_cdc_acm.h27 unsigned char parity; member
A Dserial.h80 #define SERIAL_SET_PARITY(parity) \ argument
81 ((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.c154 u8 parity = SERIAL_GET_PARITY(serial_config); in sandbox_serial_setconfig() local
159 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.c436 uint parity = SERIAL_GET_PARITY(serial_config); in ns16550_serial_setconfig() local
447 switch (parity) { in ns16550_serial_setconfig()
A Dusbtty.c271 .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/board/Marvell/octeon_ebb7304/
A Dboard_ddr.h365 .parity = 0 \
418 .parity = 0 \
/u-boot/arch/arm/dts/
A Darmada-xp-crs328-4c-20s-4s.dtsi44 arm,parity-enable;
A Darmada-xp-crs305-1g-4s.dtsi44 arm,parity-enable;
A Darmada-xp-crs326-24g-2s.dtsi44 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/lib/efi_loader/
A Defi_device_path_to_text.c125 uart->data_bits, uart->parity); in dp_msging()
/u-boot/include/acpi/
A Dacpi_table.h547 u8 parity; member
/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.h730 u8 parity; member
/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/arch/x86/lib/
A Dacpi_table.c454 spcr->parity = SERIAL_GET_PARITY(serial_config); in acpi_create_spcr()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.soc131 A53 processor, with 32 KB of parity protected L1-I cache,
/u-boot/doc/board/AndesTech/
A Dax25-ae350.rst37 - Protection scheme: parity-checking or error-checking-and-correction (ECC)
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c4107 dimm_ctl.s.parity = c_cfg->parity; in lmc_dimm01_params()
4123 dimm_ctl.s.parity = simple_strtoul(s, NULL, 0); in lmc_dimm01_params()
4165 dimm_ctl.s.parity = c_cfg->parity; in lmc_dimm01_params()
4181 dimm_ctl.s.parity = simple_strtoul(s, NULL, 0); in lmc_dimm01_params()

Completed in 68 milliseconds

12