Home
last modified time | relevance | path

Searched refs:cntl (Results 1 – 18 of 18) sorted by relevance

/NextBSD/libexec/rlogind/
HDrlogind.c340 char cntl; in protocol() local
389 cc = read(p, &cntl, 1); in protocol()
390 if (cc == 1 && pkcontrol(cntl)) { in protocol()
391 cntl |= oobdata[0]; in protocol()
392 send(f, &cntl, 1, MSG_OOB); in protocol()
393 if (cntl & TIOCPKT_FLUSHWRITE) { in protocol()
/NextBSD/sys/mips/adm5120/
HDif_admswvar.h186 __desc->cntl = 0; \
203 __desc->cntl = 0; \
HDif_admsw.c237 desc->cntl = 0; in admsw_init_bufs()
262 desc->cntl = 0; in admsw_init_bufs()
703 desc->cntl = ds->ds_addr[1] | ADM5120_DMA_BUF2ENABLE; in admsw_start()
705 desc->cntl = 0; in admsw_start()
HDif_admswreg.h221 volatile uint32_t cntl; member
/NextBSD/sys/dev/advansys/
HDadvlib.c715 scsiq->q1.cntl |= (QC_MSG_OUT | QC_URGENT); in adv_execute_scsi_queue()
719 if ((scsiq->q1.cntl & QC_SG_HEAD) != 0) { in adv_execute_scsi_queue()
795 && ((scsiq->q1.cntl & QC_SG_HEAD) != 0 in adv_execute_scsi_queue()
804 || ((scsiq->q1.cntl & QC_URGENT) != 0)) in adv_execute_scsi_queue()
831 scsiq->cntl = val & 0xFF; in adv_copy_lram_doneq()
1759 if ((scsiq->q1.cntl & QC_SG_HEAD) == 0) in adv_put_ready_sg_list_queue()
1767 scsi_sg_q.cntl = QCSG_SG_XFER_LIST; in adv_put_ready_sg_list_queue()
1776 scsi_sg_q.cntl |= QCSG_SG_XFER_END; in adv_put_ready_sg_list_queue()
1819 scsiq->q1.cntl |= QC_MSG_OUT; in adv_put_ready_queue()
1834 (u_int16_t *) &scsiq->q1.cntl, in adv_put_ready_queue()
[all …]
HDadvlib.h306 u_int16_t cntl; member
577 u_int8_t cntl; member
692 u_int8_t cntl; member
763 u_int8_t cntl; member
HDadvansys.c500 scsiq.q1.cntl = 0; in adv_execute_ccb()
523 scsiq.q1.cntl |= QC_SG_HEAD; in adv_execute_ccb()
804 adv->control = eeprom_config.cntl; in adv_init()
1020 if ((scsiq.cntl & QC_SG_HEAD) != 0) { in adv_run_doneq()
1060 if ((scsiq.cntl & (QC_DATA_IN|QC_DATA_OUT)) == 0) { in adv_run_doneq()
HDadwlib.h371 u_int8_t cntl; /* Ucode flags and state. */ member
HDadwcam.c372 acb->queue.cntl = 0; in adw_action()
/NextBSD/sys/dev/ntb/ntb_hw/
HDntb_hw.c1807 uint32_t cntl; in ntb_link_enable() local
1820 cntl = ntb_reg_read(4, ntb->reg->ntb_ctl); in ntb_link_enable()
1821 cntl &= ~(NTB_CNTL_LINK_DISABLE | NTB_CNTL_CFG_LOCK); in ntb_link_enable()
1822 cntl |= NTB_CNTL_P2S_BAR23_SNOOP | NTB_CNTL_S2P_BAR23_SNOOP; in ntb_link_enable()
1823 cntl |= NTB_CNTL_P2S_BAR4_SNOOP | NTB_CNTL_S2P_BAR4_SNOOP; in ntb_link_enable()
1825 cntl |= NTB_CNTL_P2S_BAR5_SNOOP | NTB_CNTL_S2P_BAR5_SNOOP; in ntb_link_enable()
1826 ntb_reg_write(4, ntb->reg->ntb_ctl, cntl); in ntb_link_enable()
1845 uint32_t cntl; in ntb_link_disable() local
1852 cntl = ntb_reg_read(4, ntb->reg->ntb_ctl); in ntb_link_disable()
1853 cntl &= ~(NTB_CNTL_P2S_BAR23_SNOOP | NTB_CNTL_S2P_BAR23_SNOOP); in ntb_link_disable()
[all …]
/NextBSD/sys/boot/i386/libfirewire/
HDfwohcireg.h186 fwohcireg_t cntl; member
213 fwohcireg_t cntl; member
/NextBSD/sys/dev/firewire/
HDfwohcireg.h188 fwohcireg_t cntl; member
215 fwohcireg_t cntl; member
HDfwohci.c2242 uint32_t off, cntl, stat, cmd, match; local
2257 cntl = stat = OREAD(sc, off);
2263 cntl,
/NextBSD/sys/dev/drm2/i915/
HDintel_display.c4994 u32 cntl; in i845_update_cursor() local
4999 cntl = I915_READ(_CURACNTR); in i845_update_cursor()
5006 cntl &= ~(CURSOR_FORMAT_MASK); in i845_update_cursor()
5008 cntl |= CURSOR_ENABLE | in i845_update_cursor()
5012 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE); in i845_update_cursor()
5013 I915_WRITE(_CURACNTR, cntl); in i845_update_cursor()
5027 uint32_t cntl = I915_READ(CURCNTR(pipe)); in i9xx_update_cursor() local
5029 cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT); in i9xx_update_cursor()
5030 cntl |= CURSOR_MODE_64_ARGB_AX | MCURSOR_GAMMA_ENABLE; in i9xx_update_cursor()
5031 cntl |= pipe << 28; /* Connect to correct pipe */ in i9xx_update_cursor()
[all …]
/NextBSD/sys/contrib/alpine-hal/
HDal_hal_nb_regs.h344 uint32_t cntl; member
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86InstrInfo.td2306 def ri : Ii32<opc, MRMSrcReg, (outs RC:$dst), (ins RC:$src1, immtype:$cntl),
2308 "\t{$cntl, $src1, $dst|$dst, $src1, $cntl}"),
2309 [(set RC:$dst, (Int RC:$src1, immoperator:$cntl))]>,
2312 (ins x86memop:$src1, immtype:$cntl),
2314 "\t{$cntl, $src1, $dst|$dst, $src1, $cntl}"),
2315 [(set RC:$dst, (Int (ld_frag addr:$src1), immoperator:$cntl))]>,
/NextBSD/etc/
HDservices281 emfis-cntl 141/tcp #EMFIS Control Service
282 emfis-cntl 141/udp #EMFIS Control Service
/NextBSD/contrib/tcsh/
HDFixes1374 doesn't get <cntl-c> and <cntl-z> signals.