HomeSort by: relevance | last modified time | path
    Searched defs:xcs (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 71 long xcs; /* unsigned short cs, __cs; */ member in struct:linux_reg
237 linux_regs->xcs = regs->r_cs;
256 regs->r_eip = linux_regs->eip - linux_regs->xcs;
257 regs->r_cs = linux_regs->xcs;
  /src/sys/arch/next68k/dev/
zs.c 608 struct zs_chanstate xcs; local in function:zscninit
616 memset(&xcs, 0, sizeof(xcs));
617 cs = &xcs;
  /src/sys/arch/mac68k/dev/
zs.c 241 struct xzs_chanstate *xcs; local in function:zsc_attach
259 xcs = &zsc->xzsc_xcs_store[channel];
260 cs = &xcs->xzs_cs;
291 xcs->cs_clocks[0].clk = PCLK;
292 xcs->cs_clocks[0].flags = ZSC_RTXBRG | ZSC_RTXDIV;
293 xcs->cs_clocks[1].flags =
295 xcs->cs_clocks[2].flags = ZSC_TRXDIV | ZSC_VARIABLE;
296 xcs->cs_clock_count = 3;
299 xcs->cs_clocks[1].clk = mac68k_machine.modem_dcd_clk;
300 xcs->cs_clocks[2].clk = mac68k_machine.modem_cts_clk
428 struct xzs_chanstate *xcs = (void *)cs; local in function:zsmd_setclock
503 struct xzs_chanstate *xcs = (void *) cs; local in function:zs_set_speed
642 struct xzs_chanstate *xcs = (void*)cs; local in function:zs_set_modes
816 struct xzs_chanstate xcs; local in function:zscnsetup
    [all...]
  /src/sys/arch/macppc/dev/
zs.c 225 struct xzs_chanstate *xcs; local in function:zsc_attach
285 xcs = &zsc->xzsc_xcs_store[channel];
286 cs = &xcs->xzs_cs;
321 xcs->cs_clocks[0].clk = PCLK;
322 xcs->cs_clocks[0].flags = ZSC_RTXBRG | ZSC_RTXDIV;
323 xcs->cs_clocks[1].flags =
325 xcs->cs_clocks[2].flags = ZSC_TRXDIV | ZSC_VARIABLE;
326 xcs->cs_clock_count = 3;
329 /*xcs->cs_clocks[1].clk = mac68k_machine.modem_dcd_clk;*/
330 /*xcs->cs_clocks[2].clk = mac68k_machine.modem_cts_clk;*
463 struct xzs_chanstate *xcs = (void *)cs; local in function:zsmd_setclock
567 struct xzs_chanstate *xcs = (void *) cs; local in function:zs_set_speed
706 struct xzs_chanstate *xcs = (void*)cs; local in function:zs_set_modes
    [all...]

Completed in 13 milliseconds