Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c1403 mac->mac_phy.switch_analog = bwn_phy_switch_analog; in bwn_attach_core()
1421 mac->mac_phy.switch_analog = bwn_phy_lp_switch_analog; in bwn_attach_core()
1439 mac->mac_phy.switch_analog = bwn_phy_n_switch_analog; in bwn_attach_core()
1486 mac->mac_phy.switch_analog(mac, 0); in bwn_attach_core()
1548 if (mac->mac_phy.switch_analog != NULL) in bwn_reset_core()
1549 mac->mac_phy.switch_analog(mac, 1); in bwn_reset_core()
2380 mac->mac_phy.switch_analog(mac, 0); in bwn_core_exit()
2422 phy->switch_analog(mac, 1); in bwn_chip_init()
H A Dif_bwnvar.h509 void (*switch_analog)(struct bwn_mac *, int); member