Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/misc/eeprom/
A Didt_89hpesx.c118 u8 bytecnt; member
271 if (idx == seq->bytecnt - 1) in idt_smb_write_byte()
303 if (idx == seq->bytecnt - 1) in idt_smb_read_byte()
331 evencnt = seq->bytecnt - (seq->bytecnt % 2); in idt_smb_write_word()
380 evencnt = seq->bytecnt - (seq->bytecnt % 2); in idt_smb_read_word()
461 if (sts != seq->bytecnt) in idt_smb_read_block()
486 buf[0] = seq->bytecnt; in idt_smb_write_i2c_block()
494 seq->bytecnt + 1, buf); in idt_smb_write_i2c_block()
521 seq->bytecnt + 1, buf); in idt_smb_read_i2c_block()
522 if (sts != seq->bytecnt + 1) in idt_smb_read_i2c_block()
[all …]
/linux-6.3-rc2/drivers/sbus/char/
A Ductrl.c264 int stat, incnt, outcnt, bytecnt, intr; in uctrl_do_txn() local
278 bytecnt = 0; in uctrl_do_txn()
280 byte = (txn->inbuf[bytecnt] << 8); in uctrl_do_txn()
283 bytecnt++; in uctrl_do_txn()
290 bytecnt = 0; in uctrl_do_txn()
293 txn->outbuf[bytecnt] = (byte >> 8); in uctrl_do_txn()
296 bytecnt++; in uctrl_do_txn()
/linux-6.3-rc2/arch/ia64/lib/
A Dmemset.S38 #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-6.3-rc2/arch/parisc/kernel/
A Dinventory.c191 unsigned long bytecnt; in pat_query_module() local
201 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
268 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
A Dprocessor.c109 unsigned long bytecnt; in processor_probe() local
116 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
A Ddrivers.c497 unsigned long bytecnt; in alloc_pa_dev() local
506 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev()
/linux-6.3-rc2/include/uapi/linux/
A Dmroute6.h103 unsigned long bytecnt; member
A Dmroute.h96 unsigned long bytecnt; member
/linux-6.3-rc2/drivers/tty/serial/
A Dmux.c80 unsigned long bytecnt; in get_mux_port_count() local
89 status = pdc_iodc_read(&bytecnt, dev->hpa.start, 0, iodc_data, 32); in get_mux_port_count()
/linux-6.3-rc2/drivers/parisc/
A Dlba_pci.c1020 unsigned long bytecnt; in lba_pat_resources() local
1039 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
1043 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_uld.h297 u64 *hitcnt, u64 *bytecnt, bool hash);
A Dcxgb4_filter.c438 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() argument
442 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Den_tx.c750 unsigned int bytecnt) in mlx4_bf_copy() argument
752 __iowrite64_copy(dst, src, bytecnt / 8); in mlx4_bf_copy()
/linux-6.3-rc2/net/ipv6/
A Dip6mr.c1926 sr.bytecnt = c->_c.mfc_un.res.bytes; in ip6mr_ioctl()
1946 compat_ulong_t bytecnt; member
2001 sr.bytecnt = c->_c.mfc_un.res.bytes; in ip6mr_compat_ioctl()
/linux-6.3-rc2/net/ipv4/
A Dipmr.c1639 sr.bytecnt = c->_c.mfc_un.res.bytes; in ipmr_ioctl()
1659 compat_ulong_t bytecnt; member
1714 sr.bytecnt = c->_c.mfc_un.res.bytes; in ipmr_compat_ioctl()

Completed in 72 milliseconds