Home
last modified time | relevance | path

Searched defs:ath_hal_private (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h229 struct ath_hal_private { struct
230 struct ath_hal h; /* public area */
233 HAL_BOOL (*ah_getChannelEdges)(struct ath_hal*,
236 u_int (*ah_getWirelessModes)(struct ath_hal*);
237 HAL_BOOL (*ah_eepromRead)(struct ath_hal *, u_int off,
239 HAL_BOOL (*ah_eepromWrite)(struct ath_hal *, u_int off,
241 HAL_BOOL (*ah_gpioCfgOutput)(struct ath_hal *,
243 HAL_BOOL (*ah_gpioCfgInput)(struct ath_hal *, uint32_t gpio);
244 uint32_t (*ah_gpioGet)(struct ath_hal *, uint32_t gpio);
245 HAL_BOOL (*ah_gpioSet)(struct ath_hal *,
[all …]