Searched refs:hal (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-9.3-release/sys/mips/nlm/
H A Dboard.c39 #include <mips/nlm/hal/mips-extns.h>
40 #include <mips/nlm/hal/haldefs.h>
41 #include <mips/nlm/hal/iomap.h>
42 #include <mips/nlm/hal/fmn.h>
43 #include <mips/nlm/hal/pic.h>
44 #include <mips/nlm/hal/uart.h>
H A Dusb_init.c37 #include <mips/nlm/hal/haldefs.h>
38 #include <mips/nlm/hal/iomap.h>
39 #include <mips/nlm/hal/cpuinfo.h>
40 #include <mips/nlm/hal/usb.h>
H A Dintern_dev.c48 #include <mips/nlm/hal/haldefs.h>
49 #include <mips/nlm/hal/iomap.h>
H A Duart_pci_xlp.c45 #include <mips/nlm/hal/haldefs.h>
46 #include <mips/nlm/hal/iomap.h>
47 #include <mips/nlm/hal/uart.h>
H A Duart_bus_xlp_iodi.c45 #include <mips/nlm/hal/haldefs.h>
46 #include <mips/nlm/hal/iomap.h>
47 #include <mips/nlm/hal/uart.h>
H A Duart_cpu_xlp.c56 #include <mips/nlm/hal/haldefs.h>
57 #include <mips/nlm/hal/iomap.h>
58 #include <mips/nlm/hal/uart.h>
H A Dxlp_machdep.c73 #include <mips/nlm/hal/mips-extns.h>
74 #include <mips/nlm/hal/haldefs.h>
75 #include <mips/nlm/hal/iomap.h>
76 #include <mips/nlm/hal/sys.h>
77 #include <mips/nlm/hal/pic.h>
78 #include <mips/nlm/hal/uart.h>
79 #include <mips/nlm/hal/mmu.h>
80 #include <mips/nlm/hal/bridge.h>
81 #include <mips/nlm/hal/cpucontrol.h>
H A Dmpreset.S35 #include <mips/nlm/hal/iomap.h>
36 #include <mips/nlm/hal/sys.h>
37 #include <mips/nlm/hal/cpucontrol.h>
H A Dintr_machdep.c49 #include <mips/nlm/hal/haldefs.h>
50 #include <mips/nlm/hal/iomap.h>
51 #include <mips/nlm/hal/mips-extns.h>
53 #include <mips/nlm/hal/pic.h>
H A Dxlp.h34 #include <mips/nlm/hal/pic.h>
H A Dcms.c58 #include <mips/nlm/hal/mips-extns.h>
59 #include <mips/nlm/hal/haldefs.h>
60 #include <mips/nlm/hal/iomap.h>
61 #include <mips/nlm/hal/cop2.h>
62 #include <mips/nlm/hal/fmn.h>
63 #include <mips/nlm/hal/pic.h>
H A Dxlp_pci.c59 #include <mips/nlm/hal/haldefs.h>
61 #include <mips/nlm/hal/iomap.h>
62 #include <mips/nlm/hal/mips-extns.h>
63 #include <mips/nlm/hal/pic.h>
64 #include <mips/nlm/hal/pcibus.h>
65 #include <mips/nlm/hal/uart.h>
/freebsd-9.3-release/sys/mips/nlm/hal/
H A Dmmu.h35 #include <mips/nlm/hal/mips-extns.h>
H A Dfmn.c36 #include <mips/nlm/hal/mips-extns.h>
37 #include <mips/nlm/hal/haldefs.h>
38 #include <mips/nlm/hal/iomap.h>
39 #include <mips/nlm/hal/fmn.h>
/freebsd-9.3-release/sys/dev/ath/
H A Dah_osdep.c79 static SYSCTL_NODE(_hw_ath, OID_AUTO, hal, CTLFLAG_RD, 0,
86 TUNABLE_INT("hw.ath.hal.debug", &ath_hal_debug);
89 static MALLOC_DEFINE(M_ATH_HAL, "ath_hal", "ath hal data");
147 * Setting hw.ath.hal.alq=1 enables tracing of all register reads and
149 * fixed-size array of records. When done logging set hw.ath.hal.alq=0
/freebsd-9.3-release/libexec/bootpd/
H A Dreadfile.c1791 unsigned hal;
1794 hal = haddrlength(htype); /* Get length of this address type */
1795 if (hal <= 0) {
1813 while (hap < haddr + hal) {
1774 unsigned hal; local
/freebsd-9.3-release/usr.sbin/faithd/
H A Dftp.c713 unsigned int af, hal, ho[16], pal, po[2]; local
801 &af, &hal, &ho[0], &ho[1], &ho[2], &ho[3],
806 if (n != 21 || af != 6 || hal != 16|| pal != 2) {
/freebsd-9.3-release/contrib/tnftp/src/
H A Dftp.c1208 unsigned int af, hal, pal; local
1381 &af, &hal,
1390 if (af != 4 || hal != 4 || pal != 2) {
1409 &af, &hal,
1422 if (af != 6 || hal != 16 || pal != 2) {
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.guess352 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/freebsd-9.3-release/contrib/openbsm/config/
H A Dconfig.guess335 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/freebsd-9.3-release/contrib/openpam/
H A Dconfig.guess352 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess335 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/freebsd-9.3-release/contrib/binutils/
H A Dconfig.guess328 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/freebsd-9.3-release/contrib/dialog/
H A Dconfig.guess335 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/freebsd-9.3-release/contrib/libpcap/
H A Dconfig.guess332 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`

Completed in 280 milliseconds

12