Searched refs:PUT (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/atm/ |
D | suni.c | 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() [all …]
|
D | idt77105.c | 46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg) macro 67 PUT(counter, CTRSEL); in get_counter() 133 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_restart_timer_func() 135 PUT( walk->old_mcr ,MCR); in idt77105_restart_timer_func() 176 PUT(diag,DIAG); in set_loopback() 232 PUT( in idt77105_int() 246 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_int() 299 PUT(PRIV(dev)->old_mcr, MCR); in idt77105_start() 328 PUT( GET(MCR) & ~IDT77105_MCR_EIP, MCR ); in idt77105_stop()
|
/linux-6.1.9/arch/x86/lib/ |
D | clear_page_64.S | 31 #define PUT(x) movq %rax,x*8(%rdi) macro 33 PUT(1) 34 PUT(2) 35 PUT(3) 36 PUT(4) 37 PUT(5) 38 PUT(6) 39 PUT(7)
|
/linux-6.1.9/net/wireless/ |
D | pmsr.c | 413 #define PUT(tp, attr, val) \ in nl80211_pmsr_send_ftm_res() macro 424 PUT(tp, attr, val); \ in nl80211_pmsr_send_ftm_res() 443 PUT(u32, BURST_INDEX, burst_index); in nl80211_pmsr_send_ftm_res() 446 PUT(u8, NUM_BURSTS_EXP, num_bursts_exp); in nl80211_pmsr_send_ftm_res() 447 PUT(u8, BURST_DURATION, burst_duration); in nl80211_pmsr_send_ftm_res() 448 PUT(u8, FTMS_PER_BURST, ftms_per_burst); in nl80211_pmsr_send_ftm_res() 473 #undef PUT in nl80211_pmsr_send_ftm_res()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | com.fuc | 36 ld b32 $r9 D[$r13 + 0x4] // PUT 53 // update PUT 70 ld b32 $r9 D[$r13 + 0x4] // PUT
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | slogn.S | 385 fmovex %fp1,KLOG2(%a6) | ...PUT K*LOG2 IN MEMORY, FREE FP1
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 407 // increment PUT
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 148 NVIF_WV32(&dmac->base.user, NV507C, PUT, PTR, dmac->cur); in nv50_dmac_kick()
|
/linux-6.1.9/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 8282 fmov.x %fp1,KLOG2(%a6) # PUT K*LOG2 IN MEMEORY, FREE FP1
|