/openbmc/linux/drivers/staging/vme_user/ |
H A D | vme_tsi148.c | 77 u32 serviced = 0; in tsi148_DMA_irqhandler() local 81 serviced |= TSI148_LCSR_INTC_DMA0C; in tsi148_DMA_irqhandler() 85 serviced |= TSI148_LCSR_INTC_DMA1C; in tsi148_DMA_irqhandler() 88 return serviced; in tsi148_DMA_irqhandler() 97 u32 serviced = 0; in tsi148_LM_irqhandler() local 103 serviced |= TSI148_LCSR_INTC_LMC[i]; in tsi148_LM_irqhandler() 107 return serviced; in tsi148_LM_irqhandler() 119 u32 serviced = 0; in tsi148_MB_irqhandler() local 129 serviced |= TSI148_LCSR_INTC_MBC[i]; in tsi148_MB_irqhandler() 133 return serviced; in tsi148_MB_irqhandler() [all …]
|
/openbmc/linux/Documentation/powerpc/ |
H A D | papr_hcalls.rst | 43 Once control returns back to the guest after hypervisor has serviced the 128 multiple times in order to be completely serviced. These hcalls will usually 287 to be issued multiple times in order to be completely serviced. The 289 subsequent hcalls to the hypervisor until the hcall is completely serviced
|
/openbmc/linux/Documentation/trace/ |
H A D | hwlat_detector.rst | 16 SMIs are not serviced by the Linux kernel, which means that it does not 18 and are serviced by BIOS code, usually for "critical" events such as
|
/openbmc/u-boot/doc/ |
H A D | README.watchdog | 9 new code, so it must be serviced, but the board would rather it
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0002-apic-fixup-fallthrough-to-PIC.patch | 22 serviced, is -1.
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | fix-multilib-conflict.patch | 42 // // of all devices serviced by Kea, including their identifiers
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smsc911x.c | 1536 int serviced = IRQ_NONE; in smsc911x_irqhandler() local 1546 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1556 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1565 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1571 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1585 serviced = IRQ_HANDLED; in smsc911x_irqhandler() 1588 return serviced; in smsc911x_irqhandler()
|
/openbmc/linux/Documentation/block/ |
H A D | deadline-iosched.rst | 36 write) which are serviced in increasing sector order. To limit extra seeking,
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi-generic.rst | 14 used on SCSI devices that don't fit into the already serviced categories.
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs47l24.c | 1102 int serviced = 0; in cs47l24_adsp2_irq() local 1108 serviced++; in cs47l24_adsp2_irq() 1117 if (!serviced) { in cs47l24_adsp2_irq()
|
H A D | cs47l35.c | 1533 int serviced = 0; in cs47l35_adsp2_irq() local 1539 serviced++; in cs47l35_adsp2_irq() 1548 if (!serviced) { in cs47l35_adsp2_irq()
|
H A D | wm5110.c | 2275 int serviced = 0; in wm5110_adsp2_irq() local 2281 serviced++; in wm5110_adsp2_irq() 2290 if (!serviced) { in wm5110_adsp2_irq()
|
H A D | cs47l90.c | 2394 int serviced = 0; in cs47l90_adsp2_irq() local 2400 serviced++; in cs47l90_adsp2_irq() 2409 if (!serviced) { in cs47l90_adsp2_irq()
|
H A D | cs47l85.c | 2475 int serviced = 0; in cs47l85_adsp2_irq() local 2481 serviced++; in cs47l85_adsp2_irq() 2490 if (!serviced) { in cs47l85_adsp2_irq()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | orangefs.rst | 331 * serviced 366 state is not "canceled" or "given up", its state is set to "serviced". 384 that can't be serviced will be removed from the request list and 386 be serviced will be removed from the in_progress hash table and
|
/openbmc/linux/Documentation/networking/ |
H A D | napi.rst | 82 the NAPI instance will be serviced/polled again (without the 164 or Rx and Tx queues can be serviced by separate NAPI instances on a single
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-clone.rst | 77 Reads and writes from/to hydrated regions are serviced from the destination 80 A read to a not yet hydrated region is serviced directly from the source device.
|
/openbmc/linux/Documentation/driver-api/virtio/ |
H A D | writing_virtio_drivers.rst | 150 to virtqueue_kick() sends a notification that will be serviced by the
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | ti-edma.txt | 19 number and the second is the TC the channel is serviced on.
|
/openbmc/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 2737 u32 serviced; in et131x_handle_send_pkts() local 2742 serviced = readl(&adapter->regs->txdma.new_service_complete); in et131x_handle_send_pkts() 2743 index = INDEX10(serviced); in et131x_handle_send_pkts() 2753 ((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts() 2768 !((serviced ^ tcb->index) & ET_DMA10_WRAP) && in et131x_handle_send_pkts()
|
/openbmc/linux/Documentation/spi/ |
H A D | pxa2xx.rst | 15 The driver is built around a &struct spi_message FIFO serviced by kernel
|
/openbmc/linux/Documentation/mhi/ |
H A D | mhi.rst | 108 * RP indicates the next element to be serviced by the device.
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | dpaa.rst | 198 traffic bursts from a certain queue are serviced by the same CPU.
|
/openbmc/openpower-hw-diags/attn/ |
H A D | Attention_Handler.md | 86 serviced (see Overview for attention type and priority). The Global Interrupt
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | mca.rst | 28 end up spinning disabled while the MCA is being serviced.
|