Lines Matching refs:PUT
40 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro
43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
65 PUT(0,MRI); /* latch counters */ in suni_hz()
109 if (set) PUT(GET(reg) | bit,reg); \
110 else PUT(GET(reg) & ~bit,reg); \
198 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet()
199 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet()
200 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet()
212 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh()
213 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh()
214 PUT(GET(SPTB_CTRL) | SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sdh()
318 PUT(GET(RSOP_CIE) | SUNI_RSOP_CIE_LOSE,RSOP_CIE); in suni_start()
376 PUT(mri | SUNI_MRI_RESET,MRI); in suni_init()
377 PUT(mri,MRI); in suni_init()
378 PUT((GET(MT) & SUNI_MT_DS27_53),MT); /* disable all tests */ in suni_init()
382 PUT(SUNI_IDLE_PATTERN,TACP_IUCPOP); in suni_init()