Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/freescale/fman/
Dfman_port.c60 #define PORT_IC_OFFSET_UNITS 0x10 macro
516 tmp = ((cfg->int_context.ext_buf_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
518 tmp |= ((cfg->int_context.int_context_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
520 tmp |= (cfg->int_context.size / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
525 tmp = ((cfg->int_buf_start_margin / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
595 tmp = ((cfg->int_context.ext_buf_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()
597 tmp |= ((cfg->int_context.int_context_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()
599 tmp |= (cfg->int_context.size / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()