Home
last modified time | relevance | path

Searched defs:size_ (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Drtas-work-area.h49 #define rtas_work_area_alloc(size_) ({ \ argument
/linux/drivers/soc/apple/
H A Dsart.c76 size_t size_ = FIELD_GET(APPLE_SART2_CONFIG_SIZE, cfg); in sart2_get_entry() local
107 size_t size_ = readl(sart->regs + APPLE_SART3_SIZE(index)); in sart3_get_entry() local
/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h65 #define DVB_USB_STREAM_BULK(endpoint_, count_, size_) { \ argument
76 #define DVB_USB_STREAM_ISOC(endpoint_, count_, frames_, size_, interval_) { \ argument
/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c22 #define PVR_SHIFT_FROM_SIZE(size_) (__builtin_ctzll(size_)) argument
23 #define PVR_MASK_FROM_SIZE(size_) (~((size_) - U64_C(1))) argument
/linux/include/kunit/
H A Dtest.h863 size_, \ argument