Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c520 unsigned int *reg_maxfrm; in fman_if_set_maxfrm() local
524 reg_maxfrm = &((struct memac_regs *)__if->ccsr_map)->maxfrm; in fman_if_set_maxfrm()
526 out_be32(reg_maxfrm, (in_be32(reg_maxfrm) & 0xFFFF0000) | max_frm); in fman_if_set_maxfrm()
533 unsigned int *reg_maxfrm; in fman_if_get_maxfrm() local
537 reg_maxfrm = &((struct memac_regs *)__if->ccsr_map)->maxfrm; in fman_if_get_maxfrm()
539 return (in_be32(reg_maxfrm) | 0x0000FFFF); in fman_if_get_maxfrm()