Home
last modified time | relevance | path

Searched refs:wired (Results 1 – 25 of 133) sorted by relevance

123456

/Linux-v5.4/arch/mips/include/asm/
Dtlb.h16 unsigned int wired = read_c0_wired(); in num_wired_entries() local
19 wired &= MIPSR6_WIRED_WIRED; in num_wired_entries()
21 return wired; in num_wired_entries()
/Linux-v5.4/arch/mips/mm/
Dtlb-r4k.c386 unsigned long wired; in add_wired_entry()
399 wired = num_wired_entries(); in add_wired_entry()
400 write_c0_wired(wired + 1); in add_wired_entry()
401 write_c0_index(wired); in add_wired_entry()
456 unsigned long wired; in add_temporary_entry() local
465 wired = num_wired_entries(); in add_temporary_entry()
466 if (--temp_tlb_entry < wired) { in add_temporary_entry()
549 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local
550 write_c0_wired(wired); in tlb_init()
551 write_c0_index(wired-1); in tlb_init()
Dtlb-r3k.c226 static unsigned long wired = 0; in add_wired_entry() local
255 } else if (wired < 8) { in add_wired_entry()
265 write_c0_index(wired); in add_wired_entry()
266 wired++; /* BARRIER */ in add_wired_entry()
Dinit.c151 unsigned int wired; in kunmap_coherent() local
156 wired = num_wired_entries() - 1; in kunmap_coherent()
157 write_c0_wired(wired); in kunmap_coherent()
158 write_c0_index(wired); in kunmap_coherent()
159 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); in kunmap_coherent()
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dimg,pdc-intc.txt82 * An SoC peripheral that is wired through the PDC.
85 // The interrupt controller that this device is wired to.
96 * An interrupt generating device that is wired to a SysWake pin.
99 // The interrupt controller that this device is wired to.
Dmarvell,sei.txt10 AP and is wired while a second set comes from the CPs by the mean of
19 - #interrupt-cells: number of cells to define an SEI wired interrupt
Dimg,meta-intc.txt71 * An interrupt generating device that is wired to a Meta external
80 // The interrupt controller that this device is wired to.
Dintel,ce4100-ioapic.txt15 The first number (P) represents the interrupt pin which is wired to the
Dopenrisc,ompic.txt12 - interrupts : Specifies the interrupt line to which the ompic is wired.
Dopen-pic.txt81 * An interrupt generating device that is wired to an Open PIC.
89 // The interrupt controller that this device is wired to.
Dmarvell,gicp.txt6 located in the Marvell CP110 to turn wired interrupts inside the CP
/Linux-v5.4/Documentation/devicetree/bindings/media/
Dst-rc.txt12 be present iff the rx pins are wired up.
15 be present iff the tx pins are wired up.
/Linux-v5.4/arch/arm/boot/dts/
Dste-href-tvk1281618.dtsi101 * the falling edge if they could be wired together.
119 * the falling edge if they could be wired together.
153 * the falling edge if they could be wired together.
Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
Domap4-mcpdm.dtsi5 * Only include this file if your board has pdmclk wired from the
Darmada-385-db-ap.dts43 * This bus is wired to two EEPROM
78 * wired to the mini-USB connector
Dsun8i-r16-nintendo-nes-classic.dts51 /* VBUS is always on because it is wired to the power supply */
/Linux-v5.4/Documentation/devicetree/bindings/iommu/
Darm,smmu-v3.txt18 - interrupts : Non-secure interrupt list describing the wired
20 interrupt-names. If no wired interrupts are
/Linux-v5.4/Documentation/devicetree/bindings/display/bridge/
Dsii902x.txt14 is wired, <1> if the both are wired. HDMI audio is
/Linux-v5.4/drivers/staging/exfat/
DTODO12 ffsSetAttr() is just dangling in the breeze, not wired up at all...
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dadi,adau17x1.txt14 and ADDR1, as wired in hardware.
/Linux-v5.4/drivers/staging/wilc1000/
Dmicrochip,wilc1000,sdio.txt12 - bus-width : Number of data lines wired up the slot. Default 1 bit.
/Linux-v5.4/Documentation/devicetree/bindings/mips/
Dcpu_irq.txt6 With the irq_domain in place we can describe how the 8 IRQs are wired to the
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dqcom,spmi-clkdiv.txt4 These clocks are typically wired through alternate functions on
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/
Denvelope-detector.txt4 signal by a binary search using the output of a comparator wired to

123456