Home
last modified time | relevance | path

Searched refs:nrz (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/block/
Dblk-zoned.c115 unsigned int nrz = *nr_zones; in blkdev_report_zones() local
133 if (!nrz) in blkdev_report_zones()
147 sizeof(struct blk_zone) * nrz; in blkdev_report_zones()
210 n < nr_rep && nz < nrz) { in blkdev_report_zones()
219 if (n >= nr_rep || nz >= nrz) in blkdev_report_zones()
/Linux-v4.19/include/uapi/linux/
Dscc.h136 char nrz; /* NRZ instead of NRZI */ member
/Linux-v4.19/Documentation/networking/
Dgeneric-hdlc.txt65 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
Dz8530drv.txt258 # nrz = DF9IC 9k6 MODEM
/Linux-v4.19/drivers/net/hamradio/
Dscc.c807 …wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator… in init_channel()
2041 scc->modem.speed, scc->modem.nrz, in scc_net_seq_show()