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.c1405 mac->mac_phy.switch_analog = bwn_phy_switch_analog; in bwn_attach_core()
1423 mac->mac_phy.switch_analog = bwn_phy_lp_switch_analog; in bwn_attach_core()
1441 mac->mac_phy.switch_analog = bwn_phy_n_switch_analog; in bwn_attach_core()
1488 mac->mac_phy.switch_analog(mac, 0); in bwn_attach_core()
1550 if (mac->mac_phy.switch_analog != NULL) in bwn_reset_core()
1551 mac->mac_phy.switch_analog(mac, 1); in bwn_reset_core()
2382 mac->mac_phy.switch_analog(mac, 0); in bwn_core_exit()
2424 phy->switch_analog(mac, 1); in bwn_chip_init()
H A Dif_bwnvar.h509 void (*switch_analog)(struct bwn_mac *, int); member