| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_phyp.c | 71 unsigned long *outs, /* array of 9 outputs */ in ehea_plpar_hcall9() argument 87 ret = plpar_hcall9(opcode, outs, in ehea_plpar_hcall9() 114 outs[0], outs[1], outs[2], outs[3], outs[4], in ehea_plpar_hcall9() 115 outs[5], outs[6], outs[7], outs[8]); in ehea_plpar_hcall9() 203 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_qp() local 244 outs, in ehea_h_alloc_resource_qp() 255 *qp_handle = outs[0]; in ehea_h_alloc_resource_qp() 256 init_attr->qp_nr = (u32)outs[1]; in ehea_h_alloc_resource_qp() 259 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_SWQE, outs[2]); in ehea_h_alloc_resource_qp() 261 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_R1WQE, outs[2]); in ehea_h_alloc_resource_qp() [all …]
|
| /linux/arch/sparc/kernel/ |
| H A D | iommu_common.h | 41 struct scatterlist *outs, in is_span_boundary() argument 44 unsigned long paddr = SG_ENT_PHYS_ADDRESS(outs); in is_span_boundary() 45 int nr = iommu_num_pages(paddr, outs->dma_length + sg->length, in is_span_boundary()
|
| H A D | iommu.c | 444 struct scatterlist *s, *outs, *segstart; in dma_4u_map_sg() local 474 outs = s = segstart = &sglist[0]; in dma_4u_map_sg() 480 outs->dma_length = 0; in dma_4u_map_sg() 530 (outs->dma_length + s->length > max_seg_size) || in dma_4u_map_sg() 532 seg_boundary_size, outs, s))) { in dma_4u_map_sg() 536 outs = sg_next(outs); in dma_4u_map_sg() 538 outs->dma_length += s->length; in dma_4u_map_sg() 544 outs->dma_address = dma_addr; in dma_4u_map_sg() 545 outs->dma_length = slen; in dma_4u_map_sg() 556 outs = sg_next(outs); in dma_4u_map_sg() [all …]
|
| H A D | pci_sun4v.c | 480 struct scatterlist *s, *outs, *segstart; in dma_4v_map_sg() local 507 outs = s = segstart = &sglist[0]; in dma_4v_map_sg() 513 outs->dma_length = 0; in dma_4v_map_sg() 573 (outs->dma_length + s->length > max_seg_size) || in dma_4v_map_sg() 575 seg_boundary_size, outs, s))) { in dma_4v_map_sg() 579 outs = sg_next(outs); in dma_4v_map_sg() 581 outs->dma_length += s->length; in dma_4v_map_sg() 587 outs->dma_address = dma_addr; in dma_4v_map_sg() 588 outs->dma_length = slen; in dma_4v_map_sg() 604 outs = sg_next(outs); in dma_4v_map_sg() [all …]
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 119 __io_writes_outs(outs, u8, b, __io_pbw(), __io_paw()) 120 __io_writes_outs(outs, u16, w, __io_pbw(), __io_paw()) 121 __io_writes_outs(outs, u32, l, __io_pbw(), __io_paw()) 136 __io_writes_outs(outs, u64, q, __io_pbr(), __io_paw())
|
| /linux/arch/powerpc/kernel/ |
| H A D | iommu.c | 478 struct scatterlist *s, *outs, *segstart; in ppc_iommu_map_sg() local 489 outs = s = segstart = &sglist[0]; in ppc_iommu_map_sg() 495 outs->dma_length = 0; in ppc_iommu_map_sg() 553 (outs->dma_length + s->length > max_seg_size)) { in ppc_iommu_map_sg() 557 outs = sg_next(outs); in ppc_iommu_map_sg() 560 outs->dma_length += s->length; in ppc_iommu_map_sg() 561 DBG(" merged, new len: %ux\n", outs->dma_length); in ppc_iommu_map_sg() 568 outs->dma_address = dma_addr; in ppc_iommu_map_sg() 569 outs->dma_length = slen; in ppc_iommu_map_sg() 588 outs = sg_next(outs); in ppc_iommu_map_sg() [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | README | 51 fskeleton.s Sample Call-outs needed by fpsp.sa and pfpsp.sa 53 iskeleton.s Sample Call-outs needed by isp.sa 55 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
|
| H A D | TEST.DOC | 81 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field 107 68060ISP-TEST Call-outs: 112 68060FPSP-TEST Call-outs:
|
| H A D | fpsp.doc | 87 listed in "68060FPSP call-outs" below). Each field entry should contain 112 68060FPSP call-outs: (details in fskeleton.s)
|
| H A D | isp.doc | 95 listed in "68060ISP call-outs" below). Each field entry should contain 121 68060ISP call-outs: (details in iskeleton.s)
|
| /linux/Documentation/sound/cards/ |
| H A D | serial-u16550.rst | 34 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 outs=4 36 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs 49 the outs module parameter is automatically set to 1. The driver sends 59 the outs module parameter is automatically set to 16. The substream
|
| H A D | hdspm.rst | 260 with mixing or routing. the analog outs reflects channel 63,64. 364 Send playback streams to analog outs by default.
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | notify.c | 433 unsigned int outs; in scmi_process_event_header() local 436 outs = kfifo_out(&eq->kfifo, pd->eh, in scmi_process_event_header() 438 if (!outs) in scmi_process_event_header() 440 if (outs != sizeof(struct scmi_event_header)) { in scmi_process_event_header() 472 unsigned int outs; in scmi_process_event_payload() local 475 outs = kfifo_out(&eq->kfifo, pd->eh->payld, pd->eh->payld_sz); in scmi_process_event_payload() 476 if (!outs) in scmi_process_event_payload() 482 if (outs != pd->eh->payld_sz) { in scmi_process_event_payload()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-sysfs.c | 612 char *outs = NULL, *ins = NULL; in coresight_make_links() local 620 outs = devm_kasprintf(&orig->dev, GFP_KERNEL, in coresight_make_links() 622 if (!outs) in coresight_make_links() 636 link->orig_name = outs; in coresight_make_links()
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | controls.rst | 30 mutes the speakers, but not line-outs. When line-out+speaker is 32 line-outs. 52 jacks. That is, the headphone won't auto-mute the other line-outs,
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_sched.h | 90 u32 outc, u64 outs);
|
| H A D | nouveau_exec.c | 298 u64 outs = req->sig_ptr; in nouveau_exec_ucopy() local 325 *s = u_memcpya(outs, outc, sizeof(**s)); in nouveau_exec_ucopy()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | 7990.c | 544 static int outs; in lance_start_xmit() local 581 outs++; in lance_start_xmit()
|
| /linux/kernel/ |
| H A D | Kconfig.preempt | 180 - Rapid scheduler deployments: Non-disruptive swap outs of
|
| /linux/arch/m68k/fpsp040/ |
| H A D | fpsp.h | 174 | ;on packed move outs. NOTE: this
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | ssh.rst | 33 and power information and events, thermal read-outs and events, and many
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | pfpsp.S | 1498 # Separate packed move outs from the UNNORM and DENORM move outs. 4288 # separate move ins from move outs...
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 771 * Creative Card all ins and outs [0x3fff/0x7fff] 1167 Send playback streams to analog outs by default. 2197 outs
|
| /linux/Documentation/driver-api/usb/ |
| H A D | writing_musb_glue_layer.rst | 689 this documentation tries to show the ins and outs of this exercise.
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 159 * pending select-outs. 419 * if select-outs are currently frozen or we have
|