Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c90 s32 tiptr; in uhdlc_init() local
248 tiptr = qe_muram_alloc(32, 32); in uhdlc_init()
249 if (tiptr < 0) { in uhdlc_init()
254 if (riptr != (u16)riptr || tiptr != (u16)tiptr) { in uhdlc_init()
262 iowrite16be(tiptr, &priv->ucc_pram->tiptr); in uhdlc_init()
329 qe_muram_free(tiptr); in uhdlc_init()
749 qe_muram_free(ioread16be(&priv->ucc_pram->tiptr)); in uhdlc_memclean()
H A Dfsl_ucc_hdlc.h26 __be16 tiptr; member