Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/fman/
Dfman_port.c34 #define PORT_IC_OFFSET_UNITS 0x10 macro
489 tmp = ((cfg->int_context.ext_buf_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
491 tmp |= ((cfg->int_context.int_context_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
493 tmp |= (cfg->int_context.size / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
498 tmp = ((cfg->int_buf_start_margin / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
568 tmp = ((cfg->int_context.ext_buf_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()
570 tmp |= ((cfg->int_context.int_context_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()
572 tmp |= (cfg->int_context.size / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()