Searched refs:type2 (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/pinctrl/rockchip/ |
A D | pinctrl-rockchip.h | 129 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 143 { .drv_type = type2, .offset = -1 }, \
|
/u-boot/include/ |
A D | twl4030.h | 243 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ argument 244 ((devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \
|
/u-boot/tools/ |
A D | mkimage.c | 34 const int *type2 = vtype2; in h_compare_category_name() local 36 const char *name2 = genimg_get_cat_short_name(cur_category, *type2); in h_compare_category_name()
|
Completed in 8 milliseconds