Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pcn/
Dif_pcn.c218 return(CSR_READ_4(sc, PCN_IO32_RDP));
237 CSR_WRITE_4(sc, PCN_IO32_RDP, val);
411 CSR_WRITE_4(sc, PCN_IO32_RDP, 0);
1015 while ((status = CSR_READ_4(sc, PCN_IO32_RDP)) & PCN_CSR_INTR) {
1016 CSR_WRITE_4(sc, PCN_IO32_RDP, status);
Dif_pcnreg.h63 #define PCN_IO32_RDP 0x10 macro