/openbmc/linux/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 118 u8 bytecnt; member 266 for (idx = 0; idx < seq->bytecnt; idx++) { in idt_smb_write_byte() 271 if (idx == seq->bytecnt - 1) in idt_smb_write_byte() 298 for (idx = 0; idx < seq->bytecnt; idx++) { in idt_smb_read_byte() 303 if (idx == seq->bytecnt - 1) in idt_smb_read_byte() 331 evencnt = seq->bytecnt - (seq->bytecnt % 2); in idt_smb_write_word() 350 if (seq->bytecnt != evencnt) { in idt_smb_write_word() 380 evencnt = seq->bytecnt - (seq->bytecnt % 2); in idt_smb_read_word() 400 if (seq->bytecnt != evencnt) { in idt_smb_read_word() 429 if (seq->bytecnt > I2C_SMBUS_BLOCK_MAX) in idt_smb_write_block() [all …]
|
/openbmc/linux/drivers/sbus/char/ |
H A D | uctrl.c | 264 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()
|
/openbmc/linux/arch/ia64/lib/ |
H A 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 ?
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | inventory.c | 191 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()
|
H A D | processor.c | 110 unsigned long bytecnt; in processor_probe() local 117 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
|
H A D | drivers.c | 498 unsigned long bytecnt; in alloc_pa_dev() local 507 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sunxi_mmc.c | 367 unsigned int bytecnt = 0; in sunxi_mmc_send_cmd_common() local 397 writel(data->blocks * data->blocksize, &priv->reg->bytecnt); in sunxi_mmc_send_cmd_common() 415 bytecnt = data->blocksize * data->blocks; in sunxi_mmc_send_cmd_common() 416 debug("trans data %d bytes\n", bytecnt); in sunxi_mmc_send_cmd_common()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | mux.c | 80 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()
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | mmc.h | 21 u32 bytecnt; /* 0x14 byte count */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | mroute6.h | 103 unsigned long bytecnt; member
|
H A D | mroute.h | 96 unsigned long bytecnt; member
|
/openbmc/linux/drivers/parisc/ |
H A D | lba_pci.c | 1020 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()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 297 u64 *hitcnt, u64 *bytecnt, bool hash);
|
H A D | cxgb4_filter.c | 438 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 752 unsigned int bytecnt) in mlx4_bf_copy() argument 754 __iowrite64_copy(dst, src, bytecnt / 8); in mlx4_bf_copy()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6mr.c | 1935 sr->bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes); in ip6mr_ioctl() 1952 compat_ulong_t bytecnt; member 2007 sr.bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes); in ip6mr_compat_ioctl()
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr.c | 1670 sr->bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes); in ipmr_ioctl() 1687 compat_ulong_t bytecnt; member 1742 sr.bytecnt = atomic_long_read(&c->_c.mfc_un.res.bytes); in ipmr_compat_ioctl()
|