Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/pcn/
H A Dif_pcn.c1150 pcn_csr_write(sc, PCN_CSR_CSR, PCN_CSR_TX|PCN_CSR_INTEN);
1303 pcn_csr_write(sc, PCN_CSR_CSR, PCN_CSR_INTEN|PCN_CSR_START);
1395 PCN_CSR_INTEN|PCN_CSR_START);
1405 PCN_CSR_INTEN|PCN_CSR_START);
1472 PCN_CSR_CLRBIT(sc, PCN_CSR_CSR, PCN_CSR_INTEN); in pcn_stop()
H A Dif_pcnreg.h113 #define PCN_CSR_INTEN 0x0040 macro