Symbol: PUT
drivers/atm/idt77105.c
133
PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG);
drivers/atm/idt77105.c
135
PUT( walk->old_mcr ,MCR);
drivers/atm/idt77105.c
176
PUT(diag,DIAG);
drivers/atm/idt77105.c
232
PUT(
drivers/atm/idt77105.c
246
PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG);
drivers/atm/idt77105.c
299
PUT(PRIV(dev)->old_mcr, MCR);
drivers/atm/idt77105.c
328
PUT( GET(MCR) & ~IDT77105_MCR_EIP, MCR );
drivers/atm/idt77105.c
67
PUT(counter, CTRSEL);
drivers/atm/suni.c
109
if (set) PUT(GET(reg) | bit,reg); \
drivers/atm/suni.c
110
else PUT(GET(reg) & ~bit,reg); \
drivers/atm/suni.c
198
PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC);
drivers/atm/suni.c
199
PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL);
drivers/atm/suni.c
200
PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL);
drivers/atm/suni.c
212
PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC);
drivers/atm/suni.c
213
PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL);
drivers/atm/suni.c
214
PUT(GET(SPTB_CTRL) | SUNI_SPTB_CTRL_LEN16, SPTB_CTRL);
drivers/atm/suni.c
318
PUT(GET(RSOP_CIE) | SUNI_RSOP_CIE_LOSE,RSOP_CIE);
drivers/atm/suni.c
376
PUT(mri | SUNI_MRI_RESET,MRI);
drivers/atm/suni.c
377
PUT(mri,MRI);
drivers/atm/suni.c
378
PUT((GET(MT) & SUNI_MT_DS27_53),MT); /* disable all tests */
drivers/atm/suni.c
382
PUT(SUNI_IDLE_PATTERN,TACP_IUCPOP);
drivers/atm/suni.c
43
PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
drivers/atm/suni.c
65
PUT(0,MRI); /* latch counters */
drivers/gpu/drm/nouveau/dispnv50/disp.c
152
NVIF_WV32(&dmac->base.user, NV507C, PUT, PTR, dmac->cur);
net/wireless/pmsr.c
447
PUT(tp, attr, val); \
net/wireless/pmsr.c
466
PUT(u32, BURST_INDEX, burst_index);
net/wireless/pmsr.c
469
PUT(u8, NUM_BURSTS_EXP, num_bursts_exp);
net/wireless/pmsr.c
470
PUT(u8, BURST_DURATION, burst_duration);
net/wireless/pmsr.c
471
PUT(u8, FTMS_PER_BURST, ftms_per_burst);
net/wireless/pmsr.c
472
PUT(u16, BURST_PERIOD, burst_period);