Searched refs:parity (Results 51 - 75 of 82) sorted by relevance

1234

/freebsd-13-stable/stand/efi/loader/
H A Defiserialio.c52 EFI_PARITY_TYPE parity; member in struct:serial
267 comc_port->parity = NoParity; /* 8,n,1 */
497 comc_port->baudrate, 0, 0, comc_port->parity,
/freebsd-13-stable/sys/dev/hptmv/
H A Dcommand.h157 UCHAR ParDiskNo; /* parity for startLba */
180 UCHAR parity; member in struct:_Command::__anon12175::__anon12179::__anon12180
/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu_acpi.c107 di->parity = UART_PARITY_NONE;
H A Duart_cpu_powerpc.c202 di->parity = UART_PARITY_NONE;
H A Duart_dev_ns8250.c220 int parity)
236 lcr |= parity << 3;
303 int parity)
309 ns8250_param(bas, baudrate, databits, stopbits, parity);
755 int stopbits, int parity)
786 error = ns8250_param(bas, baudrate, databits, stopbits, parity);
219 ns8250_param(struct uart_bas *bas, int baudrate, int databits, int stopbits, int parity) argument
302 ns8250_init(struct uart_bas *bas, int baudrate, int databits, int stopbits, int parity) argument
754 ns8250_bus_param(struct uart_softc *sc, int baudrate, int databits, int stopbits, int parity) argument
H A Duart_core.c676 "noems"[sc->sc_sysdev->parity], sc->sc_sysdev->databits,
/freebsd-13-stable/usr.sbin/ppp/
H A Dphysical.h109 unsigned parity; /* What parity is enabled? (tty flags) */ member in struct:physical::__anon16679
H A Dphysical.c201 p->cfg.parity = CS8;
213 static const struct parity { struct
227 const struct parity *pp;
246 p->cfg.parity = val;
255 log_Printf(LogWARN, "%s: %s: Invalid parity\n", p->link.name, str);
482 switch (p->cfg.parity & CSIZE) {
490 if (p->cfg.parity & PARENB) {
491 if (p->cfg.parity & PARODD)
492 prompt_Printf(arg->prompt, ", odd parity");
494 prompt_Printf(arg->prompt, ", even parity");
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c756 "both %llu and %llu device parity "
871 "device parity and new vdev uses %llu\n"),
1163 * Returns the parity level extracted from a raidz or draid type.
1164 * If the parity cannot be determined zero is returned.
1169 long parity = 0; local
1176 /* when unspecified default to single parity */
1185 parity = strtol(p, &end, 10);
1187 parity < 1 || parity > VDEV_RAIDZ_MAXPARITY) {
1196 /* when unspecified default to single parity */
[all...]
/freebsd-13-stable/bin/dd/
H A Ddd.c133 parity(u_char c) function
272 * If the input is not EBCDIC, and we do parity
273 * processing, strip input parity.
299 if (parity(casetab[cnt]))
304 if (!parity(casetab[cnt]))
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h3288 uint64_t parity : 1; /**< Read parity error at port data buffer */ member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_s
3290 uint64_t parity : 1;
3301 uint64_t parity : 1; /**< Read parity error at port data buffer */ member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_cn30xx
3303 uint64_t parity : 1;
3316 uint64_t parity : 1; /**< Read parity error at port data buffer */ member in struct:cvmx_pko_reg_error::cvmx_pko_reg_error_cn50xx
3318 uint64_t parity : 1;
3533 uint64_t parity member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_s
3546 uint64_t parity : 1; /**< Bit mask corresponding to PKO_REG_ERROR[0] above */ member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_cn30xx
3561 uint64_t parity : 1; /**< Bit mask corresponding to PKO_REG_ERROR[0] above */ member in struct:cvmx_pko_reg_int_mask::cvmx_pko_reg_int_mask_cn50xx
[all...]
H A Dcvmx-l2c.c1575 l2c_vrt_mem.s.parity = 0;
1576 /* PARITY<i> is the even parity of DATA<i*8+7:i*8>, which means
1583 l2c_vrt_mem.s.parity |= (1ull << i);
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie_axi_reg.h618 struct al_pcie_revx_axi_parity parity; /* [0xfc] */ member in struct:al_pcie_rev1_axi_regs
644 struct al_pcie_revx_axi_parity parity; /* [0xfc] */ member in struct:al_pcie_rev2_axi_regs
668 struct al_pcie_revx_axi_parity parity; /* [0xd0] */ member in struct:al_pcie_rev3_axi_regs
749 * When set, adds parity on the write and read address channels, and write data
754 /* When set, enables parity check on the read data. */
758 * When set, adds parity on the RD data channel.
763 * When set, enables parity check on the write data.
768 * When set, error track for timeout and parity is disabled, i.e., the logged
769 * address for parity/timeout/cmpl errors on the AXI master port is not valid,
H A Dal_hal_pcie_regs.h336 struct al_pcie_axi_parity parity; member in struct:al_pcie_axi_regs
382 struct al_pcie_revx_w_parity *parity; member in struct:al_pcie_w_regs
H A Dal_hal_pcie.c231 al_reg_write32(&regs->app.parity->en_core,
253 * u4_ram2p signal false parity error
256 * Disable parity check for this memory
261 al_reg_write32(regs->axi.parity.en_axi,
1025 pcie_port->regs->axi.parity.en_axi = &regs->axi.parity.en_axi;
1045 pcie_port->regs->app.parity = &regs->app.parity;
1092 pcie_port->regs->axi.parity.en_axi = &regs->axi.parity
[all...]
/freebsd-13-stable/sys/i386/include/
H A Dcserial.h84 #define ER_CHECKSUM 2 /* parity/CRC error */
458 void (*set_async_param) (chan_t *h, int baud, int bits, int parity,
/freebsd-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S100 KW_PARITY = 0x1BD11BDAA9FC1A22 #overall parity of key schedule words
492 xorq %r8 ,%r12 #start accumulating overall parity
820 xorq %r\_Rn_,%rdx #compute overall parity
822 .endr #load state into %r8 ..%r15, compute parity
823 movq %rdx,ksKey+8*(8)+F_O(%rbp)#save key schedule parity
1117 movq $KW_PARITY ,%rax #overall key schedule parity
1123 xorq %r14,%rax #update key schedule overall parity
1136 xorq %\_rr_, %rax #accumulate key schedule parity
1145 movq %rax,ksKey+8*WCNT+F_O(%rbp) #save key schedule parity
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c346 unsigned char *data_bits, unsigned char *parity,
1147 cmd->buf[2] = char_code; /* parity and #bits per byte */
2818 unsigned char *parity,
2834 *parity = buf[4];
3266 databits, parity; local
3292 parity = (unsigned char)(char_format_index >> 2);
3293 if (parity > 4) parity = 2;
3295 pbuf += sprintf(pbuf, "\n Character format (bits/char, parity, stop bits): %d-%s-%d",
3296 databits, old_parity_text[parity], stop_bit
2812 rpt_0xBC( TSIPPKT *rpt, unsigned char *port_num, unsigned char *in_baud, unsigned char *out_baud, unsigned char *data_bits, unsigned char *parity, unsigned char *stop_bits, unsigned char *flow_control, unsigned char *protocols_in, unsigned char *protocols_out, unsigned char *reserved ) argument
4402 port_num, in_baud, out_baud, data_bits, parity, stop_bits, flow_control, local
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_shutdown.c1701 * header accordingly and recompute parity.
1704 kdh->parity = 0;
1705 kdh->parity = kerneldump_parity(kdh);
1746 kdh->parity = kerneldump_parity(kdh);
/freebsd-13-stable/sys/dev/isci/scil/
H A Dintel_sas.h181 U32 parity : 1; member in struct:SAS_CAPABILITIES::__anon12354::__anon12355
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1240 zpool_draid_name(char *name, int len, uint64_t data, uint64_t parity, argument
1244 VDEV_TYPE_DRAID, (u_longlong_t)parity, (u_longlong_t)data,
1256 uint64_t spare_id, parity, vdev_id; local
1259 (u_longlong_t *)&parity, (u_longlong_t *)&vdev_id,
2652 * If we are looking for a raidz and a parity is
2662 int parity = *(type + rzlen) - '0'; local
2664 if (parity <= 0 || parity > 3 ||
2667 * Nonsense parity specified, can
2675 if ((int)vdev_parity != parity) {
[all...]
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y1633 f1_instr->parity = 1;
1773 f3_instr->parity = 1;
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dcommon.h703 __be32 *data, u64 *parity);
704 int t4_edc_read(struct adapter *adap, int idx, u32 addr, __be32 *data, u64 *parity);
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c2653 u_int8_t bit_rate, data_bits, stop_bits, parity, local
2673 parity = RFCOMM_RPN_PARITY_NONE;
2680 * parity, no flow control lines, default XON/XOFF
2701 parity = RFCOMM_RPN_PARITY(rpn->line_settings);
2703 parity != RFCOMM_RPN_PARITY_NONE) {
2704 parity = RFCOMM_RPN_PARITY_NONE;
2732 stop_bits, parity);
/freebsd-13-stable/sbin/savecore/
H A Dsavecore.c208 xo_emit_h(xo, "{P: }{Lwc:Dump Parity}{:dump_parity/%u}\n", h->parity);
856 "parity error on last dump header on %s", device);

Completed in 254 milliseconds

1234