Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_fman.h344 #define FMFPPRC_RISC1 0x00000001 macro
346 #define FMFPPRC_RISC_ALL (FMFPPRC_RISC1 | FMFPPRC_RSIC2)
/external/u-boot/drivers/net/fm/
Dfm.c200 risc_sel = (port_id & 0x1) ? FMFPPRC_RISC2 : FMFPPRC_RISC1; in fm_assign_risc()