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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/dev/pci/
pciide_apollo_reg.h 98 #define APO_IDECONF_EN(channel) (0x00000001 << (1 - (channel)))
105 #define APO_IDECONF_WR_BUFF_EN(channel) (0x00001000 << ((1 - (channel)) << 1))
106 #define APO_IDECONF_RD_PREF_EN(channel) (0x00002000 << ((1 - (channel)) << 1))
109 #define APO_IDECONF_IO_NAT(channel) \
110 (0x00400000 << (1 - (channel))) /* VIA 580 only */
111 #define APO_IDECONF_FIFO_TRSH(channel, x) \
112 ((x) & 0x3) << ((1 - (channel)) << 1 + 24
    [all...]
pciide_acard_reg.h 27 #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) * 8 + (drive) * 4)
    [all...]
pciide_piix_reg.h 47 * 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) | ((unsigned int)(bytes) << (16 * (channel))))
53 #define PIIX_IDETIM_CLEAR(x, bytes, channel) \
54 ((x) & ~((unsigned int)(bytes) << (16 * (channel))))
74 #define PIIX_SIDETIM_ISP_MASK(channel) (0x0c << ((channel) * 4))
76 #define PIIX_SIDETIM_ISP_SET(x, channel) \
    [all...]
pciide_pdc202xx_reg.h 41 #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...]
pciide_sis_reg.h 34 #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)
  /src/sys/arch/sun2/include/
z8530var.h 94 * 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)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun8i-v3s-licheepi-zero-dock.dts 74 channel = <0>;
81 channel = <0>;
88 channel = <0>;
95 channel = <0>;
sun6i-a31s-inet-q972.dts 77 channel = <0>;
84 channel = <0>;
91 channel = <0>;
sun8i-a23-evb.dts 82 channel = <0>;
89 channel = <0>;
96 channel = <0>;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6q-display5-tianma-tm070-1280x768.dts 47 lvds0: lvds-channel@0 {
  /src/sys/arch/luna68k/dev/
sio.c 77 int channel; local
84 for (channel = 0; channel < 2; channel++) {
85 sc->sc_intrhand[channel].ih_func = nullintr;
86 sio_args.channel = channel;
87 sio_args.hwflags = (channel == sysconsole);
102 if (args->channel != -1)
103 aprint_normal(" channel %d", args->channel)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
good-printtime.conf 15 channel one {
19 channel two {
23 channel three {
27 channel four {
31 channel five {
  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 64 * This is the structure that holds each named channel. A simple linked
65 * list chains all of the channels together, so an individual channel is
95 isc_logchannel_t * channel; member in struct:isc_logchannellist
164 * Used when ISC_LOG_PRINTLEVEL is enabled for a channel.
216 * because its channel member is pointed to a channel that is created
231 const isc_logmodule_t *module, isc_logchannel_t *channel);
237 greatest_version(isc_logchannel_t *channel, int *greatest);
240 roll_log(isc_logchannel_t *channel);
254 #define FACILITY(channel) (channel->destination.facility
508 isc_logchannel_t *channel; local
710 isc_logchannel_t *channel; local
795 isc_logchannel_t *channel; local
957 isc_logchannel_t *channel; local
1036 isc_logchannel_t *channel; local
1422 isc_logchannel_t *channel; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_msg.c 90 * @channel: RPC channel
95 static int vmw_open_channel(struct rpc_channel *channel, unsigned int protocol)
108 channel->channel_id = HIGH_WORD(edx);
109 channel->cookie_high = si;
110 channel->cookie_low = di;
120 * @channel: RPC channel
124 static int vmw_close_channel(struct rpc_channel *channel)
129 si = channel->cookie_high
426 struct rpc_channel channel; local
491 struct rpc_channel channel; local
546 struct rpc_channel channel; local
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
log.c 56 * This is the structure that holds each named channel. A simple linked
57 * list chains all of the channels together, so an individual channel is
87 isc_logchannel_t *channel; member in struct:isc_logchannellist
159 * Used when ISC_LOG_PRINTLEVEL is enabled for a channel.
196 * because its channel member is pointed to a channel that is created
211 const isc_logmodule_t *module, isc_logchannel_t *channel);
232 #define FACILITY(channel) (channel->destination.facility)
233 #define FILE_NAME(channel) (channel->destination.file.name
412 isc_logchannel_t *channel; local
627 isc_logchannel_t *channel; local
706 isc_logchannel_t *channel; local
1483 isc_logchannel_t *channel; local
    [all...]
  /src/sys/arch/x68k/dev/
opm.c 166 opm_key_on(u_char channel)
168 writeopm(0x08, opm0->sc_vdata[channel].sm << 3 | channel);
172 opm_key_off(u_char channel)
174 writeopm(0x08, channel);
178 opm_set_voice(int channel, struct opm_voice *voice)
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, &voice->c1)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
trace.c 30 * INTERNAL TRACE CHANNEL IMPLEMENTATION
33 * BIO sink object, also called the trace channel. Instead of a BIO object,
35 * internal trace channel is attached, which simply calls the registered
41 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp);
65 static int trace_write(BIO *channel,
68 struct trace_data_st *ctx = BIO_get_data(channel);
76 static int trace_puts(BIO *channel, const char *str)
80 if (trace_write(channel, str, strlen(str), &written))
86 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp)
88 struct trace_data_st *ctx = BIO_get_data(channel);
345 BIO *channel = NULL; local
400 BIO *channel = NULL; local
476 BIO *channel = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
trace.c 29 * INTERNAL TRACE CHANNEL IMPLEMENTATION
32 * BIO sink object, also called the trace channel. Instead of a BIO object,
34 * internal trace channel is attached, which simply calls the registered
40 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp);
64 static int trace_write(BIO *channel,
67 struct trace_data_st *ctx = BIO_get_data(channel);
75 static int trace_puts(BIO *channel, const char *str)
79 if (trace_write(channel, str, strlen(str), &written))
85 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp)
87 struct trace_data_st *ctx = BIO_get_data(channel);
339 BIO *channel = NULL; local
394 BIO *channel = NULL; local
471 BIO *channel = NULL; local
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_macsec_qca.c 520 u32 *channel)
527 *channel = i;
538 u32 channel)
540 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci));
546 u32 *channel)
549 channel);
555 u32 channel)
558 channel);
564 u32 *channel)
567 channel);
587 u32 channel; local
615 u32 channel; local
634 u32 channel; local
685 u32 channel; local
737 u32 channel; local
761 u32 channel; local
809 u32 channel; local
829 u32 channel; local
877 u32 channel; local
916 u32 channel; local
941 u32 channel; local
1003 u32 channel; local
1023 u32 channel; local
    [all...]
  /src/sys/arch/acorn32/eb7500atx/
