Home
last modified time | relevance | path

Searched refs:_t_ (Results 1 – 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-bcm283x/include/mach/
A Dmbox.h95 #define BCM2835_MBOX_INIT_TAG(_t_, _id_) { \ argument
96 (_t_)->tag_hdr.tag = BCM2835_MBOX_TAG_##_id_; \
97 (_t_)->tag_hdr.val_buf_size = sizeof((_t_)->body); \
98 (_t_)->tag_hdr.val_len = sizeof((_t_)->body.req); \
101 #define BCM2835_MBOX_INIT_TAG_NO_REQ(_t_, _id_) { \ argument
102 (_t_)->tag_hdr.tag = BCM2835_MBOX_TAG_##_id_; \
103 (_t_)->tag_hdr.val_buf_size = sizeof((_t_)->body); \
104 (_t_)->tag_hdr.val_len = 0; \

Completed in 5 milliseconds