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

1 2 3 4 5 6 7 8 9

  /src/sys/arch/mvme68k/stand/sboot/
console.c 38 volatile u_char ctl; member in struct:zs_hw
55 zs->ctl = 1; rr1 = zs->ctl;
56 zs->ctl = 0;
57 if ((rr1 & 0x1) == 1 && (zs->ctl & 0x4) == 4)
60 zs->ctl = 9;
61 zs->ctl = 0x00; /* clear interrupt */
62 zs->ctl = 4;
63 zs->ctl = 0x44; /* 16x clk, 1 stop bit */
64 zs->ctl = 5
    [all...]
  /src/usr.bin/audio/
Makefile 3 SUBDIR= common .WAIT ctl play record
  /src/usr.bin/audio/ctl/
Makefile 4 SRCS= ctl.c
  /src/external/bsd/am-utils/dist/scripts/
Makefile.am 12 ctl-amd \
13 ctl-hlfsd \
21 redhat-ctl-amd \
34 ctl-amd.in \
35 ctl-hlfsd.in \
39 redhat-ctl-amd.in \
ctl-amd.in 3 # usage: ctl-amd [start|stop|status|restart|condrestart|reload]
111 ctl-amd stop
118 ctl-amd start
124 ctl-amd stop
125 ctl-amd start
  /src/sys/dev/ic/
ds1286reg.h 148 u_int ctl; \
151 ctl = ds1286_read(sc, DS1286_CONTROL); \
152 ds1286_write(sc, DS1286_CONTROL, ctl | DS1286_TE); \
159 ds1286_write(sc, DS1286_CONTROL, ctl); \
169 u_int ctl; \
172 ctl = ds1286_read(sc, DS1286_CONTROL); \
173 ds1286_write(sc, DS1286_CONTROL, ctl | DS1286_TE); \
180 ds1286_write(sc, DS1286_CONTROL, ctl); \
ds1687reg.h 218 u_int ctl; \
221 ctl = ds1687_read(sc, DS1687_CONTROLB); \
222 ds1687_write(sc, DS1687_CONTROLB, ctl | DS1687_SET); \
234 ds1687_write(sc, DS1687_CONTROLB, ctl); \
244 u_int ctl; \
247 ctl = ds1687_read(sc, DS1687_CONTROLB); \
248 ds1687_write(sc, DS1687_CONTROLB, ctl | DS1687_SET); \
260 ds1687_write(sc, DS1687_CONTROLB, ctl); \
rng200.c 53 uint32_t ctl, rng, rbg; local
56 ctl = READ4(sc, RNG200_CONTROL);
57 ctl &= ~RNG200_RBG_MASK;
58 WRITE4(sc, RNG200_CONTROL, ctl);
72 WRITE4(sc, RNG200_CONTROL, ctl | RNG200_RBG_ENABLE);
  /src/sys/dev/marvell/
mvspi.c 107 int ctl; local
126 ctl = GETREG(sc, MVSPI_INTCONF_REG);
128 ctl &= MVSPI_DIRHS_MASK;
129 ctl &= MVSPI_1BYTE_MASK;
131 PUTREG(sc, MVSPI_INTCONF_REG, ctl);
156 uint32_t ctl = 0, spr, sppr; local
168 ctl &= ~(MVSPI_CPOL_MASK);
170 ctl &= MVSPI_CPHA_MASK;
173 ctl |= MVSPI_CPOL_MASK;
174 ctl &= MVSPI_CPHA_MASK
263 int ctl; local
281 int ctl = GETREG(sc, MVSPI_CTRL_REG); local
291 int i, j, ctl; local
    [all...]
  /src/sys/netinet/
tcp_vtw.c 154 vtw_ctl_t *ctl; member in struct:tcp_ports_iterator
325 idx_encode(vtw_ctl_t *ctl, uint32_t idx)
327 return (idx << ctl->idx_bits) | idx;
331 idx_decode(vtw_ctl_t *ctl, uint32_t bits)
333 uint32_t idx = bits & ctl->idx_mask;
335 if (idx_encode(ctl, idx) == bits)
418 vtw_index_v4(vtw_ctl_t *ctl, vtw_v4_t *v4)
420 if (ctl->base.v4 <= v4 && v4 <= ctl->lim.v4)
421 return v4 - ctl->base.v4
1027 vtw_ctl_t *ctl = it->ctl; local
1141 vtw_ctl_t *ctl = it->ctl; local
1657 vtw_ctl_t *ctl; local
1756 vtw_ctl_t *ctl; local
1784 vtw_ctl_t *ctl; local
1811 vtw_ctl_t *ctl; local
1852 vtw_ctl_t *ctl; local
1882 vtw_ctl_t *ctl; local
2062 vtw_ctl_t *ctl; local
2110 vtw_ctl_t *ctl; local
2229 vtw_ctl_t *ctl; local
2375 vtw_ctl_t *ctl; local
    [all...]
  /src/sys/arch/x68k/usr.bin/tvctrl/