rside.c 82 * secondary channel.
132 * index = channel
164 int channel, i; local
186 /* Fill in wdc and channel infos */
192 for (channel = 0 ; channel < 2; channel++) {
193 scp = &sc->rside_channels[channel];
194 sc->sc_chanarray[channel] = &scp->rc_channel;
196 wdr = &sc->sc_wdc_regs[channel];
    [all...]
  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
transport.c 18 /* 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
141 const char *rcpt_domain, VSTRING *channel,
146 * :[nexthop] means don't change the channel, and don't change the
156 * transport[:[nexthop]] means change the channel, and reset the nexthop
160 vstring_strcpy(channel, new_channel);
163 else if (strcmp(STR(channel), MAIL_SERVICE_ERROR) != 0
164 && strcmp(STR(channel), MAIL_SERVICE_RETRY) != 0
199 VSTRING *channel = vstring_alloc(10); local
327 VSTRING *channel = vstring_alloc(100); local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
log.c 58 * This is the structure that holds each named channel. A simple linked
59 * list chains all of the channels together, so an individual channel is
89 isc_logchannel_t *channel; member in struct:isc_logchannellist
162 * Used when ISC_LOG_PRINTLEVEL is enabled for a channel.
200 * because its channel member is pointed to a channel that is created
215 const isc_logmodule_t *module, isc_logchannel_t *channel);
236 #define FACILITY(channel) (channel->destination.facility)
237 #define FILE_NAME(channel) (channel->destination.file.name
435 isc_logchannel_t *channel; local
651 isc_logchannel_t *channel; local
730 isc_logchannel_t *channel; local
1514 isc_logchannel_t *channel; local
    [all...]
  /src/external/mit/libuv/dist/test/
test-ipc-send-recv.c 29 void spawn_helper(uv_pipe_t* channel,
44 uv_pipe_t channel; member in struct:test_ctx
57 uv_pipe_t channel; member in struct:echo_ctx
99 ASSERT_PTR_EQ(pipe, &ctx.channel);
124 r = uv_pipe_init(ctx.channel.loop, &recv->pipe, 0);
126 r = uv_tcp_init(ctx.channel.loop, &recv->tcp);
138 uv_close((uv_handle_t*)&ctx.channel, NULL);
151 (uv_stream_t*)&ctx.channel,
162 (uv_stream_t*)&ctx.channel,
168 r = uv_read_start((uv_stream_t*)&ctx.channel, alloc_cb, recv_cb)
    [all...]
  /src/sys/arch/ews4800mips/sbd/
zs_sbdio.c 116 int s, channel; local
125 * Initialize software state for each channel.
127 for (channel = 0; channel < 2; channel++) {
128 zsc_args.channel = channel;
130 cs = &zsc->zsc_cs_store[channel];
131 zsc->zsc_cs[channel] = cs;
133 cs->cs_channel = channel;
    [all...]
  /src/sys/arch/macppc/dev/
dbdma.h 96 #define DBDMA_REGMAP(channel) \
98 + (channel << 8))
136 * DBDMA Channel layout
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);

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>