HelenOS sources

channel           264 uspace/app/wifi_supplicant/wifi_supplicant.c 		    result.channel,
channel           171 uspace/drv/audio/hdaudio/codec.c     uint8_t channel)
channel           175 uspace/drv/audio/hdaudio/codec.c 	ctl = (stream << cctl_stream_l) | (channel << cctl_channel_l);
channel           312 uspace/drv/bus/isa/i8237.c static inline bool is_dma16(unsigned channel)
channel           314 uspace/drv/bus/isa/i8237.c 	return (channel >= 4) && (channel < 8);
channel           321 uspace/drv/bus/isa/i8237.c static inline bool is_dma8(unsigned channel)
channel           323 uspace/drv/bus/isa/i8237.c 	return (channel < 4);
channel           341 uspace/drv/bus/isa/i8237.c errno_t dma_channel_setup(unsigned int channel, uint32_t pa, uint32_t size,
channel           344 uspace/drv/bus/isa/i8237.c 	if (!is_dma8(channel) && !is_dma16(channel))
channel           347 uspace/drv/bus/isa/i8237.c 	if ((channel == 0) || (channel == 4))
channel           355 uspace/drv/bus/isa/i8237.c 	if (is_dma8(channel) && (pa >= (1 << 20)))
channel           375 uspace/drv/bus/isa/i8237.c 	if (is_dma16(channel)) {
channel           387 uspace/drv/bus/isa/i8237.c 	const dma_channel_t dma_channel = controller_8237.channels[channel];
channel           390 uspace/drv/bus/isa/i8237.c 	    "(size %" PRIu32 "), mode %hhx.", channel, pa, size, mode);
channel           393 uspace/drv/bus/isa/i8237.c 	uint8_t value = DMA_SINGLE_MASK_CHAN_TO_REG(channel) |
channel           398 uspace/drv/bus/isa/i8237.c 	value = DMA_MODE_CHAN_TO_REG(channel) | mode;
channel           440 uspace/drv/bus/isa/i8237.c 	value = DMA_SINGLE_MASK_CHAN_TO_REG(channel);
channel           456 uspace/drv/bus/isa/i8237.c errno_t dma_channel_remain(unsigned channel, size_t *size)
channel           459 uspace/drv/bus/isa/i8237.c 	if (!is_dma8(channel) && !is_dma16(channel))
channel           462 uspace/drv/bus/isa/i8237.c 	if ((channel == 0) || (channel == 4))
channel           471 uspace/drv/bus/isa/i8237.c 	const dma_channel_t dma_channel = controller_8237.channels[channel];
channel           492 uspace/drv/bus/isa/i8237.c 	if (is_dma16(channel))
channel           494 uspace/drv/bus/isa/i8237.c 	*size =  is_dma16(channel) ? remain + 2 : remain + 1;
channel           162 uspace/drv/bus/isa/isa.c     unsigned int channel, uint32_t pa, uint32_t size, uint8_t mode)
channel           173 uspace/drv/bus/isa/isa.c 		    (res->resources[i].res.dma_channel.dma16 == channel)) ||
channel           175 uspace/drv/bus/isa/isa.c 		    (res->resources[i].res.dma_channel.dma8 == channel))) {
channel           176 uspace/drv/bus/isa/isa.c 			return dma_channel_setup(channel, pa, size, mode);
channel           184 uspace/drv/bus/isa/isa.c     unsigned channel, size_t *size)
channel           196 uspace/drv/bus/isa/isa.c 		    (res->resources[i].res.dma_channel.dma16 == channel)) ||
channel           198 uspace/drv/bus/isa/isa.c 		    (res->resources[i].res.dma_channel.dma8 == channel))) {
channel           199 uspace/drv/bus/isa/isa.c 			return dma_channel_remain(channel, size);
channel           125 uspace/lib/c/generic/device/hw_res.c     unsigned channel, uint32_t pa, uint32_t size, uint8_t mode)
channel           129 uspace/lib/c/generic/device/hw_res.c 	const uint32_t packed = (channel & 0xffff) | (mode << 16);
channel           147 uspace/lib/c/generic/device/hw_res.c errno_t hw_res_dma_channel_remain(async_sess_t *sess, unsigned channel, size_t *rem)
channel           153 uspace/lib/c/generic/device/hw_res.c 	    HW_RES_DMA_CHANNEL_REMAIN, channel, &remain);
channel            46 uspace/lib/c/generic/device/hw_res_parsed.c 	const unsigned channel = (res->type == DMA_CHANNEL_8) ?
channel            53 uspace/lib/c/generic/device/hw_res_parsed.c 			if (out->dma_channels.channels[i] == channel)
channel            58 uspace/lib/c/generic/device/hw_res_parsed.c 	out->dma_channels.channels[count] = channel;
channel            41 uspace/lib/c/include/io/pixel.h #define NARROW(channel, bits) \
channel            42 uspace/lib/c/include/io/pixel.h 	((channel) >> (8 - (bits)))
channel            84 uspace/lib/device/include/ieee80211/ieee80211.h 	uint8_t channel;
channel           147 uspace/lib/drv/generic/remote_hw_res.c 	const unsigned channel = DEV_IPC_GET_ARG1(*call) & 0xffff;
channel           153 uspace/lib/drv/generic/remote_hw_res.c 	    fun, channel, address, size, mode);
channel           167 uspace/lib/drv/generic/remote_hw_res.c 	const unsigned channel = DEV_IPC_GET_ARG1(*call);
channel           169 uspace/lib/drv/generic/remote_hw_res.c 	const errno_t ret = hw_res_ops->dma_channel_remain(fun, channel, &remain);
channel           863 uspace/lib/ieee80211/src/ieee80211.c 	uint8_t channel =
channel           905 uspace/lib/ieee80211/src/ieee80211.c 	    channel_data_size, (void *) &channel);
channel          1182 uspace/lib/ieee80211/src/ieee80211.c 		uint8_t *channel;
channel          1190 uspace/lib/ieee80211/src/ieee80211.c 			channel = (uint8_t *)
channel          1192 uspace/lib/ieee80211/src/ieee80211.c 			ap_data->scan_result.channel = *channel;
channel            86 uspace/lib/ieee80211/src/ieee80211_iface_impl.c static uint16_t ieee80211_channel_to_freq(uint8_t channel)
channel            88 uspace/lib/ieee80211/src/ieee80211_iface_impl.c 	return IEEE80211_CHANNEL_GAP * (channel - 1) + IEEE80211_FIRST_FREQ;
channel           107 uspace/lib/ieee80211/src/ieee80211_iface_impl.c 	    ieee80211_channel_to_freq(auth_data->scan_result.channel));
channel            73 uspace/lib/pcm/src/format.c     unsigned frame, unsigned channel, const pcm_format_t *f);
channel           277 uspace/lib/pcm/src/format.c     unsigned frame, unsigned channel, const pcm_format_t *f)
channel           281 uspace/lib/pcm/src/format.c 	if (channel >= f->channels)
channel           287 uspace/lib/pcm/src/format.c 	const size_t sample_pos = frame * f->channels + channel; \
channel            41 uspace/lib/posix/include/libc/io/pixel.h #define NARROW(channel, bits) \
channel            42 uspace/lib/posix/include/libc/io/pixel.h 	((channel) >> (8 - (bits)))
channel           189 uspace/lib/trackmod/trackmod.c     size_t row, size_t channel, trackmod_cell_t *cell)
channel           191 uspace/lib/trackmod/trackmod.c 	*cell = pattern->data[row * pattern->channels + channel];
HelenOS homepage, sources at GitHub