Home
last modified time | relevance | path

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

123

/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus.cpp34 static auto applyParitySettings(Parity parity, termios& tty) -> bool in applyParitySettings() argument
36 switch (parity) in applyParitySettings()
62 if (inBaudRate == baudRate && inParity == parity) in setProperties()
83 if (inParity != parity) in setProperties()
104 parity = inParity; in setProperties()
H A Dmodbus.hpp42 Parity parity = Parity::unknown; member in phosphor::modbus::rtu::Modbus
/openbmc/phosphor-modbus/rtu/port/
H A Dbase_port.cpp43 Parity parity, std::vector<uint16_t>& registers) in readHoldingRegisters() argument
49 if (!modbus->setProperties(baudRate, parity)) in readHoldingRegisters()
H A Dbase_port.hpp105 uint32_t baudRate, Parity parity,
/openbmc/webui-vue/
H A DREADME.md13 ## When will this new Vue.js application reach feature parity with phosphor-webui?
15 A few, mostly minor, features remain for feature parity. See
16 …sphor-webui-feature-parity](https://github.com/openbmc/webui-vue/issues?q=is%3Aissue+is%3Aopen+lab…
/openbmc/phosphor-modbus/rtu/inventory/
H A Dmodbus_inventory.cpp115 config.name, "BAUDRATE", config.baudRate, "PARITY", config.parity); in printConfig()
210 for (const auto& [parityStr, parity] : config::validParities) in getConfig()
214 config.parity = parity; in getConfig()
218 if (config.parity == Parity::unknown) in getConfig()
321 address, probeRegister, config.baudRate, config.parity, registers); in probeDevice()
394 address, reg.offset, config.baudRate, config.parity, registers); in addInventorySource()
H A Dmodbus_inventory.hpp52 ModbusIntf::Parity parity = ModbusIntf::Parity::unknown; member
/openbmc/u-boot/tools/
H 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()
/openbmc/qemu/include/chardev/
H A Dchar-serial.h32 int parity; member
/openbmc/u-boot/include/
H A Dusb_cdc_acm.h27 unsigned char parity; member
H A Dserial.h78 #define SERIAL_SET_PARITY(parity) \ argument
79 ((parity << SERIAL_PAR_SHIFT) & SERIAL_PAR_MASK)
/openbmc/qemu/hw/char/
H A Dstm32l4x5_usart.c291 int speed, parity, data_bits, stop_bits; in stm32l4x5_update_params() local
298 parity = 'O'; in stm32l4x5_update_params()
300 parity = 'E'; in stm32l4x5_update_params()
303 parity = 'N'; in stm32l4x5_update_params()
366 ssp.parity = parity; in stm32l4x5_update_params()
372 trace_stm32l4x5_usart_update_params(speed, parity, data_bits, stop_bits); in stm32l4x5_update_params()
H A Dserial.c151 int parity, data_bits, stop_bits, frame_size; in serial_update_parameters() local
160 parity = 'E'; in serial_update_parameters()
162 parity = 'O'; in serial_update_parameters()
164 parity = 'N'; in serial_update_parameters()
177 ssp.parity = parity; in serial_update_parameters()
182 trace_serial_update_parameters(speed, parity, data_bits, stop_bits); in serial_update_parameters()
H A Descc.c479 int speed, parity, data_bits, stop_bits; in escc_update_parameters() local
488 parity = 'E'; in escc_update_parameters()
490 parity = 'O'; in escc_update_parameters()
493 parity = 'N'; in escc_update_parameters()
531 ssp.parity = parity; in escc_update_parameters()
534 trace_escc_update_parameters(CHN_C(s), speed, parity, data_bits, stop_bits); in escc_update_parameters()
H A Dcadence_uart.c190 ssp.parity = 'E'; in uart_parameters_setup()
194 ssp.parity = 'O'; in uart_parameters_setup()
198 ssp.parity = 'N'; in uart_parameters_setup()
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_config.cpp58 for (const auto& [parityStr, parity] : validParities) in getDataParity()
62 config.parity = parity; in getDataParity()
67 if (config.parity == Parity::unknown) in getDataParity()
H A Dbase_config.hpp85 ModbusIntf::Parity parity = ModbusIntf::Parity::unknown; member
/openbmc/u-boot/drivers/serial/
H A Dsandbox.c180 u8 parity = SERIAL_GET_PARITY(serial_config); in sandbox_serial_setconfig() local
185 parity != SERIAL_PAR_NONE) in sandbox_serial_setconfig()
H A Dserial_stm32.c58 uint parity = SERIAL_GET_PARITY(serial_config); in stm32_serial_setconfig() local
77 switch (parity) { in stm32_serial_setconfig()
/openbmc/u-boot/doc/
H A DREADME.AX2524 - Protection scheme: parity-checking or error-checking-and-correction (ECC)
/openbmc/qemu/include/hw/acpi/
H A Dacpi-defs.h110 uint8_t parity; member
/openbmc/qemu/pc-bios/dtb/
H A Dpetalogix-ml605.dts266 xlnx,parity-type-mem-0 = < 0x00 >;
267 xlnx,parity-type-mem-1 = < 0x00 >;
268 xlnx,parity-type-mem-2 = < 0x00 >;
269 xlnx,parity-type-mem-3 = < 0x00 >;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/
H A Dedac-utils_git.bb6 x86 and x86-64 chipsets and PCI bus parity errors."
/openbmc/phosphor-modbus/tests/
H A Dtest_inventory.cpp61 .parity = ModbusIntf::Parity::none, in testInventorySourceCreation()
/openbmc/phosphor-modbus/rtu/firmware/
H A Ddevice_firmware.cpp91 config.address, versionRegister.offset, config.baudRate, config.parity, in readVersionRegister()

123