Searched defs:max_t (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/drivers/watchdog/ |
H A D | bfin_wdt.c | 115 u32 cnt, max_t, sclk; bfin_wdt_set_timeout() local
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | nmi.c | 122 u32 cnt, max_t, sclk; nmi_wdt_set_timeout() local
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | svga3d_surfacedefs.h | 40 #define max_t(type, x, y) ((x) > (y) ? (x) : (y)) macro
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-stxx-defs.h | 288 uint64_t max_t:16; member in struct:cvmx_stxx_spi4_dat::cvmx_stxx_spi4_dat_s
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | si_dpm.h | 77 u32 max_t; member in struct:si_dte_data
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 767 #define max_t(type, x, y) ({ \ macro
|
/linux-4.1.27/tools/vm/ |
H A D | page-types.c | 219 #define max_t(type, x, y) ({ \ macro
|
Completed in 2030 milliseconds