Home
last modified time | relevance | path

Searched refs:bytecnt (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/misc/eeprom/
H A Didt_89hpesx.c144 * @bytecnt: Byte count of operation
149 u8 bytecnt; member
187 * @CCODE_BLOCK: Supplied data has variable length passed in bytecnt
297 for (idx = 0; idx < seq->bytecnt; idx++) { in idt_smb_write_byte()
302 if (idx == seq->bytecnt - 1) in idt_smb_write_byte()
329 for (idx = 0; idx < seq->bytecnt; idx++) { in idt_smb_read_byte()
334 if (idx == seq->bytecnt - 1) in idt_smb_read_byte()
362 evencnt = seq->bytecnt - (seq->bytecnt % 2); in idt_smb_write_word()
381 if (seq->bytecnt ! in idt_smb_write_word()
[all...]
/kernel/linux/linux-6.6/drivers/misc/eeprom/
H A Didt_89hpesx.c113 * @bytecnt: Byte count of operation
118 u8 bytecnt; member
156 * @CCODE_BLOCK: Supplied data has variable length passed in bytecnt
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 ! in idt_smb_write_word()
[all...]
/kernel/linux/linux-5.10/drivers/sbus/char/
H 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()
/kernel/linux/linux-6.6/drivers/sbus/char/
H 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()
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dmemset.S38 #define bytecnt r21 define
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 ?
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dmemset.S38 #define bytecnt r21 define
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 ?
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dmroute6.h64 unsigned long bytecnt; member
H A Dmroute.h67 unsigned long bytecnt; member
/kernel/linux/linux-5.10/arch/parisc/kernel/
H 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()
H A Dprocessor.c108 unsigned long bytecnt; in processor_probe() local
115 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
H A Ddrivers.c498 unsigned long bytecnt; in alloc_pa_dev() local
507 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H 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()
H A Dprocessor.c110 unsigned long bytecnt; in processor_probe() local
117 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
/kernel/linux/linux-5.10/drivers/tty/serial/
H 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()
/kernel/linux/linux-6.6/drivers/tty/serial/
H 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()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dmroute.h96 unsigned long bytecnt; member
H A Dmroute6.h103 unsigned long bytecnt; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmroute.h96 unsigned long bytecnt; member
H A Dmroute6.h103 unsigned long bytecnt; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dmroute.h85 unsigned long bytecnt; member
H A Dmroute6.h82 unsigned long bytecnt; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmroute6.h82 unsigned long bytecnt; member
H A Dmroute.h85 unsigned long bytecnt; member
/kernel/linux/linux-5.10/drivers/parisc/
H 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()
/kernel/linux/linux-6.6/drivers/parisc/
H 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()

Completed in 21 milliseconds

12