/linux-4.4.14/arch/arm/mach-gemini/ |
D | time.c | 28 #define TIMER_COUNT(BASE) (IO_ADDRESS(BASE) + 0x00) argument 29 #define TIMER_LOAD(BASE) (IO_ADDRESS(BASE) + 0x04) argument 30 #define TIMER_MATCH1(BASE) (IO_ADDRESS(BASE) + 0x08) argument 31 #define TIMER_MATCH2(BASE) (IO_ADDRESS(BASE) + 0x0C) argument
|
/linux-4.4.14/arch/sparc/kernel/ |
D | sun4v_tlb_miss.S | 10 #define LOAD_ITLB_INFO(BASE, VADDR, CTX) \ argument 15 #define LOAD_DTLB_INFO(BASE, VADDR, CTX) \ argument
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_comp.c | 209 #define emit_loadptr(BASE, STRUCT, FIELD, DEST) \ argument 215 #define emit_load32(BASE, STRUCT, FIELD, DEST) \ argument 221 #define emit_load16(BASE, STRUCT, FIELD, DEST) \ argument 227 #define __emit_load8(BASE, STRUCT, FIELD, DEST) \ argument 232 #define emit_load8(BASE, STRUCT, FIELD, DEST) \ argument 274 #define emit_jmpl(BASE, IMM_OFF, LREG) \ argument
|
/linux-4.4.14/include/linux/ |
D | zutil.h | 53 #define BASE 65521L /* largest prime smaller than 65536 */ macro
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_btree.h | 143 #define XFS_DA_LOGOFF(BASE, ADDR) ((char *)(ADDR) - (char *)(BASE)) argument 144 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE) \ argument
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-104-idio-16.c | 114 const unsigned BASE = idio_16_base; in idio_16_probe() local
|
/linux-4.4.14/drivers/media/tuners/ |
D | tuner-xc2028-types.h | 13 #define BASE (1<<0) macro
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-omnitek.c | 54 #define BASE (cobalt->bar0) macro
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc9194.h | 99 #define BASE 2 macro
|
/linux-4.4.14/net/ipv4/ |
D | inetpeer.c | 160 #define rcu_deref_locked(X, BASE) \ argument
|
/linux-4.4.14/drivers/ps3/ |
D | ps3av_cmd.c | 501 #define BASE PS3AV_CMD_AUDIO_FS_44K macro
|
/linux-4.4.14/arch/mips/include/asm/mips-boards/ |
D | bonito64.h | 411 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBAS… argument
|
/linux-4.4.14/arch/mips/kernel/ |
D | traps.c | 485 #define BASE 0x03e00000 macro
|
/linux-4.4.14/arch/mips/kvm/ |
D | emulate.c | 2301 #define BASE 0x03e00000 macro
|
/linux-4.4.14/drivers/hwmon/ |
D | pc87360.c | 76 #define BASE 0x60 /* Register: Base address */ macro
|
/linux-4.4.14/kernel/ |
D | module.c | 87 #define MOD_NUMBER_OF_PAGES(BASE, SIZE) (((SIZE) > 0) ? \ argument
|