Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bwn/
H A Dif_bwnvar.h101 #define BWN_PHY_READ(mac, r) (mac->mac_phy.phy_read(mac, r))
502 uint16_t (*phy_read)(struct bwn_mac *, uint16_t); member
H A Dif_bwn.c1401 mac->mac_phy.phy_read = bwn_phy_g_read; in bwn_attach_core()
1419 mac->mac_phy.phy_read = bwn_phy_lp_read; in bwn_attach_core()
1437 mac->mac_phy.phy_read = bwn_phy_n_read; in bwn_attach_core()