Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dmxsboot.c334 uint32_t parity = 0, tmp; in mx28_nand_parity_13_8() local
337 parity |= tmp << 0; in mx28_nand_parity_13_8()
340 parity |= tmp << 1; in mx28_nand_parity_13_8()
343 parity |= tmp << 2; in mx28_nand_parity_13_8()
346 parity |= tmp << 3; in mx28_nand_parity_13_8()
350 parity |= tmp << 4; in mx28_nand_parity_13_8()
352 return parity; in mx28_nand_parity_13_8()
/rk3399_rockchip-uboot/include/
H A Dusb_cdc_acm.h28 unsigned char parity; member
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/
H A Ddebug.asl35 Store(0x03, CLCR) /* word=8 stop=1 parity=none */
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c1216 u32 parity, i, usb_parity, lba, len; in rkusb_do_check_parity() local
1226 parity = 0x000055aa; in rkusb_do_check_parity()
1228 parity += usb_check_buffer[i]; in rkusb_do_check_parity()
1229 if (!rc || parity != usb_parity) in rkusb_do_check_parity()
/rk3399_rockchip-uboot/doc/
H 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
/rk3399_rockchip-uboot/board/cadence/xtfpga/
H A DREADME44 The serial port defaults to 115200 baud, no parity and 1 stop bit.
/rk3399_rockchip-uboot/lib/
H A Dbch.c321 static inline int parity(unsigned int x) in parity() function
537 tmp |= parity(mask) << (m-r); in solve_linear_system()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc95 A53 processor, with 32 KB of parity protected L1-I cache,
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c270 .parity = 0x00,