Searched refs:CMD_CFG_LOOPBACK_EN (Results 1 – 2 of 2) sorted by relevance
343 out_be32(cmdcfg, in_be32(cmdcfg) | CMD_CFG_LOOPBACK_EN); in fman_if_loopback_enable()361 out_be32(cmdcfg, in_be32(cmdcfg) & ~CMD_CFG_LOOPBACK_EN); in fman_if_loopback_disable()
28 #define CMD_CFG_LOOPBACK_EN 0x00000400 macro