Searched refs:AR_PHY_DESIRED_SZ (Results 1 – 10 of 10) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | ar9285.c | 369 reg = AR_READ(sc, AR_PHY_DESIRED_SZ); in ar9285_init_from_rom() 371 AR_WRITE(sc, AR_PHY_DESIRED_SZ, reg); in ar9285_init_from_rom() 644 AR_WRITE(sc, AR_PHY_DESIRED_SZ, 0x6d4000e2); in ar9271_load_ani()
|
H A D | ar9280.c | 351 reg = AR_READ(sc, AR_PHY_DESIRED_SZ); in ar9280_init_from_rom() 353 AR_WRITE(sc, AR_PHY_DESIRED_SZ, reg); in ar9280_init_from_rom()
|
H A D | ar9287.c | 213 reg = AR_READ(sc, AR_PHY_DESIRED_SZ); in ar9287_init_from_rom() 215 AR_WRITE(sc, AR_PHY_DESIRED_SZ, reg); in ar9287_init_from_rom()
|
H A D | ar5416.c | 296 reg = AR_READ(sc, AR_PHY_DESIRED_SZ); in ar5416_init_from_rom() 299 AR_WRITE(sc, AR_PHY_DESIRED_SZ, reg); in ar5416_init_from_rom()
|
H A D | ar5008reg.h | 72 #define AR_PHY_DESIRED_SZ 0x9850 macro
|
H A D | ar9003reg.h | 101 #define AR_PHY_DESIRED_SZ 0x09e0c macro
|
H A D | ar5008.c | 2849 reg = AR_READ(sc, AR_PHY_DESIRED_SZ); in ar5008_set_noise_immunity_level() 2851 AR_WRITE(sc, AR_PHY_DESIRED_SZ, reg); in ar5008_set_noise_immunity_level()
|
H A D | ar9003.c | 3267 reg = AR_READ(sc, AR_PHY_DESIRED_SZ); in ar9003_set_noise_immunity_level() 3269 AR_WRITE(sc, AR_PHY_DESIRED_SZ, reg); in ar9003_set_noise_immunity_level()
|
/openbsd/sys/dev/usb/ |
H A D | if_otusreg.h | 108 #define AR_PHY_DESIRED_SZ (AR_PHY_BASE + 0x0050) macro
|
H A D | if_otus.c | 1751 tmp = otus_phy_get_def(sc, AR_PHY_DESIRED_SZ); in otus_set_board_values() 1754 otus_write(sc, AR_PHY_DESIRED_SZ, tmp); in otus_set_board_values()
|