HomeSort by: relevance | last modified time | path
    Searched refs:bat (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/sys/arch/macppc/include/
bat.h 1 /* $NetBSD: bat.h,v 1.4 2003/02/03 17:09:56 matt Exp $ */
3 #include <powerpc/bat.h>
  /src/sys/arch/powerpc/include/
bat.h 1 /* $NetBSD: bat.h,v 1.6 2008/02/05 18:10:46 garbled Exp $ */
8 #include <powerpc/oea/bat.h>
  /src/sys/external/isc/libsodium/dist/msvc-scripts/
Makefile.am 2 process.bat \
  /src/sys/arch/powerpc/include/oea/
Makefile 5 INCS= bat.h \
bat.h 1 /* $NetBSD: bat.h,v 1.20 2020/07/06 10:31:23 rin Exp $ */
74 struct bat { struct
80 /* Lower BAT bits (all but PowerPC 601): */
101 /* Upper BAT bits (all but PowerPC 601): */
151 /* Lower BAT bits (PowerPC 601): */
156 /* Upper BAT bits (PowerPC 601): */
215 extern struct bat battable[];
  /src/sys/arch/powerpc/powerpc/
db_interface.c 32 #include <powerpc/oea/bat.h>
108 { DDB_ADD_CMD("bat", db_show_bat, 0,
109 "Print BAT register translations", NULL,NULL) },
311 print_battranslation(struct bat *bat, unsigned int blidx)
335 bat->batu, bat->batl, batsizes[blidx], bat->batu & ~len,
336 (bat->batu & ~len) + len, bat->batl & ~len)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/
sp9860g-1h10.dts 43 bat: battery { label
sc2731.dtsi 23 monitored-battery = <&bat>;
101 bat-detect-gpio = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
103 io-channel-names = "bat-temp", "charge-vol";
104 monitored-battery = <&bat>;
  /src/sys/dev/acpi/
qcompas.c 1442 struct battmgr_bat_info *bat; local in function:qcpas_pmic_rtr_recv
1443 if (len - sizeof(hdr) < sizeof(*bat)) {
1445 "invalid battgmr bat info\n");
1448 bat = kmem_alloc(sizeof(*bat), KM_SLEEP);
1449 memcpy(bat, buf + sizeof(hdr), sizeof(*bat));
1450 qcpas_pmic_rtr_bat_info(sc, bat);
1451 kmem_free(bat, sizeof(*bat));
1455 struct battmgr_bat_status *bat; local in function:qcpas_pmic_rtr_recv
    [all...]
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 2 REM Usage: [buildbase.bat ..\vs2013\mysolution.sln 12]
7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
  /src/games/mille/
comp.c 408 CARD bat, spd, card; local in function:onecard
410 bat = pp->battle;
413 if (pp->can_go || ((is_repair(bat) || bat == C_STOP || spd == C_LIMIT) &&
415 (bat >= 0 && Numseen[safety(bat)] != 0))
  /src/sys/external/isc/libsodium/dist/builds/
Makefile.am 2 msvc/build/buildall.bat \
3 msvc/build/buildbase.bat \
  /src/lib/libkvm/
kvm_powerpc64.c 90 #include <powerpc/oea/bat.h>
  /src/sys/arch/powerpc/oea/
prep_machdep.c 59 #include <powerpc/oea/bat.h>
144 * Set up fixed BAT registers. We map the PReP IO and MEM
ofw_rascons.c 55 #include <powerpc/oea/bat.h>
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
qcom-pm8941.dtsi 51 "bat-temp-ok",
52 "bat-present",
  /src/sys/arch/evbppc/wii/
wii_mmuinit.S 30 #include <powerpc/oea/bat.h>
33 * When we are invoked from Wii loaders, the state of the MMU and the BAT
  /src/sys/arch/macppc/macppc/
rbus_machdep.c 37 #include <powerpc/oea/bat.h>
cpu.c 52 #include <powerpc/oea/bat.h>
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 4 echo "Usage: wintest.bat <Release | ReleaseDLL | Debug | DebugDLL"
  /src/sys/arch/evbppc/ev64260/
ev64260_locore.S 51 #include <powerpc/oea/bat.h>
  /src/sys/arch/macppc/stand/bootxx/
bootxx.c 35 #include <powerpc/oea/bat.h>
84 " blt 2f \n" /* skip over non-601 BAT setup */
86 " mtdbatu 3,%r0 \n" /* non-601 BAT */
98 "2: mfmsr %r8 \n" /* 601 BAT */
  /src/sys/arch/ibmnws/ibmnws/
machdep.c 66 #include <powerpc/oea/bat.h>
  /src/sys/arch/sandpoint/stand/altboot/
entry.S 6 #include <powerpc/oea/bat.h>
  /src/sys/arch/ofppc/ofppc/
cpu.c 50 #include <powerpc/oea/bat.h>

Completed in 18 milliseconds

1 2 3