Searched refs:ARGE_WRITE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/mips/atheros/
H A Dif_argevar.h70 #define ARGE_WRITE(sc, reg, val) do { \ macro
78 ARGE_WRITE(sc, reg, ARGE_READ(sc, (reg)) | (bits))
81 ARGE_WRITE(sc, reg, ARGE_READ(sc, (reg)) & ~(bits))
88 * So, ARGE_WRITE() does the write + barrier, and the following
93 ARGE_WRITE((_sc), (_reg), (_val))
H A Dif_arge.c420 ARGE_WRITE(sc, AR71XX_MAC_CFG1,
426 ARGE_WRITE(sc, AR71XX_MAC_CFG2, reg);
428 ARGE_WRITE(sc, AR71XX_MAC_MAX_FRAME_LEN, 1536);
603 ARGE_WRITE(sc, AR71XX_MAC_MII_CFG, MAC_MII_CFG_RESET | mdio_div);
605 ARGE_WRITE(sc, AR71XX_MAC_MII_CFG, mdio_div);
910 ARGE_WRITE(sc, AR71XX_MAC_STA_ADDR1, (sc->arge_eaddr[2] << 24)
913 ARGE_WRITE(sc, AR71XX_MAC_STA_ADDR2, (sc->arge_eaddr[0] << 8)
916 ARGE_WRITE(sc, AR71XX_MAC_FIFO_CFG0,
935 ARGE_WRITE(sc, AR71XX_MAC_FIFO_CFG1, 0x0010ffff);
936 ARGE_WRITE(s
[all...]

Completed in 120 milliseconds