Home
last modified time | relevance | path

Searched refs:mt76x02_wait_for_mac (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb_init.c133 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x2u_init_hardware()
146 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x2u_init_hardware()
H A Dpci_init.c76 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x2_mac_reset()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dusb.c153 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x0u_init_hardware()
255 if (!mt76x02_wait_for_mac(mdev)) { in mt76x0u_probe()
H A Dinit.c179 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x0_init_hardware()
H A Dpci.c96 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x0e_init_hardware()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.h149 static inline bool mt76x02_wait_for_mac(struct mt76_dev *dev) in mt76x02_wait_for_mac() function