Home
last modified time | relevance | path

Searched refs:ADDRESS (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dslogn.S351 |--GET K, Y, F, AND ADDRESS OF 1/F.
356 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F)
359 |--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
364 movel FFRAC(%a6),%d0 | ...READY TO GET ADDRESS OF 1/F
369 addal %d0,%a0 | ...A0 IS THE ADDRESS FOR 1/F
376 |--SUMMARY: FP0 IS Y-F, A0 IS ADDRESS OF 1/F, FP1 IS K
407 addal #16,%a0 | ...ADDRESS OF LOG(F)
H A Dstwotox.S234 lea EXPTBL,%a1 | ...LOAD ADDRESS OF TABLE OF 2^(J/64)
240 addal %d0,%a1 | ...ADDRESS FOR 2^(J/64)
337 lea EXPTBL,%a1 | ...LOAD ADDRESS OF TABLE OF 2^(J/64)
343 addal %d0,%a1 | ...ADDRESS FOR 2^(J/64)
H A Dssin.S213 addal %d0,%a1 | ...A1 IS THE ADDRESS OF N*PIBY2
568 addal %d0,%a1 | ...ADDRESS OF N*PIBY2, IN Y1, Y2
H A Dstan.S199 addal %d0,%a1 | ...ADDRESS N*PIBY2 IN Y1, Y2
/OK3568_Linux_fs/external/xserver/debian/po/
H A Dtemplates.pot4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
H A Dmr.po4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
H A Dast.po4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsysfs.c83 #define __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, EXTRA) \ argument
86 *(unsigned long *)val = mfspr(ADDRESS); \
91 mtspr(ADDRESS, *(unsigned long *)val); \
117 #define SYSFS_PMCSETUP(NAME, ADDRESS) \ argument
118 __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, ppc_enable_pmcs()) \
120 #define SYSFS_SPRSETUP(NAME, ADDRESS) \ argument
121 __SYSFS_SPRSETUP_READ_WRITE(NAME, ADDRESS, ) \
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddrxd_firm.c17 #define ADDRESS(x) ((x) & 0xFF), (((x)>>8) & 0xFF), (((x)>>16) & 0xFF), (((x)>>24) & 0xFF) macro
23 #define WRBLOCK(a, l) ADDRESS(a), LENGTH(l)
24 #define WR16(a, d) ADDRESS(a), LENGTH(1), DATA16(d)
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A DCHANGES82 ADDRESS = PC of instruction being emulated
104 ADDRESS = Address of source or destination operand
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D12_makefile_config.patch47 # Optional: Turning on host ADDRESS checking
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6qdl-colibri.dtsi788 /* ADDRESS[16:18] [25] used as GPIO */
804 /* ADDRESS[19:24] used as GPIO */
857 /* ADDRESS[16] DATA[30] used as GPIO */
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-region.rst43 $ devlink region read DEV/REGION [ snapshot SNAPSHOT_ID ] address ADDRESS length length
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dcompal-laptop.c470 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ argument
474 return sprintf(buf, "%d\n", 1000 * (int)ec_read_s8(ADDRESS)); \
/OK3568_Linux_fs/u-boot/board/seco/mx6quq7/
H A Dmx6quq7-2g.cfg60 /* ADDRESS */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dannotate.info319 ^Z^Zframe-begin LEVEL ADDRESS
323 other frames have positive numbers), ADDRESS is the address of the code
325 the level to the user. ADDRESS is in the form '0x' followed by one or
356 ADDRESS
360 where ADDRESS is the address executing in the frame (the same
554 ADDRESS
566 Note that ADDRESS is intended for user consumption--the syntax varies
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dannotate.info319 ^Z^Zframe-begin LEVEL ADDRESS
323 other frames have positive numbers), ADDRESS is the address of the code
325 the level to the user. ADDRESS is in the form '0x' followed by one or
356 ADDRESS
360 where ADDRESS is the address executing in the frame (the same
554 ADDRESS
566 Note that ADDRESS is intended for user consumption--the syntax varies
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dtagged-address-abi.rst2 AArch64 TAGGED ADDRESS ABI
H A Dpointer-authentication.rst93 initialised by passing flags KVM_ARM_VCPU_PTRAUTH_[ADDRESS/GENERIC] and
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dvrf.rst339 $ ip [-6] route get vrf NAME ADDRESS
340 $ ip [-6] route get oif NAME ADDRESS
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi6000.c113 #define ADDRESS 0x0200 macro
484 phw->dw2040_HPIDSP + (ADDRESS + in create_adapter_obj()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dafs.rst163 ADDRESS
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/
H A Dfplsp.S5059 # A1 IS THE ADDRESS OF N*PIBY2
5785 add.l %d1,%a1 # ADDRESS N*PIBY2 IN Y1, Y2
6304 add.l %d1,%a1 # ADDRESS OF ATAN(|F|)
8248 #--GET K, Y, F, AND ADDRESS OF 1/F.
8253 lea LOGTBL(%pc),%a0 # BASE ADDRESS OF 1/F AND LOG(F)
8256 #--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
8261 mov.l FFRAC(%a6),%d1 # READY TO GET ADDRESS OF 1/F
8266 add.l %d1,%a0 # A0 IS THE ADDRESS FOR 1/F
8273 #--SUMMARY: FP0 IS Y-F, A0 IS ADDRESS OF 1/F, FP1 IS K
8304 add.l &16,%a0 # ADDRESS OF LOG(F)
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c447 usba_dma_writel(ep, ADDRESS, req->req.dma); in submit_request()
687 usba_dma_writel(ep, ADDRESS, 0); in usba_ep_disable()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-22890 *ADDRESS, int SIZE)
2896 data starting at ADDRESS. It calls ‘obstack_alloc_failed_handler’
2900 *ADDRESS, int SIZE)
3403 ‘void *obstack_copy (struct obstack *OBSTACK-PTR, void *ADDRESS, int SIZE)’
3405 ADDRESS. *Note Allocation in an Obstack::.
3407 ‘void *obstack_copy0 (struct obstack *OBSTACK-PTR, void *ADDRESS, int SIZE)’
3409 ADDRESS, followed by a null character at the end. *Note Allocation
3420 ‘void obstack_grow (struct obstack *OBSTACK-PTR, void *ADDRESS, int SIZE)’
3421 Add SIZE bytes, copied from ADDRESS, to a growing object. *Note
3424 ‘void obstack_grow0 (struct obstack *OBSTACK-PTR, void *ADDRESS, int SIZE)’
[all …]

123