Lines Matching refs:WRITE4
103 WRITE4(sc, GMII_ADDRESS, mii); in dwc1000_miibus_read_reg()
130 WRITE4(sc, GMII_DATA, val); in dwc1000_miibus_write_reg()
131 WRITE4(sc, GMII_ADDRESS, mii); in dwc1000_miibus_write_reg()
192 WRITE4(sc, MAC_CONFIGURATION, reg); in dwc1000_miibus_statchg()
201 WRITE4(sc, FLOW_CONTROL, reg); in dwc1000_miibus_statchg()
217 WRITE4(sc, MAC_CONFIGURATION, reg); in dwc1000_core_setup()
231 WRITE4(sc, MAC_CONFIGURATION, reg); in dwc1000_enable_mac()
245 WRITE4(sc, MAC_CONFIGURATION, reg); in dwc1000_enable_csum_offload()
342 WRITE4(sc, MAC_ADDRESS_LOW(0), lo); in dwc1000_setup_rxfilter()
343 WRITE4(sc, MAC_ADDRESS_HIGH(0), hi); in dwc1000_setup_rxfilter()
344 WRITE4(sc, MAC_FRAME_FILTER, ffval); in dwc1000_setup_rxfilter()
346 WRITE4(sc, GMAC_MAC_HTLOW, ctx.hash[0]); in dwc1000_setup_rxfilter()
347 WRITE4(sc, GMAC_MAC_HTHIGH, ctx.hash[1]); in dwc1000_setup_rxfilter()
350 WRITE4(sc, HASH_TABLE_REG(i), ctx.hash[i]); in dwc1000_setup_rxfilter()
399 WRITE4(sc, MMC_CONTROL, reg); in dwc1000_clear_stats()
446 WRITE4(sc, INTERRUPT_ENABLE, 0); in dwc1000_intr_disable()