Searched refs:USB_PHY_WRITE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_usb_phy.c | 61 #define USB_PHY_WRITE(_sc, _off, _val) bus_write_4((_sc)->res, (_off), (_val)) macro 63 USB_PHY_WRITE(_sc, _off, ((USB_PHY_READ(_sc, _off) & ~(_clr)) | (_set))) 68 USB_PHY_WRITE((_sc), ((_sc)->u2_base + (_off)), (_val)) 78 USB_PHY_WRITE((_sc), ((_sc)->fm_base + (_off)), (_val))
|