HomeSort by: relevance | last modified time | path
    Searched refs:ah_sh (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5315_gpio.c 40 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh));
57 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh));
75 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh));
93 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh));
111 uint32_t gpioOffset = (AR5315_GPIO_BASE - ((uint32_t) ah->ah_sh));
ar5312_gpio.c 40 uint32_t gpioOffset = (AR5312_GPIO_BASE - ((uint32_t) ah->ah_sh));
57 uint32_t gpioOffset = (AR5312_GPIO_BASE - ((uint32_t) ah->ah_sh));
75 uint32_t gpioOffset = (AR5312_GPIO_BASE - ((uint32_t) ah->ah_sh));
93 uint32_t gpioOffset = (AR5312_GPIO_BASE - ((uint32_t) ah->ah_sh));
111 uint32_t gpioOffset = (AR5312_GPIO_BASE - ((uint32_t) ah->ah_sh));
ar5312_misc.c 41 uint32_t resOffset = (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh));
71 (AR5315_RSTIMER_BASE-((uint32_t) ah->ah_sh)) + AR5315_WREV))
82 (AR5312_RSTIMER_BASE-((uint32_t) ah->ah_sh)) + AR5312_WREV))
ar5312_reset.c 826 (AR5315_RSTIMER_BASE - ((uint32_t) ah->ah_sh) + AR5315_RESET));
840 (AR5315_RSTIMER_BASE - ((uint32_t) ah->ah_sh)+AR5315_RESET),
844 (AR5315_RSTIMER_BASE - ((uint32_t) ah->ah_sh) +AR5315_RESET));
851 (AR5315_RSTIMER_BASE- ((uint32_t) ah->ah_sh) +AR5315_RESET));
853 (AR5315_RSTIMER_BASE - ((uint32_t) ah->ah_sh)+AR5315_RESET),
857 (AR5315_RSTIMER_BASE- ((uint32_t) ah->ah_sh) +AR5315_RESET));
883 (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh) + AR5312_RESET));
897 (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh)+AR5312_RESET),
901 (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh) +AR5312_RESET));
908 (AR5312_RSTIMER_BASE- ((uint32_t) ah->ah_sh) +AR5312_RESET))
    [all...]
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.h 70 #define BUSHANDLE(ah) ((bus_space_handle_t)((ah)->ah_sh))
74 #define BUSHANDLE(ah) (*(bus_space_handle_t *)((ah)->ah_sh))
79 #define BUSHANDLE(ah) ((bus_space_handle_t) ((ah)->ah_sh))
114 bus_space_write_4((_ah)->ah_st, (_ah)->ah_sh, \
117 bus_space_write_stream_4((_ah)->ah_st, (_ah)->ah_sh, \
122 bus_space_read_4((_ah)->ah_st, (_ah)->ah_sh, (_reg)) : \
123 bus_space_read_stream_4((_ah)->ah_st, (_ah)->ah_sh, (_reg)))
126 bus_space_write_4((_ah)->ah_st, (_ah)->ah_sh, (_reg), (_val))
128 ((u_int32_t) bus_space_read_4((_ah)->ah_st, (_ah)->ah_sh, (_reg)))
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_attach.c 206 ah->ah_sh = sh;
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_attach.c 223 ah->ah_sh = sh;
  /src/sys/external/isc/atheros_hal/dist/
ah.h 677 HAL_BUS_HANDLE ah_sh; member in struct:ath_hal
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_attach.c 230 ah->ah_sh = sh;

Completed in 36 milliseconds