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

/netbsd-current/sys/dev/ic/
H A Dpl050.c53 #define PLKMI_READ(sc, reg) \ macro
66 const uint32_t stat = PLKMI_READ(sc, KMISTAT);
104 return PLKMI_READ(sc, KMIDATA) & 0xff;
113 cr = PLKMI_READ(sc, KMICR);
127 cr = PLKMI_READ(sc, KMICR);
181 const uint32_t stat = PLKMI_READ(sc, KMISTAT);
183 const uint32_t val = PLKMI_READ(sc, KMIDATA);

Completed in 90 milliseconds