Lines Matching refs:PUT
41 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro
44 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
66 PUT(0,MRI); /* latch counters */ in suni_hz()
110 if (set) PUT(GET(reg) | bit,reg); \
111 else PUT(GET(reg) & ~bit,reg); \
199 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet()
200 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet()
201 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet()
213 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh()
214 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh()
215 PUT(GET(SPTB_CTRL) | SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sdh()
319 PUT(GET(RSOP_CIE) | SUNI_RSOP_CIE_LOSE,RSOP_CIE); in suni_start()
377 PUT(mri | SUNI_MRI_RESET,MRI); in suni_init()
378 PUT(mri,MRI); in suni_init()
379 PUT((GET(MT) & SUNI_MT_DS27_53),MT); /* disable all tests */ in suni_init()
383 PUT(SUNI_IDLE_PATTERN,TACP_IUCPOP); in suni_init()