Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c231 tmp |= MACCFG1_TX_FLOW; in fman_dtsec_init()
667 iowrite32be(ioread32be(&regs->maccfg1) | MACCFG1_TX_FLOW, in fman_dtsec_set_tx_pause_frames()
670 iowrite32be(ioread32be(&regs->maccfg1) & ~MACCFG1_TX_FLOW, in fman_dtsec_set_tx_pause_frames()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h294 #define MACCFG1_TX_FLOW 0x00000010 macro