Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/arch/mips/mm/
A Dtlb-r4k.c387 unsigned long wired; in add_wired_entry()
400 wired = num_wired_entries(); in add_wired_entry()
401 write_c0_wired(wired + 1); in add_wired_entry()
402 write_c0_index(wired); in add_wired_entry()
458 unsigned long wired; in add_temporary_entry() local
467 wired = num_wired_entries(); in add_temporary_entry()
468 if (--temp_tlb_entry < wired) { in add_temporary_entry()
551 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local
552 write_c0_wired(wired); in tlb_init()
553 write_c0_index(wired-1); in tlb_init()
A Dtlb-r3k.c223 static unsigned long wired = 0; in add_wired_entry() local
225 if (wired < 8) { in add_wired_entry()
235 write_c0_index(wired); in add_wired_entry()
236 wired++; /* BARRIER */ in add_wired_entry()
A Dinit.c149 unsigned int wired; in kunmap_coherent() local
154 wired = num_wired_entries() - 1; in kunmap_coherent()
155 write_c0_wired(wired); in kunmap_coherent()
156 write_c0_index(wired); in kunmap_coherent()
157 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); in kunmap_coherent()
/linux-6.3-rc2/arch/mips/include/asm/
A 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-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A 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.
A 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
A Dopen-pic.txt81 * An interrupt generating device that is wired to an Open PIC.
89 // The interrupt controller that this device is wired to.
A Dopenrisc,ompic.txt12 - interrupts : Specifies the interrupt line to which the ompic is wired.
A Dmarvell,gicp.txt6 located in the Marvell CP110 to turn wired interrupts inside the CP
A Dmti,cpu-interrupt-controller.yaml13 With the irq_domain in place we can describe how the 8 IRQs are wired to the
/linux-6.3-rc2/Documentation/devicetree/bindings/media/
A Dst-rc.txt12 be present iff the rx pins are wired up.
15 be present iff the tx pins are wired up.
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/
A Dspi-peripheral-props.yaml92 description: Several SPI memories can be wired in stacked mode.
104 description: Several SPI memories can be wired in parallel mode.
110 many busses as devices must be wired. The size of each chip should
/linux-6.3-rc2/arch/arm/boot/dts/
A Dste-href-tvk1281618-r2.dtsi101 * the falling edge if they could be wired together.
122 * the falling edge if they could be wired together.
159 * the falling edge if they could be wired together.
A Ddra74x-p.dtsi24 /* MCAN interrupts are hard-wired to irqs 67, 68 */
A Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
A Darmada-385-db-ap.dts43 * This bus is wired to two EEPROM
78 * wired to the mini-USB connector
A Domap4-mcpdm.dtsi5 * Only include this file if your board has pdmclk wired from the
A Dsun8i-r16-nintendo-nes-classic.dts51 /* VBUS is always on because it is wired to the power supply */
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dadi,adau17x1.txt14 and ADDR1, as wired in hardware.
/linux-6.3-rc2/Documentation/devicetree/bindings/display/bridge/
A Dsil,sii9022.yaml41 <0> if only I2S or S/PDIF pin is wired,
42 <1> if both are wired.
/linux-6.3-rc2/Documentation/devicetree/bindings/net/dsa/
A Dmediatek,mt7530.yaml32 the gmac of the SoC which is wired to port 5 can connect to the PHY.
47 - For the multi-chip module MT7530, in case of an external phy wired to
56 - Port 5 can be wired to an external phy. Port 5 becomes a DSA slave.
58 For the multi-chip module MT7530, the external phy must be wired TX to TX
59 to gmac1 of the SoC for this to work. Ubiquiti EdgeRouter X SFP is wired
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/
A Dusb-hcd.yaml34 description: The hard wired USB devices
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A Dpanel-mipi-dbi-spi.yaml58 If the panel is wired to the controller at an offset specify this using
76 wired up).
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dasix,ax88178.yaml13 Device tree properties for hard wired USB Ethernet devices.
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/
A Dleds-pwm.yaml39 For PWMs where the LED is wired to supply rather than ground.

Completed in 30 milliseconds

1234567