Home
last modified time | relevance | path

Searched refs:hal (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/sys/dev/ic/
H A Dar5212.c52 ar5k_ar5212_fill(struct ath_hal *hal) in ar5k_ar5212_fill() argument
54 hal->ah_magic = AR5K_AR5212_MAGIC; in ar5k_ar5212_fill()
59 AR5K_HAL_FUNCTION(hal, ar5212, get_rate_table); in ar5k_ar5212_fill()
60 AR5K_HAL_FUNCTION(hal, ar5212, detach); in ar5k_ar5212_fill()
65 AR5K_HAL_FUNCTION(hal, ar5212, reset); in ar5k_ar5212_fill()
66 AR5K_HAL_FUNCTION(hal, ar5212, set_opmode); in ar5k_ar5212_fill()
67 AR5K_HAL_FUNCTION(hal, ar5212, calibrate); in ar5k_ar5212_fill()
72 AR5K_HAL_FUNCTION(hal, ar5212, update_tx_triglevel); in ar5k_ar5212_fill()
73 AR5K_HAL_FUNCTION(hal, ar5212, setup_tx_queue); in ar5k_ar5212_fill()
74 AR5K_HAL_FUNCTION(hal, ar5212, setup_tx_queueprops); in ar5k_ar5212_fill()
[all …]
H A Dar5210.c44 ar5k_ar5210_fill(struct ath_hal *hal) in ar5k_ar5210_fill() argument
46 hal->ah_magic = AR5K_AR5210_MAGIC; in ar5k_ar5210_fill()
51 AR5K_HAL_FUNCTION(hal, ar5210, get_rate_table); in ar5k_ar5210_fill()
52 AR5K_HAL_FUNCTION(hal, ar5210, detach); in ar5k_ar5210_fill()
57 AR5K_HAL_FUNCTION(hal, ar5210, reset); in ar5k_ar5210_fill()
58 AR5K_HAL_FUNCTION(hal, ar5210, set_opmode); in ar5k_ar5210_fill()
59 AR5K_HAL_FUNCTION(hal, ar5210, calibrate); in ar5k_ar5210_fill()
64 AR5K_HAL_FUNCTION(hal, ar5210, update_tx_triglevel); in ar5k_ar5210_fill()
65 AR5K_HAL_FUNCTION(hal, ar5210, setup_tx_queue); in ar5k_ar5210_fill()
66 AR5K_HAL_FUNCTION(hal, ar5210, setup_tx_queueprops); in ar5k_ar5210_fill()
[all …]
H A Dar5211.c48 ar5k_ar5211_fill(struct ath_hal *hal) in ar5k_ar5211_fill() argument
50 hal->ah_magic = AR5K_AR5211_MAGIC; in ar5k_ar5211_fill()
55 AR5K_HAL_FUNCTION(hal, ar5211, get_rate_table); in ar5k_ar5211_fill()
56 AR5K_HAL_FUNCTION(hal, ar5211, detach); in ar5k_ar5211_fill()
61 AR5K_HAL_FUNCTION(hal, ar5211, reset); in ar5k_ar5211_fill()
62 AR5K_HAL_FUNCTION(hal, ar5211, set_opmode); in ar5k_ar5211_fill()
63 AR5K_HAL_FUNCTION(hal, ar5211, calibrate); in ar5k_ar5211_fill()
68 AR5K_HAL_FUNCTION(hal, ar5211, update_tx_triglevel); in ar5k_ar5211_fill()
69 AR5K_HAL_FUNCTION(hal, ar5211, setup_tx_queue); in ar5k_ar5211_fill()
70 AR5K_HAL_FUNCTION(hal, ar5211, setup_tx_queueprops); in ar5k_ar5211_fill()
[all …]
H A Dar5xxx.c160 struct ath_hal *hal = NULL; in ath_hal_attach() local
182 if ((hal = malloc(sizeof(struct ath_hal), in ath_hal_attach()
189 hal->ah_sc = sc; in ath_hal_attach()
190 hal->ah_st = st; in ath_hal_attach()
191 hal->ah_sh = sh; in ath_hal_attach()
192 hal->ah_device = device; in ath_hal_attach()
193 hal->ah_sub_vendor = 0; /* XXX unknown?! */ in ath_hal_attach()
198 hal->ah_abi = HAL_ABI_VERSION; in ath_hal_attach()
199 hal->ah_op_mode = HAL_M_STA; in ath_hal_attach()
200 hal->ah_radar.r_enabled = AR5K_TUNE_RADAR_ALERT; in ath_hal_attach()
[all …]
H A Dar5xxx.h818 (((hal->ah_txpower.txp_rates[(_r)]) & 0x3f) << (_v)) \
822 (hal->ah_txpower.txp_rates[(_r)] & 0x3f) << (_v) \
1372 bus_space_write_4(hal->ah_st, hal->ah_sh, (_reg), (_val))
1374 bus_space_read_4(hal->ah_st, hal->ah_sh, (_reg))
1391 AR5K_REG_WRITE(hal->ah_phy + ((_reg) << 2), _val)
1393 AR5K_REG_READ(hal->ah_phy + ((_reg) << 2))
1400 if ((ret = hal->ah_eeprom_read(hal, (_o), \
1405 AR5K_EEPROM_READ(_o, hal->ah_capabilities.cap_eeprom._v); \
H A Dqwx.c8995 srng_config = &sc->hal.srng_config[ring_type];
9006 srng_config = &sc->hal.srng_config[ring_type];
9824 struct hal_srng *srng = &sc->hal.srng_list[update_timer->ring_id]; in qwx_dp_shadow_timer_handler()
10070 qwx_hal_reo_cmd_flush_cache(struct ath11k_hal *hal, struct hal_tlv_hdr *tlv, in qwx_hal_reo_cmd_flush_cache()
10074 uint8_t avail_slot = ffz(hal->avail_blk_resource); in qwx_hal_reo_cmd_flush_cache()
10080 hal->current_blk_index = avail_slot; in qwx_hal_reo_cmd_flush_cache()
10260 ret = qwx_hal_reo_cmd_flush_cache(&sc->hal, reo_desc, cmd); in qwx_hal_reo_cmd_send()
10342 srng = &sc->hal.srng_list[dp->tx_ring[i].tcl_data_ring.ring_id]; in qwx_dp_srng_common_setup()
10382 srng = &sc->hal.srng_list[dp->reo_cmd_ring.ring_id]; in qwx_dp_srng_common_setup()
10495 srng = &sc->hal in qwx_dp_alloc()
10066 qwx_hal_reo_cmd_flush_cache(struct ath11k_hal * hal,struct hal_tlv_hdr * tlv,struct ath11k_hal_reo_cmd * cmd) qwx_hal_reo_cmd_flush_cache() argument
17293 struct ath11k_hal *hal = &sc->hal; qwx_hal_reo_flush_cache_status() local
17331 struct ath11k_hal *hal = &sc->hal; qwx_hal_reo_unblk_cache_status() local
19744 struct ath11k_hal *hal = &sc->hal; qwx_core_deinit() local
20174 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_create_config() local
20293 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_update_hp_tp_addr() local
20329 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_update_shadow_config() local
20363 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_shadow_config() local
20390 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_get_shadow_config() local
20399 struct ath11k_hal *hal = &sc->hal; qwx_hal_alloc_cont_rdp() local
20420 struct ath11k_hal *hal = &sc->hal; qwx_hal_free_cont_rdp() local
20434 struct ath11k_hal *hal = &sc->hal; qwx_hal_alloc_cont_wrp() local
20455 struct ath11k_hal *hal = &sc->hal; qwx_hal_free_cont_wrp() local
20469 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_init() local
20501 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_dst_hw_init() local
20576 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_src_hw_init() local
20751 struct ath11k_hal *hal = &sc->hal; qwx_hal_srng_setup() local
[all...]
H A Dqwxvar.h1825 struct ath11k_hal hal; member
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3476.key15 FBTxBeNSlJMkIYHRBA4l/Hz0U/Eo0HuJVtJ8Ek/hal/6cdJXruWKChkCgYEAm4bv
/openbsd-src/usr.bin/ftp/
H A Dftp.c1265 u_int af, hal, pal; in initconn() local
1423 &af, &hal, in initconn()
1431 if (af != 4 || hal != 4 || pal != 2) { in initconn()
1448 &af, &hal, in initconn()
1460 if (af != 6 || hal != 16 || pal != 2) { in initconn()
/openbsd-src/gnu/usr.bin/cvs/
H A DREADME157 Paul Sander, HaL Computer Systems, Inc. <paul@hal.com> wrote and
H A DChangeLog.zoo598 * Paul Sander, HaL Computer Systems, Inc. <paul@hal.com> wrote and
/openbsd-src/gnu/lib/libreadline/support/
H A Dconfig.guess340 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/gnu/lib/libstdc++/
H A Dconfig.guess296 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/gnu/usr.bin/gcc/
H A Dconfig.guess296 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/gnu/share/
H A Dconfig.guess269 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/gnu/usr.bin/texinfo/
H A Dconfig.guess318 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/gnu/usr.bin/binutils/
H A Dconfig.guess312 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dconfig.guess326 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/gnu/lib/libiberty/
H A Dconfig.guess326 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/gnu/llvm/llvm/cmake/
H A Dconfig.guess335 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
/openbsd-src/usr.sbin/unbound/
H A Dconfig.guess429 GUESS=sparc-hal-solaris2$SUN_REL
/openbsd-src/usr.sbin/nsd/
H A Dconfig.guess423 GUESS=sparc-hal-solaris2$SUN_REL
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconfig.gcc264 | sparc-hal-solaris2* \
2558 sparc-hal-solaris2*)
2560 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/hal.h"
H A DFSFChangeLog1133 Sat Jun 13 15:49:53 1998 Carol LePage <carolo@kemah.hal.com>
1135 * configure.in (sparc-hal-solaris2*): New target.
1136 * sparc/hal.h, sparc/t-halos: New files.
/openbsd-src/gnu/usr.bin/binutils/intl/
H A DChangeLog357 Mon Jan 15 21:46:01 1996 Howard Gayle <howard@hal.com>

12