Searched refs:channel (Results 1 - 25 of 363) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpciide_apollo_reg.h98 #define APO_IDECONF_EN(channel) (0x00000001 << (1 - (channel)))
103 #define APO_IDECONF_WR_BUFF_EN(channel) (0x00001000 << ((1 - (channel)) << 1))
104 #define APO_IDECONF_RD_PREF_EN(channel) (0x00002000 << ((1 - (channel)) << 1))
107 #define APO_IDECONF_IO_NAT(channel) \
108 (0x00400000 << (1 - (channel))) /* VIA 580 only */
109 #define APO_IDECONF_FIFO_TRSH(channel, x) \
110 ((x) & 0x3) << ((1 - (channel)) <<
[all...]
H A Dpciide_acard_reg.h27 #define ATP850_IDETIME(channel) (0x40 + (channel) * 4)
32 #define ATP860_SETTIME(channel, drive, act, rec) \
34 ((channel) * 16 + (drive) * 8))
35 #define ATP860_SETTIME_MASK(channel) (0xffff << ((channel) * 16))
47 #define ATP850_UDMA_MODE(channel, drive, x) \
48 (((x) & 0x3) << ((channel) * 4 + (drive) * 2))
49 #define ATP860_UDMA_MODE(channel, drive, x) \
50 (((x) & 0xf) << ((channel) *
[all...]
H A Dpciide_piix_reg.h47 * 0x40/0x41 is for primary, 0x42/0x43 for secondary channel
50 #define PIIX_IDETIM_READ(x, channel) (((x) >> (16 * (channel))) & 0x0000FFFF)
51 #define PIIX_IDETIM_SET(x, bytes, channel) \
52 ((x) | ((bytes) << (16 * (channel))))
53 #define PIIX_IDETIM_CLEAR(x, bytes, channel) \
54 ((x) & ~((bytes) << (16 * (channel))))
74 #define PIIX_SIDETIM_ISP_MASK(channel) (0x0c << ((channel) * 4))
76 #define PIIX_SIDETIM_ISP_SET(x, channel) \
[all...]
H A Dpciide_pdc202xx_reg.h41 #define PDC246_STATE_LBA(channel) (0x0100 << (channel))
43 #define PDC246_STATE_EN(channel) (0x0002 << (channel))
49 #define PDC2xx_TIM(channel, drive) (0x60 + 4 * (drive) + 8 * (channel))
75 #define PDC2xx_SCR_EMPTY(channel) (0x00000100 << (4 * channel))
76 #define PDC2xx_SCR_FULL(channel) (0x00000200 << (4 * channel))
[all...]
H A Dpciide_sis_reg.h34 #define SIS_TIM(channel) (0x40 + (channel * 4))
49 #define SIS_TIM133(reg57, channel, drive) \
50 ((((reg57) & 0x40) ? 0x70 : 0x40) + ((channel) << 3) + ((drive) << 2))
80 #define SIS_REG_CBL_33(channel) (0x10 << (channel))
81 #define SIS96x_REG_CBL(channel) (0x51 + (channel) * 2)
H A Dpciide_acer_reg.h55 /* flexible channel setting register */
80 #define ACER_CHIDS_DRV(channel) ((0x4) << (channel))
81 #define ACER_CHIDS_INT(channel) ((0x1) << (channel))
88 /* OpenSolaris: channel enable/disable in the PCI-ISA bridge */
H A Dstpcide.c91 int channel; local
115 for (channel = 0; channel < sc->sc_wdcdev.sc_atac.atac_nchannels;
116 channel++) {
117 cp = &sc->pciide_channels[channel];
118 if (pciide_chansetup(sc, channel, interface) == 0)
146 int channel = chp->ch_channel; local
184 (channel == 0) ? 0x40 : 0x44);
186 channel, idetim, (bits[1] << 16) | bits[0]);
190 (channel
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20041122-1.c6 int channel[8]; member in struct:__anon5706
13 dumpCineonChannelInfo(&imageInfo->channel[i]);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20041122-1.c6 int channel[8]; member in struct:__anon3948
13 dumpCineonChannelInfo(&imageInfo->channel[i]);
/netbsd-6-1-5-RELEASE/sys/arch/sun2/include/
H A Dz8530var.h94 * On a Sun2, the keyboard is always on zs1 channel 0,
95 * and the mouse is always on zs1 channel 1.
97 #define zs_peripheral_type(promunit, node, channel) ((promunit) == 1 ? ((channel) == 0 ? ZS_PERIPHERAL_SUNKBD : ZS_PERIPHERAL_SUNMS) : ZS_PERIPHERAL_UNKNOWN)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dlog.c63 * This is the structure that holds each named channel. A simple linked
64 * list chains all of the channels together, so an individual channel is
94 isc_logchannel_t * channel; member in struct:isc_logchannellist
163 * Used when ISC_LOG_PRINTLEVEL is enabled for a channel.
215 * because its channel member is pointed to a channel that is created
230 const isc_logmodule_t *module, isc_logchannel_t *channel);
236 greatest_version(isc_logchannel_t *channel, int *greatest);
239 roll_log(isc_logchannel_t *channel);
253 #define FACILITY(channel) (channe
507 isc_logchannel_t *channel; local
709 isc_logchannel_t *channel; local
794 isc_logchannel_t *channel; local
956 isc_logchannel_t *channel; local
1035 isc_logchannel_t *channel; local
1057 assignchannel(isc_logconfig_t *lcfg, unsigned int category_id, const isc_logmodule_t *module, isc_logchannel_t *channel) argument
1145 greatest_version(isc_logchannel_t *channel, int *greatestp) argument
1216 roll_log(isc_logchannel_t *channel) argument
1320 isc_log_open(isc_logchannel_t *channel) argument
1420 isc_logchannel_t *channel; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dlog.c63 * This is the structure that holds each named channel. A simple linked
64 * list chains all of the channels together, so an individual channel is
94 isc_logchannel_t * channel; member in struct:isc_logchannellist
163 * Used when ISC_LOG_PRINTLEVEL is enabled for a channel.
215 * because its channel member is pointed to a channel that is created
230 const isc_logmodule_t *module, isc_logchannel_t *channel);
236 greatest_version(isc_logchannel_t *channel, int *greatest);
239 roll_log(isc_logchannel_t *channel);
253 #define FACILITY(channel) (channe
507 isc_logchannel_t *channel; local
709 isc_logchannel_t *channel; local
794 isc_logchannel_t *channel; local
956 isc_logchannel_t *channel; local
1035 isc_logchannel_t *channel; local
1057 assignchannel(isc_logconfig_t *lcfg, unsigned int category_id, const isc_logmodule_t *module, isc_logchannel_t *channel) argument
1145 greatest_version(isc_logchannel_t *channel, int *greatestp) argument
1216 roll_log(isc_logchannel_t *channel) argument
1320 isc_log_open(isc_logchannel_t *channel) argument
1419 isc_logchannel_t *channel; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Dsio.c76 int channel; local
84 for (channel = 0; channel < 2; channel++) {
85 sio_args.channel = channel;
86 sio_args.hwflags = (channel == sysconsole);
101 if (args->channel != -1)
102 aprint_normal(" channel %d", args->channel);
[all...]
H A Dsiovar.h39 int channel; member in struct:sio_attach_args
/netbsd-6-1-5-RELEASE/sys/dev/bluetooth/
H A Dbtsco.h41 #define BTSCOchannel "rfcomm-channel"
45 * from the audio device so that the control channel can be set up
51 uint8_t channel; /* RFCOMM channel */ member in struct:btsco_info
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dopm.c166 opm_key_on(u_char channel) argument
168 writeopm(0x08, opm0->sc_vdata[channel].sm << 3 | channel);
172 opm_key_off(u_char channel) argument
174 writeopm(0x08, channel);
178 opm_set_voice(int channel, struct opm_voice *voice) argument
180 memcpy(&opm0->sc_vdata[channel], voice, sizeof(struct opm_voice));
182 opm_set_voice_sub(0x40 + channel, &voice->m1);
183 opm_set_voice_sub(0x48 + channel, &voice->m2);
184 opm_set_voice_sub(0x50 + channel,
213 opm_set_volume(int channel, int volume) argument
238 opm_set_key(int channel, int tone) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtransport.c18 /* int transport_lookup(info, address, rcpt_domain, channel, nexthop)
22 /* VSTRING *channel;
29 /* user@domain addresses to (channel, nexthop) tuples.
38 /* transport_lookup() finds the channel and nexthop for the given
135 const char *rcpt_domain, VSTRING *channel,
140 * :[nexthop] means don't change the channel, and don't change the
150 * transport[:[nexthop]] means change the channel, and reset the nexthop
154 vstring_strcpy(channel, new_channel);
157 else if (strcmp(STR(channel), MAIL_SERVICE_ERROR) != 0)
168 VSTRING *channel, VSTRIN
134 update_entry(const char *new_channel, const char *new_nexthop, const char *rcpt_domain, VSTRING *channel, VSTRING *nexthop) argument
166 find_transport_entry(TRANSPORT_INFO *tp, const char *key, const char *rcpt_domain, int flags, VSTRING *channel, VSTRING *nexthop) argument
211 VSTRING *channel = vstring_alloc(10); local
257 transport_lookup(TRANSPORT_INFO *tp, const char *addr, const char *rcpt_domain, VSTRING *channel, VSTRING *nexthop) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_grobj.c43 nvgrobj->base.channel = chan;
49 g.channel = chan->id;
75 nvgrobj->base.channel = chan;
96 chan = nouveau_channel(nvgrobj->base.channel);
102 f.channel = chan->drm.channel;
117 struct nouveau_subchannel *scc = &grobj->channel->subc[i];
133 subc->gr->subc = subc - &grobj->channel->subc[0];
135 BEGIN_RING(grobj->channel, grobj, 0x0000, 1);
136 OUT_RING (grobj->channel, grob
[all...]
H A Dnouveau_grobj.h29 struct nouveau_channel *channel; member in struct:nouveau_grobj
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/eb7500atx/
H A Drside.c83 * secondary channel.
118 struct ata_queue rc_chqueue; /* channel queue */
134 * index = channel
166 int channel, i; local
188 /* Fill in wdc and channel infos */
193 for (channel = 0 ; channel < 2; channel++) {
194 scp = &sc->rside_channels[channel];
195 sc->sc_chanarray[channel]
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr36066.c32 unsigned channel; local
35 for(channel = 0; channel < encoder->protected_->channels; channel++)
36 get_wasted_bits_(encoder->private_->integer_signal[channel], encoder->protected_->blocksize);
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/sbd/
H A Dzs_sbdio.c114 int s, zs_unit, channel; local
124 * Initialize software state for each channel.
126 for (channel = 0; channel < 2; channel++) {
127 zsc_args.channel = channel;
129 cs = &zsc->zsc_cs_store[channel];
130 zsc->zsc_cs[channel] = cs;
132 cs->cs_channel = channel;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Ddbdma.h96 #define DBDMA_REGMAP(channel) \
98 + (channel << 8))
162 void dbdma_start(dbdma_regmap_t *channel, dbdma_command_t *commands);
163 void dbdma_stop(dbdma_regmap_t *channel);
164 void dbdma_flush(dbdma_regmap_t *channel);
165 void dbdma_reset(dbdma_regmap_t *channel);
166 void dbdma_continue(dbdma_regmap_t *channel);
167 void dbdma_pause(dbdma_regmap_t *channel);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dcontroller.c248 * init controller D-channel ISDN protocol
361 * set channel state to busy
364 set_channel_busy(struct isdn_ctrl_state *ctrl, int channel) argument
371 if (channel < 0 || channel >= ctrl->nbch)
373 DBGL(DL_CNST, (logit(LL_DBG, "set_channel_busy: controller [%d] invalid channel %d", ctrl->isdnif, channel)));
377 if (ctrl->stateb[channel] == CHAN_RUN)
379 DBGL(DL_CNST, (logit(LL_DBG, "set_channel_busy: controller [%d] channel B%d already busy!", ctrl->isdnif, channel)));
394 set_channel_idle(struct isdn_ctrl_state *ctrl, int channel) argument
424 ret_channel_state(struct isdn_ctrl_state *ctrl, int channel) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/btpand/
H A DMakefile6 SRCS= btpand.c bnep.c channel.c client.c packet.c server.c tap.c

Completed in 215 milliseconds

1234567891011>>