Home
last modified time | relevance | path

Searched refs:obdb (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dar5xxx.c1509 int i, obdb = -1, bank = -1; in ar5k_ar5111_rfregs() local
1538 obdb = 0; in ar5k_ar5111_rfregs()
1541 ee->ee_ob[ee_mode][obdb], 3, 119, 0, AH_TRUE)) in ar5k_ar5111_rfregs()
1548 obdb = 1; in ar5k_ar5111_rfregs()
1552 obdb = channel->c_channel >= 5725 ? 3 : in ar5k_ar5111_rfregs()
1575 obdb >= 0 ? ee->ee_ob[ee_mode][obdb] : 0, 3, 104, 0, AH_TRUE)) in ar5k_ar5111_rfregs()
1579 obdb >= 0 ? ee->ee_db[ee_mode][obdb] : 0, 3, 107, 0, AH_TRUE)) in ar5k_ar5111_rfregs()
1605 int i, obdb = -1, bank = -1; in ar5k_ar5112_rfregs() local
1643 obdb = 0; in ar5k_ar5112_rfregs()
1655 obdb = channel->c_channel >= 5725 ? 3 : in ar5k_ar5112_rfregs()
[all …]
H A Dar5211.c2564 int obdb; in ar5k_ar5211_rfregs() local
2567 obdb = 0; in ar5k_ar5211_rfregs()
2582 obdb = channel->c_channel >= 5725 ? 3 : in ar5k_ar5211_rfregs()
2589 if (obdb < 0) in ar5k_ar5211_rfregs()
2592 ob = ee->ee_ob[ee_mode][obdb]; in ar5k_ar5211_rfregs()
2593 db = ee->ee_db[ee_mode][obdb]; in ar5k_ar5211_rfregs()