Home
last modified time | relevance | path

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

/freebsd/sys/dev/scc/
H A Dscc_dev_quicc.c138 scce = quicc_read2(bas, QUICC_REG_SCC_SCCE(c)); in quicc_bfe_ipend()
139 quicc_write2(bas, QUICC_REG_SCC_SCCE(c), ~0); in quicc_bfe_ipend()
/freebsd/sys/dev/ic/
H A Dquicc.h107 #define QUICC_REG_SCC_SCCE(u) (QUICC_REG_BASE_SCC(u) + 0x10) macro