Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/src/
H A Dddrphy_phyinit_softsetmb.c28 int ddrphy_phyinit_softsetmb(struct pmu_smb_ddr_1d *mb_ddr_1d, enum message_block_field field, in ddrphy_phyinit_softsetmb()
/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-csr.h222 #define CSR_WAIT_FOR_FIELD(csr, field, op, value, timeout_usec) \ argument
252 #define CSR_WAIT_FOR_FIELD_ACTUAL(csr, field, op, value, timeout_usec) \ argument
289 #define CSR_WAIT_FOR_CHIP_FIELD(csr, chip, field, op, value, timeout_usec) \ argument
/rk3399_ARM-atf/drivers/marvell/comphy/
H A 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
/rk3399_ARM-atf/common/
H A Dfeat_detect.c27 check_feature(int state, unsigned long field, const char *feat_name, in check_feature()
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h467 #define __offsetof(type, field) __builtin_offsetof(type, field) argument
470 #define __offsetof(type, field) \ argument
473 #define __offsetof(type, field) \ argument
/rk3399_ARM-atf/lib/libfdt/
H A Dlibfdt.h247 #define fdt_get_header(fdt, field) \ argument
/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c1127 #define print_field(st, type, field, hex, base) \ argument