Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_port.c60 #define PORT_IC_OFFSET_UNITS 0x10 macro
515 tmp = ((cfg->int_context.ext_buf_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
517 tmp |= ((cfg->int_context.int_context_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
519 tmp |= (cfg->int_context.size / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
524 tmp = ((cfg->int_buf_start_margin / PORT_IC_OFFSET_UNITS) & in init_bmi_rx()
594 tmp = ((cfg->int_context.ext_buf_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()
596 tmp |= ((cfg->int_context.int_context_offset / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()
598 tmp |= (cfg->int_context.size / PORT_IC_OFFSET_UNITS) & in init_bmi_tx()