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

/freebsd-10.0-release/sys/dev/bwi/
H A Dbwirf.c760 uint16_t save_phy_comm[SAVE_PHY_COMM_MAX]; local
778 save_phy_comm[i] = PHY_READ(mac, save_phy_regs_comm[i]);
969 PHY_WRITE(mac, save_phy_regs_comm[0], save_phy_comm[0]);
977 PHY_WRITE(mac, save_phy_regs_comm[i], save_phy_comm[i]);
1772 uint16_t save_phy_comm[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[
1926 uint16_t save_phy_comm[SAVE_PHY_COMM_MAX]; local
[all...]
/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c6798 uint16_t save_phy_comm[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]);
6976 uint16_t save_phy_comm[SAVE_PHY_COMM_MAX]; local
6982 save_phy_comm[i] = BWN_PHY_READ(mac, save_phy_comm_regs[i]);
7083 save_phy_comm[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[1], save_phy_comm[
[all...]

Completed in 206 milliseconds