HomeSort by: relevance | last modified time | path
    Searched refs:IL_CSR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/qbus/
if_il.c 141 bus_space_write_2(ua->ua_iot, ua->ua_ioh, IL_CSR,
144 bus_space_read_2(ua->ua_iot, ua->ua_ioh, IL_CSR); /* clear CDONE */
185 IL_WCSR(IL_CSR, ILC_RESET);
194 IL_WCSR(IL_CSR, ((sc->sc_ui.ui_baddr >> 2) & IL_EUA) | ILC_STAT);
221 IL_WCSR(IL_CSR, ILC_RESET);
229 while ((IL_RCSR(IL_CSR)&IL_CDONE) == 0)
231 if (IL_RCSR(IL_CSR)&IL_STATUS) {
234 snprintb(bits, sizeof(bits), IL_BITS, IL_RCSR(IL_CSR));
292 IL_WCSR(IL_CSR, ILC_RESET);
297 IL_WCSR(IL_CSR, ILC_CISA)
    [all...]
if_ilreg.h 38 short il_csr; /* Command and Status Register */ member in struct:ildevice
44 #define IL_CSR 0

Completed in 14 milliseconds