tvctrl.c 19 unsigned char ctl; local
31 ctl = num;
32 if (ioctl(0, ITETVCTRL, &ctl))
  /src/external/bsd/ipf/dist/ipsend/
dlcommon.c 49 struct strbuf ctl; local
54 ctl.maxlen = 0;
55 ctl.len = sizeof (info_req);
56 ctl.buf = (char *) &info_req;
60 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
70 struct strbuf ctl; local
73 ctl.maxlen = MAXDLBUF;
74 ctl.len = 0;
75 ctl.buf = bufp;
77 strgetmsg(fd, &ctl, (struct strbuf*)NULL, &flags, "dlinfoack")
99 struct strbuf ctl; local
123 struct strbuf ctl; local
152 struct strbuf ctl; local
179 struct strbuf ctl; local
202 struct strbuf ctl; local
224 struct strbuf ctl; local
248 struct strbuf ctl; local
274 struct strbuf ctl; local
299 struct strbuf ctl; local
330 struct strbuf data, ctl; local
359 struct strbuf ctl; local
380 struct strbuf ctl; local
409 struct strbuf ctl; local
438 struct strbuf ctl; local
464 struct strbuf ctl; local
    [all...]
  /src/sys/modules/examples/executor/
executor.c 54 static once_t ctl; variable
55 static ONCE_DECL(ctl);
77 RUN_ONCE(&ctl, runonce_example);
  /src/sys/arch/mips/alchemy/
au_timer.c 75 uint32_t ctl, ctr, octr; local
79 ctl = bus_space_read_4(st, sh, PC_COUNTER_CONTROL);
80 if ((ctl & (CC_EO | CC_EN1)) != (CC_EO | CC_EN1))
81 SET_PC_REG(PC_COUNTER_CONTROL, 0, ctl | CC_EO | CC_EN1);
109 if ((ctl & (CC_EO | CC_EN1)) != (CC_EO | CC_EN1))
110 SET_PC_REG(PC_COUNTER_CONTROL, 0, ctl);
  /src/external/mpl/dhcp/dist/common/
dlpi.c 836 struct strbuf ctl; local
841 ctl.maxlen = 0;
842 ctl.len = sizeof (info_req);
843 ctl.buf = (char *)&info_req;
847 return putmsg (fd, &ctl, (struct strbuf *)NULL, flags);
858 struct strbuf ctl; local
864 ctl.maxlen = 0;
865 ctl.len = sizeof (physaddr_req);
866 ctl.buf = (char *)&physaddr_req;
870 return putmsg (fd, &ctl, (struct strbuf *)NULL, flags)
881 struct strbuf ctl; local
908 struct strbuf ctl; local
937 struct strbuf ctl; local
961 struct strbuf ctl; local
985 struct strbuf ctl; local
1019 struct strbuf ctl; local
1053 struct strbuf ctl; local
1087 struct strbuf ctl; local
1125 struct strbuf ctl, data; local
1164 struct strbuf ctl, data; local
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-enet.c 153 struct eniocb ctl; local
173 if (ioctl(if_fd, EIOCGETP, (char *)&ctl) == -1) {
181 ctl.en_rtout = 1 * ctl.en_hz;
182 ctl.en_tr_etherhead = 1;
183 ctl.en_tap_network = 1;
184 ctl.en_multi_packet = 1;
185 ctl.en_maxlen = BUFSPACE;
187 ctl.en_rtout = 64; /* randomly picked value for HZ */
189 if (ioctl(if_fd, EIOCSETP, &ctl) == -1)
    [all...]
  /src/sys/arch/alpha/pci/
mcpcia.c 132 uint32_t ctl; local
163 ctl = REGVAL(MCPCIA_PCI_REV(ccp));
166 " CAP Revision %d\n", HORSE_REV(ctl),
167 (SADDLE_TYPE(ctl) & 1)? "Right": "Left", SADDLE_REV(ctl),
168 CAP_REV(ctl));
244 uint32_t ctl; local
272 ctl = REGVAL(MCPCIA_WHOAMI(ccp));
273 mcbus_primary.mcbus_cpu_mid = MCBUS_CPU_MID(ctl);
274 if ((MCBUS_CPU_INFO(ctl) & CPU_Fill_Err) == 0 &
300 volatile uint32_t ctl; local
    [all...]
dwlpx.c 80 uint32_t ctl; local
91 if (badaddr(KV(PCIA_CTL(1) + ls), sizeof (ctl)) != 0) {
184 uint32_t ctl; local
199 sizeof (ctl)) != 0) {
225 ctl = REGVAL(PCIA_PRESENT + ccp->cc_sysbase);
234 } else if ((ctl >> PCIA_PRESENT_REVSHIFT) & PCIA_PRESENT_REVMASK) {
266 ctl = REGVAL(PCIA_CTL(i) + ccp->cc_sysbase);
267 ctl &= 0x0fffffff;
268 ctl &= ~(PCIA_CTL_MHAE(0x1f) | PCIA_CTL_IHAE(0x1f));
273 ctl |= PCIA_CTL_RMMENA | PCIA_CTL_RMMARB
    [all...]
  /src/sys/arch/mips/include/
sysarch.h 46 int ctl; member in struct:mips_cachectl_args
  /src/sys/arch/arm/cortex/
gic_v2m.c 127 pcireg_t ctl; local
133 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
134 ctl &= ~PCI_MSI_CTL_MSI_ENABLE;
135 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
137 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
138 ctl &= ~PCI_MSI_CTL_MME_MASK;
139 ctl |= __SHIFTIN(ilog2(count), PCI_MSI_CTL_MME_MASK);
140 pci_conf_write(pc, tag, off + PCI_MSI_CTL, ctl);
145 ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL);
146 if (ctl & PCI_MSI_CTL_64BIT_ADDR)
167 pcireg_t ctl; local
185 pcireg_t ctl; local
217 pcireg_t ctl; local
    [all...]
  /src/sys/dev/pci/
