Searched refs:nrz (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | scc.h | 137 char nrz; /* NRZ instead of NRZI */ member
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 1320 unsigned int nrz, bool reset_all) in get_zones_wp() argument 1329 rep_size = sizeof(struct blk_zone_report) + nrz * sizeof(struct blk_zone); in get_zones_wp() 1334 while (n < nrz) { in get_zones_wp() 1337 rep->nr_zones = nrz - n; in get_zones_wp() 1390 unsigned int nrz) in update_zones_wp() argument 1392 if (get_zones_wp(bs, fd, offset, nrz, 0) < 0) { in update_zones_wp() 2095 unsigned int nrz; in handle_aiocb_zone_report() local 2099 nrz = *nr_zones; in handle_aiocb_zone_report() 2100 rep_size = sizeof(struct blk_zone_report) + nrz * sizeof(struct blk_zone); in handle_aiocb_zone_report() 2105 while (n < nrz) { in handle_aiocb_zone_report() [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | generic-hdlc.rst | 86 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | scc.c | 809 …wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator… in init_channel() 2044 scc->modem.speed, scc->modem.nrz, in scc_net_seq_show()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_debug.c | 4467 unsigned int rep_max_zones, nrz = 0; in resp_report_zones() local 4569 if (nrz < rep_max_zones) { in resp_report_zones() 4581 if (partial && nrz >= rep_max_zones) in resp_report_zones() 4584 nrz++; in resp_report_zones() 4589 put_unaligned_be32(nrz * RZONES_DESC_HD, arr + 0); in resp_report_zones()
|
/openbmc/linux/Documentation/networking/device_drivers/hamradio/ |
H A D | z8530drv.rst | 275 # nrz = DF9IC 9k6 MODEM
|