Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/arch/mips/mm/
H 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()
H A Dtlb-r3k.c225 static unsigned long wired = 0; in add_wired_entry() local
254 } else if (wired < 8) { in add_wired_entry()
264 write_c0_index(wired); in add_wired_entry()
265 wired++; /* BARRIER */ in add_wired_entry()
H A Dinit.c150 unsigned int wired; in kunmap_coherent() local
155 wired = num_wired_entries() - 1; in kunmap_coherent()
156 write_c0_wired(wired); in kunmap_coherent()
157 write_c0_index(wired); in kunmap_coherent()
158 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); in kunmap_coherent()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/iwd/
H A Diwd_1.26.bb23 PACKAGECONFIG[wired] = "--enable-wired,--disable-wired"
31 ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)} \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd-conf_1.0.bb18 file://wired.network \
27 install -D -m0644 ${WORKDIR}/wired.network ${D}${systemd_unitdir}/network/80-wired.network
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/yocto/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 \
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman/
H A Dconnman51 if [ -f @DATADIR@/connman/wired-setup ] ; then
52 . @DATADIR@/connman/wired-setup
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dste-href-tvk1281618-r2.dtsi26 * the falling edge if they could be wired together.
44 * the falling edge if they could be wired together.
/OK3568_Linux_fs/buildroot/package/wpa_supplicant/
H A D50-wpa_supplicant.preset3 disable wpa_supplicant-wired@.service
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-arm64/customization/hooks/live/
H A D0022-disable-systemd-services.chroot10 systemctl mask wpa_supplicant-wired@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-arm64/customization/hooks/live/
H A D0022-disable-systemd-services.chroot10 systemctl mask wpa_supplicant-wired@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-arm64/customization/hooks/live/
H A D0022-disable-systemd-services.chroot10 systemctl mask wpa_supplicant-wired@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-armhf/customization/hooks/live/
H A D0022-disable-systemd-services.chroot10 systemctl mask wpa_supplicant-wired@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-arm64/customization/hooks/live/
H A D0022-disable-systemd-services.chroot10 systemctl mask wpa_supplicant-wired@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-armhf/customization/hooks/live/
H A D0022-disable-systemd-services.chroot10 systemctl mask wpa_supplicant-wired@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-armhf/customization/hooks/live/
H A D0022-disable-systemd-services.chroot10 systemctl mask wpa_supplicant-wired@
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-armhf/customization/hooks/live/
H A D0022-disable-systemd-services.chroot10 systemctl mask wpa_supplicant-wired@
/OK3568_Linux_fs/buildroot/package/hostapd/
H A DConfig.in37 bool "Enable wired driver"
39 Enable support for wired authenticator.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/
H A Dsii902x.txt16 is wired, <1> if the both are wired. HDMI audio is
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A DVector-cast.patch1 Description: Fix the wired error by GCC7 that fails to match the correct parent method.

1234567