universe_pci.c 172 u_int32_t ctl = 0x80000000; local
176 ctl |= 0x00020000;
179 ctl |= 0x00010000;
187 ctl |= 0x00001000;
189 ctl |= 0x00004000;
191 ctl |= 0x00800000;
193 ctl |= 0x00400000;
198 printf("%s: wnd %d, map VME %x-%x to %x, ctl=%x\n",
199 d->devname, wnd, vmebase, vmebase + len, pcibase, ctl);
205 write_pcislv(d, wnd, lsi_ctl, ctl);
222 u_int32_t ctl = 0x80000000; local
    [all...]
  /src/sys/dev/i2c/
em3027.c 147 struct ctl { struct
152 } ctl; local
167 error = em3027rtc_read(sc, EM3027_CONTROL_BASE, &ctl, sizeof(ctl));
176 aprint_debug_dev(sc->sc_dev, "status=0x%02x\n", ctl.status);
179 if (ctl.status & EM3027_STATUS_VLOW2) {
183 else if (ctl.status & EM3027_STATUS_VLOW1) {
188 ctl.status = EM3027_STATUS_POWER_ON;
192 aprint_debug_dev(sc->sc_dev, "on/off=0x%02x\n", ctl.onoff);
194 if ((ctl.onoff & EM3027_ONOFF_SR) == 0)
    [all...]
  /src/sbin/mount_portal/
activate.c 112 void *ctl = NULL; local
138 ctl = malloc(cmsgsize);
139 if (ctl == NULL) {
143 memset(ctl, 0, cmsgsize);
145 cmsg = (struct cmsghdr *) ctl;
153 msg.msg_control = ctl;
176 if (ctl != NULL)
177 free(ctl);
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_wdog.c 36 bu16 BFIN_MMR_16(ctl);
39 #define mmr_base() offsetof(struct bfin_wdog, ctl)
51 return ((wdog->ctl & WDEN) != WDDIS);
83 case mmr_offset(ctl):
132 case mmr_offset(ctl):
162 wdog->ctl |= WDRO;
163 wdev = (wdog->ctl & WDEV);
212 wdog->ctl = WDDIS;
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_wdog.c 36 bu16 BFIN_MMR_16(ctl);
39 #define mmr_base() offsetof(struct bfin_wdog, ctl)
51 return ((wdog->ctl & WDEN) != WDDIS);
83 case mmr_offset(ctl):
132 case mmr_offset(ctl):
162 wdog->ctl |= WDRO;
163 wdev = (wdog->ctl & WDEV);
212 wdog->ctl = WDDIS;

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 9