Home
last modified time | relevance | path

Searched defs:BASE (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/arm/mach-gemini/
Dtime.c28 #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/
Dsun4v_tlb_miss.S10 #define LOAD_ITLB_INFO(BASE, VADDR, CTX) \ argument
15 #define LOAD_DTLB_INFO(BASE, VADDR, CTX) \ argument
/linux-4.4.14/arch/sparc/net/
Dbpf_jit_comp.c209 #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/
Dzutil.h53 #define BASE 65521L /* largest prime smaller than 65536 */ macro
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.h143 #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/
Dgpio-104-idio-16.c114 const unsigned BASE = idio_16_base; in idio_16_probe() local
/linux-4.4.14/drivers/media/tuners/
Dtuner-xc2028-types.h13 #define BASE (1<<0) macro
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-omnitek.c54 #define BASE (cobalt->bar0) macro
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc9194.h99 #define BASE 2 macro
/linux-4.4.14/net/ipv4/
Dinetpeer.c160 #define rcu_deref_locked(X, BASE) \ argument
/linux-4.4.14/drivers/ps3/
Dps3av_cmd.c501 #define BASE PS3AV_CMD_AUDIO_FS_44K macro
/linux-4.4.14/arch/mips/include/asm/mips-boards/
Dbonito64.h411 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBAS… argument
/linux-4.4.14/arch/mips/kernel/
Dtraps.c485 #define BASE 0x03e00000 macro
/linux-4.4.14/arch/mips/kvm/
Demulate.c2301 #define BASE 0x03e00000 macro
/linux-4.4.14/drivers/hwmon/
Dpc87360.c76 #define BASE 0x60 /* Register: Base address */ macro
/linux-4.4.14/kernel/
Dmodule.c87 #define MOD_NUMBER_OF_PAGES(BASE, SIZE) (((SIZE) > 0) ? \ argument