Home
last modified time | relevance | path

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

123456

/openbmc/linux/arch/mips/mm/
H A Dtlb-r4k.c395 unsigned long wired; in add_wired_entry()
408 wired = num_wired_entries(); in add_wired_entry()
409 write_c0_wired(wired + 1); in add_wired_entry()
410 write_c0_index(wired); in add_wired_entry()
466 unsigned long wired; in add_temporary_entry() local
475 wired = num_wired_entries(); in add_temporary_entry()
476 if (--temp_tlb_entry < wired) { in add_temporary_entry()
559 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local
560 write_c0_wired(wired); in tlb_init()
561 write_c0_index(wired-1); in tlb_init()
H 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()
H 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()
/openbmc/linux/arch/mips/include/asm/
H 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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/
H A Diwd_3.3.bb23 PACKAGECONFIG[wired] = "--enable-wired,--disable-wired"
29 ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)} \
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd-conf_1.0.bb21 file://wired.network \
33 install -D -m0644 ${S}/wired.network ${D}${systemd_unitdir}/network/80-wired.network
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/
H A Dconnman14 if [ -f @DATADIR@/connman/wired-setup ] ; then
15 . @DATADIR@/connman/wired-setup
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H 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.
H 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
H 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.
H A Dopenrisc,ompic.txt12 - interrupts : Specifies the interrupt line to which the ompic is wired.
H A Dmarvell,gicp.txt6 located in the Marvell CP110 to turn wired interrupts inside the CP
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman-conf.bb1 SUMMARY = "Connman config to ignore wired interface on qemu machines"
2 DESCRIPTION = "This is the ConnMan configuration to avoid touching wired \
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dst-rc.txt12 be present iff the rx pins are wired up.
15 be present iff the tx pins are wired up.
/openbmc/linux/arch/arm/boot/dts/st/
H 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.
/openbmc/u-boot/arch/arm/dts/
H A Ddra76x.dtsi16 /* MCAN interrupts are hard-wired to irqs 67, 68 */
H A Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra74x-p.dtsi24 /* MCAN interrupts are hard-wired to irqs 67, 68 */
H A Domap4-mcpdm.dtsi5 * Only include this file if your board has pdmclk wired from the
/openbmc/linux/arch/arm/boot/dts/socionext/
H A Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-db-ap.dts43 * This bus is wired to two EEPROM
78 * wired to the mini-USB connector
/openbmc/docs/
H A Dopenbmc-conversion.md15 is wired for a DB-9-style pin-out.
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0002-include-include-xfs-linux.h-after-sys-mman.h.patch7 for mips and other architectures where its not wired in kernel
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-r16-nintendo-nes-classic.dts51 /* VBUS is always on because it is wired to the power supply */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/babeld/
H A Dbabeld_1.13.1.bb5 and Cisco's EIGRP, but is designed to work well not only in wired networks \

123456