Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/common/
Dfeat_detect.c49 check_feature(int state, unsigned long field, const char *feat_name, in check_feature()
/trusted-firmware-a-3.6.0-3.5.0/drivers/marvell/comphy/
Dphy-comphy-cp110.c116 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_pipe_selector() local
135 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_phy_selector() local
/trusted-firmware-a-3.6.0-3.5.0/include/lib/libc/sys/
Dcdefs.h467 #define __offsetof(type, field) __builtin_offsetof(type, field) argument
470 #define __offsetof(type, field) \ argument
473 #define __offsetof(type, field) \ argument
/trusted-firmware-a-3.6.0-3.5.0/include/lib/libfdt/
Dlibfdt.h247 #define fdt_get_header(fdt, field) \ argument
/trusted-firmware-a-3.6.0-3.5.0/tools/marvell/doimage/
Ddoimage.c1126 #define print_field(st, type, field, hex, base) \ argument