Searched defs:__base (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/thermal/mediatek/ |
H A D | lvts_thermal.c | 24 #define LVTS_MONCTL0(__base) (__base + 0x0000) argument 25 #define LVTS_MONCTL1(__base) (__base + 0x0004) argument 26 #define LVTS_MONCTL2(__base) (__base + 0x0008) argument 27 #define LVTS_MONINT(__base) (__base + 0x000C) argument 28 #define LVTS_MONINTSTS(__base) (__base + 0x0010) argument 29 #define LVTS_MONIDET0(__base) (__base + 0x0014) argument 30 #define LVTS_MONIDET1(__base) (__base + 0x0018) argument 31 #define LVTS_MONIDET2(__base) (__base + 0x001C) argument 32 #define LVTS_MONIDET3(__base) (__base + 0x0020) argument 33 #define LVTS_H2NTHRE(__base) (__base + 0x0024) argument [all …]
|
/linux/drivers/clocksource/ |
H A D | timer-nxp-stm.c | 25 #define STM_CR(__base) (__base) argument 32 #define STM_CNT(__base) ((__base) + 0x04) argument 34 #define STM_CCR0(__base) ((__base) + 0x10) argument 35 #define STM_CCR1(__base) ((__base) + 0x20) argument 36 #define STM_CCR2(__base) ((__base) + 0x30) argument 37 #define STM_CCR3(__base) ((__base) + 0x40) argument 41 #define STM_CIR0(__base) ((__base) + 0x14) argument 42 #define STM_CIR1(__base) ((__base) + 0x24) argument 43 #define STM_CIR2(__base) ((__base) + 0x34) argument 44 #define STM_CIR3(__base) ((__base) + 0x44) argument [all …]
|
/linux/drivers/watchdog/ |
H A D | s32g_wdt.c | 20 #define S32G_SWT_CR(__base) ((__base) + 0x00) /* Control Register offset */ argument 26 #define S32G_SWT_TO(__base) ((__base) + 0x08) /* Timeout Register offset */ argument 28 #define S32G_SWT_SR(__base) ((__base) + 0x10) /* Service Register offset */ argument 32 #define S32G_SWT_CO(__base) ((__base) + 0x14) /* Counter output register */ argument
|
/linux/include/net/netfilter/ |
H A D | nf_tables_offload.h | 79 #define NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, __flags) \ argument 88 #define NFT_OFFLOAD_MATCH(__key, __base, __field, __len, __reg) \ argument 91 #define NFT_OFFLOAD_MATCH_EXACT(__key, __base, __field, __len, __reg) \ argument
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | ttm_object.h | 285 #define ttm_base_object_kfree(__object, __base)\ argument
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.c | 1113 #define QUEUE_ENTRY_PRIV_OFFSET(__base, __index, __limit, __esize, __psize) \ in rt2x00queue_alloc_entries() argument
|