Home
last modified time | relevance | path

Searched refs:bytecnt (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/drivers/sbus/char/
Ductrl.c266 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local
280 bytecnt = 0; in uctrl_do_txn()
282 byte = (txn->inbuf[bytecnt] << 8); in uctrl_do_txn()
285 bytecnt++; in uctrl_do_txn()
292 bytecnt = 0; in uctrl_do_txn()
295 txn->outbuf[bytecnt] = (byte >> 8); in uctrl_do_txn()
298 bytecnt++; in uctrl_do_txn()
/linux-4.4.14/drivers/isdn/hisax/
Dsedlbauer.c397 int bytecnt = 8; in release_io_sedlbauer() local
400 bytecnt = 16; in release_io_sedlbauer()
402 bytecnt = 256; in release_io_sedlbauer()
405 release_region(cs->hw.sedl.cfg_reg, bytecnt); in release_io_sedlbauer()
533 static int setup_sedlbauer_isapnp(struct IsdnCard *card, int *bytecnt) in setup_sedlbauer_isapnp() argument
572 *bytecnt = 16; in setup_sedlbauer_isapnp()
593 static int setup_sedlbauer_isapnp(struct IsdnCard *card, int *bytecnt) in setup_sedlbauer_isapnp() argument
676 int bytecnt = 8, ver, val, rc; in setup_sedlbauer() local
698 bytecnt = 8; in setup_sedlbauer()
703 bytecnt = 16; in setup_sedlbauer()
[all …]
Dmic.c161 int bytecnt = 8; in release_io_mic() local
164 release_region(cs->hw.mic.cfg_reg, bytecnt); in release_io_mic()
192 int bytecnt; in setup_mic() local
201 bytecnt = 8; in setup_mic()
208 if (!request_region(cs->hw.mic.cfg_reg, bytecnt, "mic isdn")) { in setup_mic()
212 cs->hw.mic.cfg_reg + bytecnt); in setup_mic()
Dasuscom.c243 int bytecnt = 8; in release_io_asuscom() local
246 release_region(cs->hw.asus.cfg_reg, bytecnt); in release_io_asuscom()
320 int bytecnt; in setup_asuscom() local
371 bytecnt = 8; in setup_asuscom()
374 if (!request_region(cs->hw.asus.cfg_reg, bytecnt, "asuscom isdn")) { in setup_asuscom()
378 cs->hw.asus.cfg_reg + bytecnt); in setup_asuscom()
Dnj_u.c190 const int bytecnt = 256; in nju_cs_init_rest() local
195 if (!request_region(cs->hw.njet.base, bytecnt, "netspider-u isdn")) { in nju_cs_init_rest()
200 cs->hw.njet.base + bytecnt); in nju_cs_init_rest()
Dnj_s.c228 const int bytecnt = 256; in njs_cs_init_rest() local
233 if (!request_region(cs->hw.njet.base, bytecnt, "netjet-s isdn")) { in njs_cs_init_rest()
237 cs->hw.njet.base + bytecnt); in njs_cs_init_rest()
Delsa.c428 int bytecnt = 8; in release_io_elsa() local
439 bytecnt = 2; in release_io_elsa()
454 bytecnt = 16; in release_io_elsa()
460 release_region(cs->hw.elsa.base, bytecnt); in release_io_elsa()
1101 int bytecnt; in setup_elsa_common() local
1110 bytecnt = 8; in setup_elsa_common()
1116 bytecnt = 16; in setup_elsa_common()
1119 bytecnt = 2; in setup_elsa_common()
1129 if (cs->typ != ISDN_CTYPE_ELSA_PCMCIA && !request_region(cs->hw.elsa.base, bytecnt, "elsa isdn")) { in setup_elsa_common()
1133 cs->hw.elsa.base + bytecnt); in setup_elsa_common()
[all …]
Denternow_pci.c353 const int bytecnt = 256; in en_cs_init_rest() local
358 if (!request_region(cs->hw.njet.base, bytecnt, "Fn_ISDN")) { in en_cs_init_rest()
362 cs->hw.njet.base + bytecnt); in en_cs_init_rest()
Ddiva.c709 int bytecnt; in release_io_diva() local
728 bytecnt = 8; in release_io_diva()
730 bytecnt = 32; in release_io_diva()
732 release_region(cs->hw.diva.cfg_reg, bytecnt); in release_io_diva()
909 int bytecnt; in setup_diva_common() local
913 bytecnt = 8; in setup_diva_common()
915 bytecnt = 32; in setup_diva_common()
933 if (!request_region(cs->hw.diva.cfg_reg, bytecnt, "diva isdn")) { in setup_diva_common()
938 cs->hw.diva.cfg_reg + bytecnt); in setup_diva_common()
/linux-4.4.14/arch/ia64/lib/
Dmemset.S36 #define bytecnt r21 macro
81 sub bytecnt = (MIN1+1), tmp // NB: # of bytes to move is 1 higher than loopcnt
88 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ?
92 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ?
99 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
107 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
/linux-4.4.14/arch/parisc/kernel/
Dinventory.c174 unsigned long bytecnt; in pat_query_module() local
184 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
251 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
Dprocessor.c122 unsigned long bytecnt; in processor_probe() local
133 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
Ddrivers.c478 unsigned long bytecnt; in alloc_pa_dev() local
487 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev()
/linux-4.4.14/include/uapi/linux/
Dmroute.h99 unsigned long bytecnt; member
Dmroute6.h99 unsigned long bytecnt; member
/linux-4.4.14/drivers/tty/serial/
Dmpsc.c101 u16 bytecnt; member
108 u16 bytecnt; member
841 rxre->bytecnt = cpu_to_be16(0); in mpsc_init_rings()
962 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_rx_intr()
1053 rxre->bytecnt = cpu_to_be16(0); in mpsc_rx_intr()
1098 txre->bytecnt = cpu_to_be16(count); in mpsc_setup_tx_desc()
1099 txre->shadow = txre->bytecnt; in mpsc_setup_tx_desc()
1188 pi->port.icount.tx += be16_to_cpu(txre->bytecnt); in mpsc_tx_intr()
1596 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_get_poll_char()
1617 rxre->bytecnt = cpu_to_be16(0); in mpsc_get_poll_char()
Dmux.c88 unsigned long bytecnt; in get_mux_port_count() local
97 status = pdc_iodc_read(&bytecnt, dev->hpa.start, 0, iodc_data, 32); in get_mux_port_count()
/linux-4.4.14/drivers/parisc/
Dlba_pci.c983 unsigned long bytecnt; in lba_pat_resources() local
1002 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
1006 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c702 unsigned int bytecnt) in mlx4_bf_copy() argument
704 __iowrite64_copy(dst, src, bytecnt / 8); in mlx4_bf_copy()
/linux-4.4.14/net/ipv6/
Dip6mr.c1895 sr.bytecnt = c->mfc_un.res.bytes; in ip6mr_ioctl()
1915 compat_ulong_t bytecnt; member
1969 sr.bytecnt = c->mfc_un.res.bytes; in ip6mr_compat_ioctl()
/linux-4.4.14/net/ipv4/
Dipmr.c1524 sr.bytecnt = c->mfc_un.res.bytes; in ipmr_ioctl()
1544 compat_ulong_t bytecnt; member
1598 sr.bytecnt = c->mfc_un.res.bytes; in ipmr_compat_ioctl()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c2500 unsigned bytecnt, struct mlx5_ib_qp *qp) in mlx5_bf_copy() argument
2502 while (bytecnt > 0) { in mlx5_bf_copy()
2511 bytecnt -= 64; in mlx5_bf_copy()