/Linux-v4.19/drivers/misc/eeprom/ |
D | idt_89hpesx.c | 151 u8 bytecnt; member 299 for (idx = 0; idx < seq->bytecnt; idx++) { in idt_smb_write_byte() 304 if (idx == seq->bytecnt - 1) in idt_smb_write_byte() 331 for (idx = 0; idx < seq->bytecnt; idx++) { in idt_smb_read_byte() 336 if (idx == seq->bytecnt - 1) in idt_smb_read_byte() 364 evencnt = seq->bytecnt - (seq->bytecnt % 2); in idt_smb_write_word() 383 if (seq->bytecnt != evencnt) { in idt_smb_write_word() 413 evencnt = seq->bytecnt - (seq->bytecnt % 2); in idt_smb_read_word() 433 if (seq->bytecnt != evencnt) { in idt_smb_read_word() 462 if (seq->bytecnt > I2C_SMBUS_BLOCK_MAX) in idt_smb_write_block() [all …]
|
/Linux-v4.19/drivers/sbus/char/ |
D | uctrl.c | 266 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-v4.19/drivers/isdn/hisax/ |
D | sedlbauer.c | 397 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 …]
|
D | mic.c | 161 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()
|
D | asuscom.c | 243 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()
|
D | nj_u.c | 190 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()
|
D | nj_s.c | 228 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()
|
D | elsa.c | 428 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 …]
|
D | enternow_pci.c | 353 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()
|
D | diva.c | 711 int bytecnt; in release_io_diva() local 730 bytecnt = 8; in release_io_diva() 732 bytecnt = 32; in release_io_diva() 734 release_region(cs->hw.diva.cfg_reg, bytecnt); in release_io_diva() 911 int bytecnt; in setup_diva_common() local 915 bytecnt = 8; in setup_diva_common() 917 bytecnt = 32; in setup_diva_common() 935 if (!request_region(cs->hw.diva.cfg_reg, bytecnt, "diva isdn")) { in setup_diva_common() 940 cs->hw.diva.cfg_reg + bytecnt); in setup_diva_common()
|
/Linux-v4.19/arch/ia64/lib/ |
D | memset.S | 38 #define bytecnt r21 macro 83 sub bytecnt = (MIN1+1), tmp // NB: # of bytes to move is 1 higher than loopcnt 90 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ? 94 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ? 101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ? 109 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
|
/Linux-v4.19/arch/parisc/kernel/ |
D | inventory.c | 183 unsigned long bytecnt; in pat_query_module() local 193 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 260 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
|
D | processor.c | 122 unsigned long bytecnt; in processor_probe() local 129 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
|
D | drivers.c | 476 unsigned long bytecnt; in alloc_pa_dev() local 485 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev()
|
/Linux-v4.19/include/uapi/linux/ |
D | mroute6.h | 96 unsigned long bytecnt; member
|
D | mroute.h | 89 unsigned long bytecnt; member
|
/Linux-v4.19/drivers/tty/serial/ |
D | mpsc.c | 99 u16 bytecnt; member 106 u16 bytecnt; member 839 rxre->bytecnt = cpu_to_be16(0); in mpsc_init_rings() 960 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_rx_intr() 1051 rxre->bytecnt = cpu_to_be16(0); in mpsc_rx_intr() 1096 txre->bytecnt = cpu_to_be16(count); in mpsc_setup_tx_desc() 1097 txre->shadow = txre->bytecnt; in mpsc_setup_tx_desc() 1186 pi->port.icount.tx += be16_to_cpu(txre->bytecnt); in mpsc_tx_intr() 1591 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_get_poll_char() 1612 rxre->bytecnt = cpu_to_be16(0); in mpsc_get_poll_char()
|
D | mux.c | 84 unsigned long bytecnt; in get_mux_port_count() local 93 status = pdc_iodc_read(&bytecnt, dev->hpa.start, 0, iodc_data, 32); in get_mux_port_count()
|
/Linux-v4.19/drivers/parisc/ |
D | lba_pci.c | 1023 unsigned long bytecnt; in lba_pat_resources() local 1042 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources() 1046 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 227 u64 *hitcnt, u64 *bytecnt, bool hash);
|
D | cxgb4_filter.c | 431 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() argument 435 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 704 unsigned int bytecnt) in mlx4_bf_copy() argument 706 __iowrite64_copy(dst, src, bytecnt / 8); in mlx4_bf_copy()
|
/Linux-v4.19/net/ipv6/ |
D | ip6mr.c | 1857 sr.bytecnt = c->_c.mfc_un.res.bytes; in ip6mr_ioctl() 1877 compat_ulong_t bytecnt; member 1931 sr.bytecnt = c->_c.mfc_un.res.bytes; in ip6mr_compat_ioctl()
|
/Linux-v4.19/net/ipv4/ |
D | ipmr.c | 1638 sr.bytecnt = c->_c.mfc_un.res.bytes; in ipmr_ioctl() 1658 compat_ulong_t bytecnt; member 1712 sr.bytecnt = c->_c.mfc_un.res.bytes; in ipmr_compat_ioctl()
|