Home
last modified time | relevance | path

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

/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c530 unsigned int *reg_maxfrm; in fman_if_set_maxfrm() local
534 reg_maxfrm = &((struct memac_regs *)__if->ccsr_map)->maxfrm; in fman_if_set_maxfrm()
536 out_be32(reg_maxfrm, (in_be32(reg_maxfrm) & 0xFFFF0000) | max_frm); in fman_if_set_maxfrm()
543 unsigned int *reg_maxfrm; in fman_if_get_maxfrm() local
547 reg_maxfrm = &((struct memac_regs *)__if->ccsr_map)->maxfrm; in fman_if_get_maxfrm()
549 return (in_be32(reg_maxfrm) | 0x0000FFFF); in fman_if_get_maxfrm()