/kernel/linux/linux-5.10/drivers/atm/ |
D | suni.c | 42 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro 44 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg) 68 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) | in suni_hz() 69 ((GET(RSOP_SBM) & 0xff) << 8)); in suni_hz() 70 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) | in suni_hz() 71 ((GET(RLOP_LB) & 0xff) << 8) | in suni_hz() 72 ((GET(RLOP_LBM) & 0xf) << 16)); in suni_hz() 73 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) | in suni_hz() 74 ((GET(RPOP_PBM) & 0xff) << 8)); in suni_hz() 75 ADD_LIMITED(line_febe,(GET(RLOP_LFL) & 0xff) | in suni_hz() [all …]
|
D | uPD98402.c | 38 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg) macro 46 atomic_add(GET(HECCT),&PRIV(dev)->sonet_stats.uncorr_hcs); in fetch_stats() 80 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] << in set_framing() 93 s[0] = GET(C11R); in get_sense() 94 s[1] = GET(C12R); in get_sense() 95 s[2] = GET(C13R); in get_sense() 107 mode_reg = GET(MDR) & ~(uPD98402_MDR_TPLP | uPD98402_MDR_ALP | in set_loopback() 165 { atomic_add(GET(v),&PRIV(dev)->sonet_stats.s); \ 174 events = GET(PCR); in stat_event() 191 while ((reason = GET(PICR))) { in uPD98402_int() [all …]
|
D | idt77105.c | 47 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg) macro 69 val = GET(CTRLO); in get_counter() 71 val |= GET(CTRHI)<<8; in get_counter() 126 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */ in idt77105_restart_timer_func() 133 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_restart_timer_func() 163 diag = GET(DIAG) & ~IDT77105_DIAG_LCMASK; in set_loopback() 217 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */ in idt77105_int() 231 PRIV(dev)->old_mcr = GET(MCR); in idt77105_int() 246 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_int() 276 GET(ISTAT) & IDT77105_ISTAT_GOODSIG ? in idt77105_start() [all …]
|
/kernel/linux/linux-5.10/drivers/dma/dw-edma/ |
D | dw-edma-v0-core.c | 34 #define GET(dw, name) \ macro 47 ? GET(dw, wr_##name) \ 48 : GET(dw, rd_##name)) 140 num_ch = FIELD_GET(EDMA_V0_WRITE_CH_COUNT_MASK, GET(dw, ctrl)); in dw_edma_v0_core_ch_count() 142 num_ch = FIELD_GET(EDMA_V0_READ_CH_COUNT_MASK, GET(dw, ctrl)); in dw_edma_v0_core_ch_count()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
D | slogn.S | 351 |--GET K, Y, F, AND ADDRESS OF 1/F. 359 |--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F 363 oril #0x01000000,FFRAC(%a6) | ...GET F: ATTACH A 1 AT THE EIGHTH BIT 364 movel FFRAC(%a6),%d0 | ...READY TO GET ADDRESS OF 1/F 382 fmulx LOGOF2,%fp1 | ...GET K*LOG2 WHILE FP0 IS NOT READY
|
D | ssin.S | 223 |--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
|
/kernel/linux/linux-5.10/include/video/ |
D | gbe.h | 83 #define GET(v, msb, lsb) \ macro 89 GET((v), GBE_##reg##_##field##_MSB, GBE_##reg##_##field##_LSB)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | com.fuc | 35 ld b32 $r8 D[$r13 + 0x0] // GET 69 ld b32 $r8 D[$r13 + 0x0] // GET 81 // update GET
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | dvbapi.rst | 90 GET/SET props ioctl's.
|
D | fe_property_parameters.rst | 20 Used internally. A GET/SET operation for it won't change or return
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/arm/ |
D | psci.rst | 22 pseudo-registers" that can be manipulated using the GET/SET_ONE_REG
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
D | lirc-get-features.rst | 118 .. _LIRC-CAN-GET-REC-RESOLUTION:
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | host.fuc | 83 // increment GET
|
/kernel/linux/linux-5.10/Documentation/hid/ |
D | hid-transport.rst | 142 channel provides synchronous GET/SET_REPORT requests. Plain reports are only 178 - GET/SET_IDLE: Only used by USB-HID and I2C-HID. 179 - GET/SET_PROTOCOL: Not used by HID core.
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 667 GET=$3 670 tc filter add dev $DEV ingress bpf da obj test_tunnel_kern.o sec $GET
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
D | skfbi.h | 806 #define GET(io,mask) (inpw(io)&(mask)) macro
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | ethtool-netlink.rst | 60 sets, do not require device identification. Most ``GET`` requests also allow 174 ``_GET_REPLY`` kernel reply to a ``GET`` request 247 ``GET`` requests are sent by userspace applications to retrieve device 249 Kernel replies with corresponding "GET_REPLY" message. For most types, ``GET`` 647 Query device wake-on-lan settings. Unlike most "GET" type requests,
|
D | can_ucan_protocol.rst | 179 any GET *no change*
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/ |
D | uvcvideo.rst | 77 UVC_GET_INFO request should be made. The bits 0 (GET supported) and 1 (SET
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-ioc-g-mode.rst | 209 * .. _`CEC-MSG-GET-CEC-VERSION`:
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 157 u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR); in nv50_dmac_free() 169 u32 get = NVIF_RV32(&dmac->base.user, NV507C, GET, PTR); in nv50_dmac_wind() 176 if (NVIF_TV32(&dmac->base.user, NV507C, GET, PTR, >, 0)) in nv50_dmac_wind()
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | usb-serial.rst | 168 - getting/setting modem control pins (TIOCM{GET,SET,BIS,BIC})
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 5067 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED 8248 #--GET K, Y, F, AND ADDRESS OF 1/F. 8256 #--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F 8260 or.l &0x01000000,FFRAC(%a6) # GET F: ATTACH A 1 AT THE EIGHTH BIT 8261 mov.l FFRAC(%a6),%d1 # READY TO GET ADDRESS OF 1/F 8279 fmul.x LOGOF2(%pc),%fp1 # GET K*LOG2 WHILE FP0 IS NOT READY 8510 fadd.x %fp1,%fp1 # GET 2Z
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | api.rst | 1084 the state can be read then written using this GET/SET API, along with the other 2997 in fd can be used with KVM_SET/GET/HAS_DEVICE_ATTR.
|
/kernel/linux/linux-5.10/Documentation/ |
D | memory-barriers.txt | 2762 THE THINGS CPUS GET UP TO
|