OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:channel_no
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/s3c2xx0/
s3c2440_dma.c
133
static void dmac_start(uint8_t
channel_no
, struct dmac_xfer_state*);
134
static void dmac_transfer_segment(uint8_t
channel_no
, struct dmac_xfer_state*);
135
static void dmac_channel_done(uint8_t
channel_no
);
323
uint8_t
channel_no
= perph->dp_channel_order[i];
local
330
KASSERT(perph->dp_channel_source[
channel_no
] != PERPH_NA);
333
if (sc->sc_channels[
channel_no
].dc_active == NULL) {
335
dmac_start(
channel_no
, dxs);
342
uint8_t
channel_no
= perph->dp_channel_order[0];
local
347
dxs->dxs_channel =
channel_no
;
348
SIMPLEQ_INSERT_TAIL(&sc->sc_channels[
channel_no
].dc_queue, dxs, dxs_link)
[
all
...]
/src/external/bsd/wpa/dist/src/ap/
dfs.c
356
int
channel_no
= iface->conf->channel;
local
364
channel_no
-= 4;
373
channel_no
= hostapd_get_oper_centr_freq_seg0_idx(
377
channel_no
= hostapd_get_oper_centr_freq_seg0_idx(
381
channel_no
= hostapd_get_oper_centr_freq_seg0_idx(
387
channel_no
= hostapd_get_oper_centr_freq_seg0_idx(
393
channel_no
= -1;
402
if (chan->chan ==
channel_no
) {
428
mode->num_channels,
channel_no
, iface->conf->channel,
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026