Searched refs:save_phy_comm_regs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/bwi/
H A Dbwirf.c1760 static const uint16_t save_phy_comm_regs[SAVE_PHY_COMM_MAX] = { local
1779 save_phy_comm[i] = PHY_READ(mac, save_phy_comm_regs[i]);
1880 PHY_WRITE(mac, save_phy_comm_regs[i], save_phy_comm[i]);
1897 PHY_WRITE(mac, save_phy_comm_regs[0], save_phy_comm[0]);
1898 PHY_WRITE(mac, save_phy_comm_regs[2], save_phy_comm[2]);
1899 PHY_WRITE(mac, save_phy_comm_regs[1], save_phy_comm[1]);
1915 static const uint16_t save_phy_comm_regs[SAVE_PHY_COMM_MAX] = local
1950 save_phy_comm[i] = PHY_READ(mac, save_phy_comm_regs[i]);
2063 PHY_WRITE(mac, save_phy_comm_regs[i], save_phy_comm[i]);
/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c6787 static const uint16_t save_phy_comm_regs[SAVE_PHY_COMM_MAX] = local
6822 save_phy_comm[i] = BWN_PHY_READ(mac, save_phy_comm_regs[i]);
6930 BWN_PHY_WRITE(mac, save_phy_comm_regs[i], save_phy_comm[i]);
6964 static const uint16_t save_phy_comm_regs[SAVE_PHY_COMM_MAX] = { local
6982 save_phy_comm[i] = BWN_PHY_READ(mac, save_phy_comm_regs[i]);
7082 BWN_PHY_WRITE(mac, save_phy_comm_regs[i],
7086 BWN_PHY_WRITE(mac, save_phy_comm_regs[i], save_phy_comm[i]);
7101 BWN_PHY_WRITE(mac, save_phy_comm_regs[0], save_phy_comm[0]);
7102 BWN_PHY_WRITE(mac, save_phy_comm_regs[2], save_phy_comm[2]);
7103 BWN_PHY_WRITE(mac, save_phy_comm_regs[
[all...]

Completed in 146 milliseconds