/Linux-v5.10/arch/sh/boards/mach-microdev/ |
D | irq.c | 84 unsigned long priorityReg, priorities, pri; in enable_microdev_irq() local 98 priorities = __raw_readl(priorityReg); in enable_microdev_irq() 99 priorities &= ~MICRODEV_FPGA_INTPRI_MASK(fpgaIrq); in enable_microdev_irq() 100 priorities |= MICRODEV_FPGA_INTPRI_LEVEL(fpgaIrq, pri); in enable_microdev_irq() 101 __raw_writel(priorities, priorityReg); in enable_microdev_irq()
|
/Linux-v5.10/drivers/bus/ |
D | da8xx-mstpri.c | 154 const struct da8xx_mstpri_priority *priorities; member 184 .priorities = da850_lcdk_priorities, 230 prio = &prio_list->priorities[i]; in da8xx_mstpri_probe()
|
/Linux-v5.10/Documentation/block/ |
D | ioprio.rst | 2 Block io priorities 10 priorities are supported for reads on files. This enables users to io nice 13 with cfq; other io schedulers do not support io priorities thus far.
|
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
D | net_prio.rst | 34 This file contains a map of the priorities assigned to traffic originating 49 queueing discipline (qdisc) so priorities will be assigned prior to the hardware
|
D | net_cls.rst | 9 different priorities to packets from different cgroups.
|
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | atmel-matrix.txt | 4 behavior (master/slave priorities, undefined burst length type, ...)
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | jcore,aic.txt | 6 with 8 interrupt lines with programmable priorities, or "jcore,aic2" for
|
/Linux-v5.10/drivers/dma/fsl-dpaa2-qdma/ |
D | dpdmai.c | 42 MC_CMD_OP(cmd, 0, 8, 8, u8, (cfg)->priorities[0]);\ 43 MC_CMD_OP(cmd, 0, 16, 8, u8, (cfg)->priorities[1]);\
|
D | dpdmai.h | 76 u8 priorities[DPDMAI_PRIO_NUM]; member
|
/Linux-v5.10/drivers/staging/wfx/ |
D | queue.c | 66 const int priorities[IEEE80211_NUM_ACS] = { 1, 2, 64, 128 }; in wfx_tx_queues_init() local 72 wvif->tx_queue[i].priority = priorities[i]; in wfx_tx_queues_init()
|
/Linux-v5.10/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 33 The PXA architecture has 4 levels of DMAs priorities : high, normal, low. 34 The high priorities get twice as much bandwidth as the normal, which get twice 35 as much as the low priorities.
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/ |
D | dpaa.rst | 171 * priorities 0 to 3 - traffic class 0 (low priority) 172 * priorities 4 to 7 - traffic class 1 (medium-low priority) 173 * priorities 8 to 11 - traffic class 2 (medium-high priority) 174 * priorities 12 to 15 - traffic class 3 (high priority)
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | app-pri.rst | 10 them different priorities. Contrary to the traditional "rm -rf /" school
|
/Linux-v5.10/drivers/crypto/caam/ |
D | dpseci.h | 55 u8 priorities[DPSECI_MAX_QUEUE_NUM]; member
|
/Linux-v5.10/Documentation/usb/ |
D | dwc3.rst | 53 (except the user changed priorities).
|
/Linux-v5.10/Documentation/scheduler/ |
D | sched-nice-design.rst | 41 changing the ABI to extend priorities was discarded early on.) 84 run audio (and other multimedia) apps under RT priorities such as
|
/Linux-v5.10/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper.c | 616 uint64_t priorities[16] = in __cvmx_helper_interface_setup_pko() local 631 priorities); in __cvmx_helper_interface_setup_pko()
|
/Linux-v5.10/Documentation/locking/ |
D | rt-mutex.rst | 33 priority order. For same priorities FIFO order is chosen. For each
|
D | rt-mutex-design.rst | 81 processes to inherit priorities from a previous process that is 193 the chain (A and B in this example), must have their priorities increased 391 priorities. 409 with the new priorities, and this task may not be in the proper locations
|
/Linux-v5.10/Documentation/devicetree/bindings/mips/brcm/ |
D | soc.txt | 127 (bandwidth, priorities etc.) and needs to have its contents restored during
|
/Linux-v5.10/Documentation/networking/ |
D | eql.rst | 204 bits-per-second "priorities". 213 28800 and 14400 connections, but when the priorities on the links were
|
/Linux-v5.10/Documentation/virt/kvm/devices/ |
D | arm-vgic.rst | 111 priorities in separate register groups, whereas we show a combined view
|
D | xive.rst | 216 as it synthesizes the priorities of the pending interrupts. We
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/ |
D | iavf.rst | 167 map: priority mapping for up to 16 priorities to tcs (e.g. map 0 0 0 0 1 1 1 1 168 sets priorities 0-3 to use tc0 and 4-7 to use tc1)
|
D | i40e.rst | 535 different priorities that traffic can be filtered into. It also enables 538 these priorities, which is enforced at the hardware level (802.1Qaz). 676 map: priority mapping for up to 16 priorities to tcs (e.g. map 0 0 0 0 1 1 1 1 677 sets priorities 0-3 to use tc0 and 4-7 to use tc1)
|