HomeSort by: relevance | last modified time | path
    Searched refs:zs_write_csr (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sys/arch/next68k/include/
z8530var.h 66 void zs_write_csr(struct zs_chanstate *, uint8_t);
  /src/sys/arch/sun3/include/
z8530var.h 109 void zs_write_csr(struct zs_chanstate *, uint8_t);
  /src/sys/arch/alpha/include/
z8530var.h 113 void zs_write_csr(struct zs_chanstate *cs, u_int val);
  /src/sys/arch/cesfic/include/
z8530var.h 17 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/cobalt/include/
z8530var.h 109 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/mvme68k/include/
z8530var.h 110 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/news68k/include/
z8530var.h 109 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/newsmips/include/
z8530var.h 109 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/pmax/include/
z8530var.h 75 void zs_write_csr(struct zs_chanstate *cs, u_int val);
  /src/sys/arch/sgimips/include/
z8530var.h 116 void zs_write_csr (struct zs_chanstate *, uint8_t);
  /src/sys/arch/mipsco/obio/
zs_kgdb.c 221 zs_write_csr(cs, ZSWR0_RESET_ERRORS);
234 zs_write_csr(cs, ZSWR0_RESET_TXINT);
243 zs_write_csr(cs, ZSWR0_RESET_STATUS);
  /src/sys/arch/sgimips/dev/
zs_kgdb.c 221 zs_write_csr(cs, ZSWR0_RESET_ERRORS);
234 zs_write_csr(cs, ZSWR0_RESET_TXINT);
243 zs_write_csr(cs, ZSWR0_RESET_STATUS);
  /src/sys/arch/ews4800mips/include/
z8530var.h 102 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/mipsco/include/
z8530var.h 116 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/sparc/include/
z8530var.h 79 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/sparc64/include/
z8530var.h 93 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
  /src/sys/arch/sun2/dev/
zsvar.h 104 void zs_write_csr(struct zs_chanstate *, uint8_t);
zs_kgdb.c 232 zs_write_csr(cs, ZSWR0_RESET_ERRORS);
245 zs_write_csr(cs, ZSWR0_RESET_TXINT);
254 zs_write_csr(cs, ZSWR0_RESET_STATUS);
  /src/sys/arch/x68k/include/
z8530var.h 157 void zs_write_csr(struct zs_chanstate *, uint8_t);
  /src/sys/dev/ic/
z8530sc.c 154 zs_write_csr(cs, ZSWR0_RESET_ERRORS);
171 zs_write_csr(cs, ZSM_RESET_ERR); /* XXX: reset error condition */
252 zs_write_csr(cs, ZSM_RESET_STINT);
253 zs_write_csr(cs, ZSM_RESET_STINT);
337 zs_write_csr(cs0, ZSWR0_CLR_INTR);
351 zs_write_csr(cs1, ZSWR0_CLR_INTR);
  /src/sys/arch/next68k/dev/
zs_kgdb.c 234 zs_write_csr(cs, ZSWR0_RESET_ERRORS);
247 zs_write_csr(cs, ZSWR0_RESET_TXINT);
256 zs_write_csr(cs, ZSWR0_RESET_STATUS);
  /src/sys/arch/mac68k/dev/
zs_kgdb.c 244 zs_write_csr(cs, ZSWR0_RESET_ERRORS);
257 zs_write_csr(cs, ZSWR0_RESET_TXINT);
266 zs_write_csr(cs, ZSWR0_RESET_STATUS);
  /src/sys/arch/macppc/dev/
zs_kgdb.c 242 zs_write_csr(cs, ZSWR0_RESET_ERRORS);
255 zs_write_csr(cs, ZSWR0_RESET_TXINT);
264 zs_write_csr(cs, ZSWR0_RESET_STATUS);
  /src/sys/arch/sun3/dev/
zs_kgdb.c 235 zs_write_csr(cs, ZSWR0_RESET_ERRORS);
248 zs_write_csr(cs, ZSWR0_RESET_TXINT);
257 zs_write_csr(cs, ZSWR0_RESET_STATUS);
  /src/sys/arch/mac68k/include/
z8530var.h 159 void zs_write_csr(struct zs_chanstate *, uint8_t);

Completed in 23 milliseconds

1 2 3