Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/fman/
Dfman_port.c33 #define PORT_IC_OFFSET_UNITS 0x10 macro
488 tmp = ((cfg->int_context.ext_buf_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
490 tmp |= ((cfg->int_context.int_context_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
492 tmp |= (cfg->int_context.size / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
497 tmp = ((cfg->int_buf_start_margin / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
567 tmp = ((cfg->int_context.ext_buf_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()
569 tmp |= ((cfg->int_context.int_context_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()
571 tmp |= (cfg->int_context.size / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()