Searched refs:channel (Results 51 - 75 of 363) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465pcmcia.c318 hd64465pcmcia_attach_channel(struct hd64465pcmcia_softc *sc, int channel) argument
321 struct hd64465pcmcia_channel *ch = &sc->sc_ch[channel];
328 ch->ch_channel = channel;
334 r = hd64465_reg_read_1(HD64461_PCCGCR(channel));
337 hd64465_reg_write_1(HD64461_PCCGCR(channel), r);
340 baseaddr = (channel == 0) ? sc->sc_area6 : sc->sc_area5;
361 hd64465_intr_establish(channel ? HD64465_PCC1 : HD64465_PCC0,
458 int channel = ch->ch_channel; local
459 bus_addr_t cscier = HD64461_PCCCSCIER(channel);
485 int channel local
669 int channel = ch->ch_channel; local
690 int channel = ch->ch_channel; local
712 int channel = ch->ch_channel; local
723 __detect_card(int channel) argument
747 hd64465pcmcia_memory_window16_switch(int channel, enum memory_window_16 window) argument
776 __sh_set_bus_width(int channel, int width) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dzs.c111 /* Default speed for each channel */
137 zs_get_chan_addr(int channel) argument
143 if (channel == 0) {
204 int s, channel; local
212 * Initialize software state for each channel.
214 for (channel = 0; channel < 2; channel++) {
215 zsc_args.channel = channel;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/obio/
H A Dzs.c164 struct zschan *zs_get_chan_addr(int zs_unit, int channel);
202 int zs_unit, channel, s; local
218 * Initialize software state for each channel.
220 for (channel = 0; channel < 2; channel++) {
221 zsc_args.channel = channel;
222 zsc_args.hwflags = zs_hwflags[zs_unit][channel];
223 ch = &zsc->zsc_cs_store[channel];
557 zs_get_chan_addr(int zs_unit, int channel) argument
[all...]
H A Dzs_kgdb.c76 extern struct zschan *zs_get_chan_addr (int zs_unit, int channel);
131 int channel, unit; local
138 channel = kgdb_dev & 1;
142 zc = zs_get_chan_addr(unit, channel);
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dzs.c210 int channel; local
225 for (channel = 0; channel < 2; channel++) {
227 intr[channel], sizeof(intr[0])) == -1 &&
229 intr[channel], sizeof(intr[0])) == -1) {
241 zsc->zsc_txdmareg[channel] = mapiodev(regs[2], regs[3], false);
242 zsc->zsc_txdmacmd[channel] =
244 memset(zsc->zsc_txdmacmd[channel], 0,
246 dbdma_reset(zsc->zsc_txdmareg[channel]);
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5413.c73 * Take the MHz channel value and set the Channel value
86 OS_MARK(ah, AH_MARK_SETCHANNEL, chan->channel);
88 if (chan->channel < 4800) {
91 if (((chan->channel - 2192) % 5) == 0) {
92 channelSel = ((chan->channel - 672) * 2 - 3040)/10;
94 } else if (((chan->channel - 2224) % 5) == 0) {
95 channelSel = ((chan->channel - 704) * 2 - 3040) / 10;
99 "%s: invalid channel %u MHz\n",
100 __func__, chan->channel);
108 if (chan->channel
394 ar5413getGainBoundariesAndPdadcsForPowers(struct ath_hal *ah, uint16_t channel, const RAW_DATA_STRUCT_2413 *pRawDataset, uint16_t pdGainOverlap_t2, int16_t *pMinCalPower, uint16_t pPdGainBoundaries[], uint16_t pPdGainValues[], uint16_t pPDADCValues[]) argument
[all...]
H A Dar5112.c73 * Take the MHz channel value and set the Channel value
86 OS_MARK(ah, AH_MARK_SETCHANNEL, chan->channel);
88 if (chan->channel < 4800) {
91 if (((chan->channel - 2192) % 5) == 0) {
92 channelSel = ((chan->channel - 672) * 2 - 3040)/10;
94 } else if (((chan->channel - 2224) % 5) == 0) {
95 channelSel = ((chan->channel - 704) * 2 - 3040) / 10;
99 "%s: invalid channel %u MHz\n",
100 __func__, chan->channel);
108 if (chan->channel
[all...]
H A Dar5111.c48 static uint16_t ar5212GetScaledPower(uint16_t channel, uint16_t pcdacValue,
50 static HAL_BOOL ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue,
52 static void ar5212GetLowerUpperPcdacs(uint16_t pcdac, uint16_t channel,
72 * Take the MHz channel value and set the Channel value
90 uint16_t channel5111; /* 11a channel for 5111 */
143 OS_MARK(ah, AH_MARK_SETCHANNEL, chan->channel);
145 chanIEEE = ath_hal_mhz2ieee(ah, chan->channel, chan->channelFlags);
156 if (chan->channel == 2484) {
157 /* Enable channel spreading for channel 1
533 ar5212GetScaledPower(uint16_t channel, uint16_t pcdacValue, const PCDACS_EEPROM *pSrcStruct) argument
572 ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue, const PCDACS_EEPROM *pSrcStruct, uint16_t *powerValue) argument
601 ar5212GetLowerUpperPcdacs(uint16_t pcdac, uint16_t channel, const PCDACS_EEPROM *pSrcStruct, uint16_t *pLowerPcdac, uint16_t *pUpperPcdac) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dartsata.c162 "couldn't map %s channel cmd regs\n", cp->name);
170 "couldn't map %s channel ctl regs\n", cp->name);
181 "couldn't subregion %s channel cmd regs\n",
196 "couldn't map channel %d sata_status regs\n",
204 "couldn't map channel %d sata_error regs\n",
212 "couldn't map channel %d sata_control regs\n",
226 artisea_chansetup(struct pciide_softc *sc, int channel, argument
229 struct pciide_channel *cp = &sc->pciide_channels[channel];
230 sc->wdc_chanarray[channel] = &cp->ata_channel;
231 cp->name = PCIIDE_CHANNEL_NAME(channel);
324 int channel; local
391 int channel; local
[all...]
H A Dschide.c122 int channel; local
154 for (channel = 0; channel < sc->sc_wdcdev.sc_atac.atac_nchannels;
155 channel++) {
156 cp = &sc->pciide_channels[channel];
157 if (pciide_chansetup(sc, channel, interface) == 0)
H A Dacardide.c186 int channel = chp->ch_channel; local
197 udma_mode &= ~ATP850_UDMA_MASK(channel);
200 idetime &= ~ATP860_SETTIME_MASK(channel);
202 udma_mode &= ~ATP860_UDMA_MASK(channel);
233 udma_mode |= ATP850_UDMA_MODE(channel, drive,
236 idetime |= ATP860_SETTIME(channel, drive,
239 udma_mode |= ATP860_UDMA_MODE(channel, drive,
254 idetime |= ATP860_SETTIME(channel, drive,
269 idetime |= ATP860_SETTIME(channel, drive,
275 | ATP8x0_CTRL_EN(channel));
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c88 * triple of (channel, nexthop, recipient). The channel is the name of the
105 * channel and/or nexhop information for specific recipients or for entire
114 * Therefore, a transport map entry that overrides the channel but not the
121 * when the transport table specifies a non-default channel but no nexthop
122 * information (we use a generic text when that non-default channel is the
140 VSTRING *channel, VSTRING *nexthop,
162 vstring_strcpy(channel, "CHANNEL NOT UPDATED");
454 vstring_strcpy(channel, MAIL_SERVICE_ERROR);
477 vstring_strcpy(channel, RES_PARAM_VALU
139 resolve_addr(RES_CONTEXT *rp, char *sender, char *addr, VSTRING *channel, VSTRING *nexthop, VSTRING *nextrcpt, int *flags) argument
691 static VSTRING *channel; variable
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/bthset/
H A Dbthset.c151 int ch, channel; local
155 channel = 0;
177 channel = atoi(optarg);
193 if ((channel < RFCOMM_CHANNEL_MIN || channel > RFCOMM_CHANNEL_MAX)
194 && channel != 0)
220 if (channel == 0 && init_rfcomm(&info) < 0)
223 if (channel && init_server(&info, channel) < 0)
224 err(EXIT_FAILURE, "%d", channel);
525 init_server(struct btsco_info *info, int channel) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_l3l4.h60 * table of things the driver needs to know about the b channel
65 int channel; member in struct:i4b_isdn_bchan_linktab
76 * this structure describes one call/connection on one B-channel
90 int channelid; /* channel id value */
91 int channelexcl; /* channel exclusive */
93 int bprot; /* B channel protocol BPROT_XXX */
95 int bchan_driver_index; /* driver to use for B channel */
133 isdn_link_t *ilt; /* isdn B channel driver/state */
185 * Set of functions layer 4 drivers calls to manipulate the B channel
189 void (*bch_config)(void*, int channel, in
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dlogging_p.h47 log_channel channel; member in struct:log_channel_list
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D990523-1.c3 int synth_1to1(float *bandPtr,int channel,unsigned char *out,int *pnt) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D990523-1.c3 int synth_1to1(float *bandPtr,int channel,unsigned char *out,int *pnt) argument
/netbsd-6-1-5-RELEASE/sys/arch/sun2/dev/
H A Dzs.c84 /* ZS channel used as the console device (if any) */
153 int channel; local
169 * Initialize software state for each channel.
171 for (channel = 0; channel < 2; channel++) {
175 zsc_args.channel = channel;
177 cs = &zsc->zsc_cs_store[channel];
178 zsc->zsc_cs[channel]
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/bktr/
H A Dbktr_tuner.h84 * tv_channel sets the tuner to channel 'n' using the current Channel Set
90 int tv_channel(bktr_ptr_t bktr, int channel);
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_notifier.h39 struct nouveau_channel *channel; member in struct:nouveau_notifier
H A Dnouveau_fence.c34 struct nouveau_channel_priv *nvchan = nouveau_channel(fence->channel);
89 nvfence->base.channel = chan;
136 struct nouveau_channel_priv *nvchan = nouveau_channel(fence->channel);
146 nouveau_dma_space(fence->channel, 2);
147 nouveau_dma_out (fence->channel, 0x00040050);
148 nouveau_dma_out (fence->channel, nvfence->sequence);
150 nouveau_dma_kickoff(fence->channel);
214 nvchan = nouveau_channel(nvfence->base.channel);
237 nouveau_fence_flush(nvfence->base.channel);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dautoconf.h44 int channel; member in struct:bootdev_data
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dmidi_if.h85 * deliver channel messages, system common messages other than sysex, and sysex
98 int (*channel)(void *, int, int, u_char *, int); member in struct:midi_hw_if_ext
101 int compress:1; /* if hw wants channel msgs in compressed form */
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dzs.c181 struct zschan *zs_get_chan_addr (int zs_unit, int channel);
213 int zs_unit, channel, err, s; local
232 * Initialize software state for each channel.
235 * is actually attached to the *second* channel, and vice versa.
237 * channel 1 and zstty1 to channel 0. They couldn't have wired
240 for (channel = 1; channel >= 0; channel--) {
241 zsc_args.channel
607 zs_get_chan_addr(int zs_unit, int channel) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c127 uint8_t channel; local
134 channel = RFCOMM_CHANNEL_ANY;
153 case 'c': /* RFCOMM channel */
154 channel = strtoul(optarg, &ep, 10);
156 || channel < RFCOMM_CHANNEL_MIN
157 || channel > RFCOMM_CHANNEL_MAX)
158 errx(EXIT_FAILURE, "Invalid channel: %s",
209 * cannot have remote address if channel was given
211 if (channel != RFCOMM_CHANNEL_ANY && !bdaddr_any(&raddr))
229 rfcomm = open_server(&laddr, psm, channel, l
343 uintmax_t channel; local
407 open_server(bdaddr_t *laddr, uint16_t psm, uint8_t channel, int lm, const char *service) argument
566 service_search(bdaddr_t const *laddr, bdaddr_t const *raddr, uint16_t class, uintmax_t *psm, uintmax_t *channel) argument
[all...]

Completed in 367 milliseconds

1234567891011>>