Lines Matching refs:bwn_mac
33 extern void bwn_phy_lp_init_pre(struct bwn_mac *);
34 extern int bwn_phy_lp_init(struct bwn_mac *);
35 extern uint16_t bwn_phy_lp_read(struct bwn_mac *, uint16_t);
36 extern void bwn_phy_lp_write(struct bwn_mac *, uint16_t, uint16_t);
37 extern void bwn_phy_lp_maskset(struct bwn_mac *, uint16_t, uint16_t,
39 extern uint16_t bwn_phy_lp_rf_read(struct bwn_mac *, uint16_t);
40 extern void bwn_phy_lp_rf_write(struct bwn_mac *, uint16_t, uint16_t);
41 extern void bwn_phy_lp_rf_onoff(struct bwn_mac *, int);
42 extern int bwn_phy_lp_switch_channel(struct bwn_mac *, uint32_t);
43 extern void bwn_phy_lp_switch_analog(struct bwn_mac *, int);
44 extern uint32_t bwn_phy_lp_get_default_chan(struct bwn_mac *);
45 extern void bwn_phy_lp_set_antenna(struct bwn_mac *, int);
46 extern void bwn_phy_lp_task_60s(struct bwn_mac *);