Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/char/
Ductrl.c275 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local
289 bytecnt = 0; in uctrl_do_txn()
291 byte = (txn->inbuf[bytecnt] << 8); in uctrl_do_txn()
294 bytecnt++; in uctrl_do_txn()
301 bytecnt = 0; in uctrl_do_txn()
304 txn->outbuf[bytecnt] = (byte >> 8); in uctrl_do_txn()
307 bytecnt++; in uctrl_do_txn()
/linux-2.4.37.9/drivers/isdn/hisax/
Dmic.c177 int bytecnt = 8; in release_io_mic() local
180 release_region(cs->hw.mic.cfg_reg, bytecnt); in release_io_mic()
205 int bytecnt; in setup_mic() local
214 bytecnt = 8; in setup_mic()
221 if (check_region((cs->hw.mic.cfg_reg), bytecnt)) { in setup_mic()
226 cs->hw.mic.cfg_reg + bytecnt); in setup_mic()
229 request_region(cs->hw.mic.cfg_reg, bytecnt, "mic isdn"); in setup_mic()
Dnj_s.c151 int bytecnt; in setup_netjet_s() local
251 bytecnt = 256; in setup_netjet_s()
256 if (check_region(cs->hw.njet.base, bytecnt)) { in setup_netjet_s()
261 cs->hw.njet.base + bytecnt); in setup_netjet_s()
264 request_region(cs->hw.njet.base, bytecnt, "netjet-s isdn"); in setup_netjet_s()
Dnj_u.c151 int bytecnt; in setup_netjet_u() local
245 bytecnt = 256; in setup_netjet_u()
250 if (check_region(cs->hw.njet.base, bytecnt)) { in setup_netjet_u()
255 cs->hw.njet.base + bytecnt); in setup_netjet_u()
258 request_region(cs->hw.njet.base, bytecnt, "netspider-u isdn"); in setup_netjet_u()
Denternow_pci.c304 int bytecnt; in setup_enternow_pci() local
390 bytecnt = 256; in setup_enternow_pci()
395 if (check_region(cs->hw.njet.base, bytecnt)) { in setup_enternow_pci()
400 cs->hw.njet.base + bytecnt); in setup_enternow_pci()
403 request_region(cs->hw.njet.base, bytecnt, "Fn_ISDN"); in setup_enternow_pci()
Dsedlbauer.c412 int bytecnt = 8; in release_io_sedlbauer() local
415 bytecnt = 16; in release_io_sedlbauer()
417 bytecnt = 256; in release_io_sedlbauer()
420 release_region(cs->hw.sedl.cfg_reg, bytecnt); in release_io_sedlbauer()
552 int bytecnt, ver, val; in setup_sedlbauer() local
576 bytecnt = 8; in setup_sedlbauer()
581 bytecnt = 16; in setup_sedlbauer()
616 bytecnt = 16; in setup_sedlbauer()
681 bytecnt = 256; in setup_sedlbauer()
706 check_region((cs->hw.sedl.cfg_reg), bytecnt)) { in setup_sedlbauer()
[all …]
Dasuscom.c258 int bytecnt = 8; in release_io_asuscom() local
261 release_region(cs->hw.asus.cfg_reg, bytecnt); in release_io_asuscom()
337 int bytecnt; in setup_asuscom() local
385 bytecnt = 8; in setup_asuscom()
388 if (check_region((cs->hw.asus.cfg_reg), bytecnt)) { in setup_asuscom()
393 cs->hw.asus.cfg_reg + bytecnt); in setup_asuscom()
396 request_region(cs->hw.asus.cfg_reg, bytecnt, "asuscom isdn"); in setup_asuscom()
Delsa.c451 int bytecnt = 8; in release_io_elsa() local
462 bytecnt = 2; in release_io_elsa()
477 bytecnt = 16; in release_io_elsa()
483 release_region(cs->hw.elsa.base, bytecnt); in release_io_elsa()
886 int bytecnt; in setup_elsa() local
1122 bytecnt = 8; in setup_elsa()
1128 bytecnt = 16; in setup_elsa()
1131 bytecnt = 2; in setup_elsa()
1141 if (cs->typ != ISDN_CTYPE_ELSA_PCMCIA && check_region(cs->hw.elsa.base, bytecnt)) { in setup_elsa()
1146 cs->hw.elsa.base + bytecnt); in setup_elsa()
[all …]
Ddiva.c729 int bytecnt; in release_io_diva() local
746 bytecnt = 8; in release_io_diva()
748 bytecnt = 32; in release_io_diva()
750 release_region(cs->hw.diva.cfg_reg, bytecnt); in release_io_diva()
947 int bytecnt = 8; in setup_diva() local
1118 bytecnt = 0; in setup_diva()
1125 bytecnt = 32; in setup_diva()
1145 if (check_region(cs->hw.diva.cfg_reg, bytecnt)) { in setup_diva()
1150 cs->hw.diva.cfg_reg + bytecnt); in setup_diva()
1153 request_region(cs->hw.diva.cfg_reg, bytecnt, "diva isdn"); in setup_diva()
/linux-2.4.37.9/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-2.4.37.9/drivers/fc4/
Dsoc.c272 len = xram_get_32 ((xram_p)&hwrsp->shdr.bytecnt); in soc_unsolicited()
400 request->shdr.bytecnt = i; in soc_hw_enque()
408 request->shdr.bytecnt = 0; in soc_hw_enque()
454 request->shdr.bytecnt = fcmd->cmdlen; in soc_hw_enque()
461 request->shdr.bytecnt = 0; in soc_hw_enque()
470 request->shdr.bytecnt = fcmd->cmdlen; in soc_hw_enque()
485 request->shdr.bytecnt = fcmd->datalen; in soc_hw_enque()
488 request->shdr.bytecnt = 0; in soc_hw_enque()
Dsocal.c344 len = hwrsp->shdr.bytecnt; in socal_unsolicited()
483 request->shdr.bytecnt = i; in socal_hw_enque()
490 request->shdr.bytecnt = 0; in socal_hw_enque()
523 request->shdr.bytecnt = sizeof(fc_al_posmap); in socal_hw_enque()
541 request->shdr.bytecnt = fcmd->cmdlen; in socal_hw_enque()
548 request->shdr.bytecnt = 0; in socal_hw_enque()
557 request->shdr.bytecnt = fcmd->cmdlen; in socal_hw_enque()
570 request->shdr.bytecnt = fcmd->datalen; in socal_hw_enque()
573 request->shdr.bytecnt = 0; in socal_hw_enque()
Dsoc.h172 u32 bytecnt; member
Dsocal.h122 u32 bytecnt; member
/linux-2.4.37.9/arch/parisc/kernel/
Dinventory.c172 unsigned long bytecnt; in pat_query_module() local
178 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
241 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
Dprocessor.c97 unsigned long bytecnt; in processor_probe() local
104 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
Ddrivers.c391 unsigned long bytecnt; in alloc_pa_dev() local
400 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev()
Dlba_pci.c991 unsigned long bytecnt; in lba_pat_resources() local
1000 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
1004 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
/linux-2.4.37.9/include/linux/
Dmroute.h92 unsigned long bytecnt; member
/linux-2.4.37.9/net/ipv4/
Dipmr.c1044 sr.bytecnt = c->mfc_un.res.bytes; in ipmr_ioctl()