| /openbmc/phosphor-modbus/rtu/modbus/ |
| H A D | modbus.cpp | 34 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 D | modbus.hpp | 42 Parity parity = Parity::unknown; member in phosphor::modbus::rtu::Modbus
|
| /openbmc/phosphor-modbus/rtu/port/ |
| H A D | base_port.cpp | 43 Parity parity, std::vector<uint16_t>& registers) in readHoldingRegisters() argument 49 if (!modbus->setProperties(baudRate, parity)) in readHoldingRegisters()
|
| H A D | base_port.hpp | 105 uint32_t baudRate, Parity parity,
|
| /openbmc/webui-vue/ |
| H A D | README.md | 13 ## 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/qemu/qapi/ |
| H A D | cxl.json | 226 # @cache-data-parity: Data error such as data parity or data ECC error 229 # @cache-address-parity: Address parity or other errors associated 232 # @cache-be-parity: Byte enable parity or other byte enable errors on 237 # @mem-data-parity: Data error such as data parity or data ECC error 240 # @mem-address-parity: Address parity or other errors associated with 243 # @mem-be-parity: Byte enable parity or other byte enable errors on 267 'data': ['cache-data-parity', 268 'cache-address-parity', 269 'cache-be-parity', 271 'mem-data-parity', [all …]
|
| /openbmc/phosphor-modbus/rtu/inventory/ |
| H A D | modbus_inventory.cpp | 115 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 D | modbus_inventory.hpp | 52 ModbusIntf::Parity parity = ModbusIntf::Parity::unknown; member
|
| /openbmc/qemu/chardev/ |
| H A D | char-serial.c | 59 int parity, int data_bits, int stop_bits) in tty_serial_init() argument 66 speed, parity, data_bits, stop_bits); in tty_serial_init() 161 switch (parity) { in tty_serial_init() 189 ssp->speed, ssp->parity, in tty_serial_ioctl()
|
| /openbmc/u-boot/tools/ |
| H 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()
|
| /openbmc/qemu/include/chardev/ |
| H A D | char-serial.h | 32 int parity; member
|
| /openbmc/u-boot/include/ |
| H A D | usb_cdc_acm.h | 27 unsigned char parity; member
|
| H A D | serial.h | 78 #define SERIAL_SET_PARITY(parity) \ argument 79 ((parity << SERIAL_PAR_SHIFT) & SERIAL_PAR_MASK)
|
| /openbmc/qemu/hw/char/ |
| H A D | trace-events | 10 …l_update_parameters(uint64_t baudrate, char parity, int data_bits, int stop_bits) "baudrate=%"PRIu… 44 …te_parameters(char channel, int speed, int parity, int data_bits, int stop_bits) "channel %c: spee… 93 …ms(uint32_t channel, int speed, uint8_t parity, int data, int stop, uint64_t wordtime) "UART%d: sp… 125 stm32l4x5_usart_update_params(int speed, uint8_t parity, int data, int stop) "USART: speed: %d, par…
|
| H A D | stm32l4x5_usart.c | 291 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 D | exynos4210_uart.c | 344 int speed, parity, data_bits, stop_bits; in exynos4210_uart_update_parameters() local 354 parity = 'E'; in exynos4210_uart_update_parameters() 356 parity = 'O'; in exynos4210_uart_update_parameters() 359 parity = 'N'; in exynos4210_uart_update_parameters() 376 ssp.parity = parity; in exynos4210_uart_update_parameters() 385 s->channel, speed, parity, data_bits, stop_bits, s->wordtime); in exynos4210_uart_update_parameters()
|
| H A D | serial.c | 151 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 D | escc.c | 479 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()
|
| /openbmc/phosphor-modbus/rtu/device/ |
| H A D | base_config.cpp | 58 for (const auto& [parityStr, parity] : validParities) in getDataParity() 62 config.parity = parity; in getDataParity() 67 if (config.parity == Parity::unknown) in getDataParity()
|
| H A D | base_config.hpp | 85 ModbusIntf::Parity parity = ModbusIntf::Parity::unknown; member
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | sandbox.c | 180 u8 parity = SERIAL_GET_PARITY(serial_config); in sandbox_serial_setconfig() local 185 parity != SERIAL_PAR_NONE) in sandbox_serial_setconfig()
|
| H A D | serial_stm32.c | 58 uint parity = SERIAL_GET_PARITY(serial_config); in stm32_serial_setconfig() local 77 switch (parity) { in stm32_serial_setconfig()
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-serial.c | 363 s->params.parity = 'N'; in usb_serial_handle_control() 366 s->params.parity = 'O'; in usb_serial_handle_control() 369 s->params.parity = 'E'; in usb_serial_handle_control() 390 trace_usb_serial_set_data(bus->busnr, dev->addr, s->params.parity, in usb_serial_handle_control()
|
| /openbmc/u-boot/doc/ |
| H A D | README.AX25 | 24 - Protection scheme: parity-checking or error-checking-and-correction (ECC)
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | acpi-defs.h | 110 uint8_t parity; member
|