Searched refs:ah_priv (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c88 ah = &ahp->ah_priv.h;
99 ahp->ah_priv.ah_eepromRead = ar5312EepromRead;
101 ahp->ah_priv.ah_eepromWrite = ar5312EepromWrite;
105 ahp->ah_priv.ah_gpioCfgOutput = ar5315GpioCfgOutput;
106 ahp->ah_priv.ah_gpioCfgInput = ar5315GpioCfgInput;
107 ahp->ah_priv.ah_gpioGet = ar5315GpioGet;
108 ahp->ah_priv.ah_gpioSet = ar5315GpioSet;
109 ahp->ah_priv.ah_gpioSetIntr = ar5315GpioSetIntr;
113 ahp->ah_priv.ah_gpioCfgOutput = ar5312GpioCfgOutput;
114 ahp->ah_priv
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c211 ah = &ahp->ah_priv.h;
213 OS_MEMCPY(&ahp->ah_priv, &ar5210hal, sizeof(struct ath_hal_private));
H A Dar5210.h101 struct ath_hal_private ah_priv; /* base definitions */ member in struct:ath_hal_5210
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c94 ah = &ahp->ah_priv.h;
217 ahp->ah_priv.ah_getWirelessModes= ar5416GetWirelessModes;
218 ahp->ah_priv.ah_eepromRead = ar5416EepromRead;
220 ahp->ah_priv.ah_eepromWrite = ar5416EepromWrite;
222 ahp->ah_priv.ah_getChipPowerLimits = ar5416GetChipPowerLimits;
327 ah = &ahp->ah_priv.h;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c98 ah = &ahp->ah_priv.h;
H A Dar9160_attach.c142 ah = &ahp->ah_priv.h;
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c229 ah = &ahp->ah_priv.h;
231 OS_MEMCPY(&ahp->ah_priv, &ar5211hal, sizeof(struct ath_hal_private));
H A Dar5211.h107 struct ath_hal_private ah_priv; /* base class */ member in struct:ath_hal_5211
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c242 ah = &ahp->ah_priv.h;
244 OS_MEMCPY(&ahp->ah_priv, &ar5212hal, sizeof(struct ath_hal_private));
345 ah = &ahp->ah_priv.h;
H A Dar5212.h245 struct ath_hal_private ah_priv; /* base class */ member in struct:ath_hal_5212
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_attach.c160 ah = &ahp->ah_priv.h;
H A Dar9287_attach.c139 ah = &ahp->ah_priv.h;
H A Dar9280_attach.c177 ah = &ahp->ah_priv.h;
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c650 ah = &ahp->ah_priv.h;
2523 ah = &ahp->ah_priv.h;
2539 OS_MEMCPY(&ahp->ah_priv.priv, &ar9300hal, sizeof(ahp->ah_priv.priv));
2570 ahp->ah_priv.priv.ah_eeprom_read = ar9300_flash_read;
2571 ahp->ah_priv.priv.ah_eeprom_dump = AH_NULL;
2573 ahp->ah_priv.priv.ah_eeprom_read = ar9300_eeprom_read_word;
2578 ahp->ah_priv.ah_eepromRead = ar9300_eeprom_read_word;
H A Dar9300_misc.c1310 *result = &(ahp->ah_priv.ah_channels[0]);
1312 sizeof(ahp->ah_priv.ah_channels[0]) * ahp->ah_priv.priv.ah_nchan;
H A Dar9300.h403 struct ath_hal_private ah_priv; /* base class */ member in struct:ath_hal_9300
H A Dar9300_eeprom.c3402 if (!ahp->ah_priv.priv.ah_eeprom_read(

Completed in 251 milliseconds