Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c240 tmp = (uint32_t)(port_id << FPM_PORT_FM_CTL_PORTID_SHIFT); in fman_set_num_of_riscs_per_port()
257 tmp = (uint32_t)(port_id << FPM_PORT_FM_CTL_PORTID_SHIFT); in fman_set_order_restoration_per_port()
346 tmp = (uint32_t)((port_id << FPM_PORT_FM_CTL_PORTID_SHIFT) | in fman_resume_stalled_port()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman.h594 #define FPM_PORT_FM_CTL_PORTID_SHIFT 24 macro