Searched refs:PCN_IO32_RDP (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/pcn/
H A Dif_pcn.c214 return(CSR_READ_4(sc, PCN_IO32_RDP));
233 CSR_WRITE_4(sc, PCN_IO32_RDP, val);
407 CSR_WRITE_4(sc, PCN_IO32_RDP, 0);
1009 while ((status = CSR_READ_4(sc, PCN_IO32_RDP)) & PCN_CSR_INTR) {
1010 CSR_WRITE_4(sc, PCN_IO32_RDP, status);
H A Dif_pcnreg.h61 #define PCN_IO32_RDP 0x10 macro

Completed in 106 milliseconds