Home
last modified time | relevance | path

Searched refs:remaining (Results 201 – 225 of 633) sorted by relevance

12345678910>>...26

/openbmc/linux/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c196 int remaining, i; in cio2_fbpt_entry_init_buf() local
199 remaining = length + entry[0].first_entry.first_page_offset; in cio2_fbpt_entry_init_buf()
200 entry[1].second_entry.num_of_pages = PFN_UP(remaining); in cio2_fbpt_entry_init_buf()
209 remaining = offset_in_page(remaining) ?: PAGE_SIZE; in cio2_fbpt_entry_init_buf()
210 entry[1].second_entry.last_page_available_bytes = remaining - 1; in cio2_fbpt_entry_init_buf()
212 remaining = length; in cio2_fbpt_entry_init_buf()
214 while (remaining > 0) { in cio2_fbpt_entry_init_buf()
216 remaining -= CIO2_LOP_ENTRIES * PAGE_SIZE; in cio2_fbpt_entry_init_buf()
/openbmc/linux/Documentation/devicetree/bindings/clock/st/
H A Dst,quadfs.txt33 for the remaining outputs.
/openbmc/docs/architecture/
H A Dipmi-architecture.md271 - std::optional<T> - extracts T if there are enough remaining bits/bytes
273 - std::vector<T> - extracts elements of T from the remaining bytes
314 Payload parameter. When the Payload parameter is present, any remaining,
316 were used to unpack the other parameters, the remaining parameters can be
318 Configuration Parameters, where the first two bytes are fixed, but the remaining
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c138 size_t remaining = len; in spi_nor_read_data() local
150 while (remaining) { in spi_nor_read_data()
151 op.data.nbytes = remaining < UINT_MAX ? remaining : UINT_MAX; in spi_nor_read_data()
161 remaining -= op.data.nbytes; in spi_nor_read_data()
176 size_t remaining = len; in spi_nor_write_data() local
187 while (remaining) { in spi_nor_write_data()
188 op.data.nbytes = remaining < UINT_MAX ? remaining : UINT_MAX; in spi_nor_write_data()
198 remaining -= op.data.nbytes; in spi_nor_write_data()
/openbmc/linux/Documentation/block/
H A Dcmdline-partition.rst29 "-" is used to denote all remaining space.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-inzi.rst26 The six remaining MSBs are padded with zeros.
/openbmc/linux/drivers/net/ethernet/cadence/
H A DKconfig17 remaining Cadence network card questions. If you say Y, you will be
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py672 remaining = lexer.add(input, eof)
674 return [], remaining
677 return yacc.parse(lexer=lexer, debug=debug), remaining
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c367 unsigned long remaining; in ionic_adminq_wait() local
383 remaining = wait_for_completion_timeout(&ctx->work, in ionic_adminq_wait()
387 if (remaining) in ionic_adminq_wait()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c830 int remaining, ret; in adreno_system_suspend() local
837 remaining = wait_event_timeout(gpu->retire_event, in adreno_system_suspend()
840 if (remaining == 0) { in adreno_system_suspend()
/openbmc/linux/arch/alpha/lib/
H A Dev6-memset.S103 sra $18,3,$3 # U : Number of remaining quads to write
281 sra $18,3,$3 # U : Number of remaining quads to write
469 sra $18,3,$3 # U : Number of remaining quads to write
/openbmc/linux/arch/x86/kvm/
H A Di8254.c85 ktime_t remaining; in __kpit_elapsed() local
100 remaining = hrtimer_get_remaining(&ps->timer); in __kpit_elapsed()
101 elapsed = ps->period - ktime_to_ns(remaining); in __kpit_elapsed()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c1189 uint64_t table_size, table_ptr, remaining; in ahci_command_commit() local
1221 remaining = cmd->xbytes; in ahci_command_commit()
1225 if (remaining > cmd->prd_size) { in ahci_command_commit()
1228 remaining -= cmd->prd_size; in ahci_command_commit()
1231 prd.dbc = cpu_to_le32(remaining - 1); in ahci_command_commit()
1232 remaining = 0; in ahci_command_commit()
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi.c51 int remaining; member
279 if (--n->tmf_req->remaining == 0) { in virtio_scsi_cancel_notify()
464 req->remaining = 1; in virtio_scsi_do_tmf()
495 req->remaining = 1; in virtio_scsi_do_tmf()
507 req->remaining++; in virtio_scsi_do_tmf()
515 if (--req->remaining > 0) { in virtio_scsi_do_tmf()
/openbmc/linux/fs/fuse/
H A Dvirtio_fs.c522 unsigned int remaining; in copy_args_from_argbuf() local
528 remaining = req->out.h.len - sizeof(req->out.h); in copy_args_from_argbuf()
538 argsize > remaining) { in copy_args_from_argbuf()
539 argsize = remaining; in copy_args_from_argbuf()
546 remaining -= argsize; in copy_args_from_argbuf()
551 args->out_args[args->out_numargs - 1].size = remaining; in copy_args_from_argbuf()
/openbmc/linux/drivers/message/fusion/
H A Dmptlan.c969 u32 remaining = le32_to_cpu(pRecvRep->BucketsRemaining); in mpt_lan_receive_post_reply() local
1108 if (remaining == 0) in mpt_lan_receive_post_reply()
1113 else if (remaining < 10) in mpt_lan_receive_post_reply()
1117 remaining, atomic_read(&priv->buckets_out)); in mpt_lan_receive_post_reply()
1119 if ((remaining < priv->bucketthresh) && in mpt_lan_receive_post_reply()
1120 ((atomic_read(&priv->buckets_out) - remaining) > in mpt_lan_receive_post_reply()
/openbmc/linux/arch/powerpc/lib/
H A Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dapple,admac.yaml49 source. The remaining interrupts will be left without a valid value, e.g.
/openbmc/linux/Documentation/hid/
H A Dhidreport-parsing.rst44 and is a ``Local`` item (``10``). Thus, the meaning of the remaining four bits
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A D0001-tests-shell-Fix-sets-reset_command_0-for-current-ker.patch48 echo -n "remaining elements are reset: "
/openbmc/linux/rust/alloc/vec/
H A Dinto_iter.rs121 let remaining = self.as_raw_mut_slice(); in forget_allocation_drop_remaining() localVariable
134 ptr::drop_in_place(remaining); in forget_allocation_drop_remaining()
/openbmc/linux/drivers/mmc/host/
H A Datmel-mci.c1994 unsigned int remaining = sg->length - offset; in atmci_read_data_pio() local
1996 sg_pcopy_from_buffer(sg, 1, &value, remaining, offset); in atmci_read_data_pio()
1997 nbytes += remaining; in atmci_read_data_pio()
2005 offset = 4 - remaining; in atmci_read_data_pio()
2006 sg_pcopy_from_buffer(sg, 1, (u8 *)&value + remaining, in atmci_read_data_pio()
2059 unsigned int remaining = sg->length - offset; in atmci_write_data_pio() local
2062 sg_pcopy_to_buffer(sg, 1, &value, remaining, offset); in atmci_write_data_pio()
2063 nbytes += remaining; in atmci_write_data_pio()
2072 offset = 4 - remaining; in atmci_write_data_pio()
2073 sg_pcopy_to_buffer(sg, 1, (u8 *)&value + remaining, in atmci_write_data_pio()
/openbmc/linux/fs/
H A Ddirect-io.c338 unsigned long remaining; in dio_bio_end_aio() local
346 remaining = --dio->refcount; in dio_bio_end_aio()
347 if (remaining == 1 && dio->waiter) in dio_bio_end_aio()
351 if (remaining == 0) { in dio_bio_end_aio()
/openbmc/linux/drivers/fsi/
H A Dfsi-sbefifo.c498 size_t len, chunk, vacant = 0, remaining = cmd_len; in sbefifo_send_command() local
508 while (remaining) { in sbefifo_send_command()
516 len = chunk = min(vacant, remaining); in sbefifo_send_command()
529 remaining -= chunk; in sbefifo_send_command()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dstream.hpp306 std::size_t remaining() const in remaining() function in openpower::pels::Stream

12345678910>>...26