/src/sys/arch/x68k/dev/ |
dmacvar.h | 65 int ch_channel; /* channel number */ member in struct:dmac_channel_stat
|
dmacvar.h | 65 int ch_channel; /* channel number */ member in struct:dmac_channel_stat
|
/src/sys/arch/macppc/dev/ |
ki2cvar.h | 93 int ch_channel; member in struct:ki2c_channel
|
ki2cvar.h | 93 int ch_channel; member in struct:ki2c_channel
|
/src/sys/arch/hpcsh/dev/hd64465/ |
hd64465pcmcia.c | 94 int ch_channel; member in struct:hd64465pcmcia_channel 300 if (ch->ch_channel == 0) { 327 ch->ch_channel = channel; 369 if (ch->ch_pcmcia && (__detect_card(ch->ch_channel) == EVENT_INSERT)) { 383 cscr = HD64461_PCCCSCR(ch->ch_channel); 398 __queue_event(ch, __detect_card(ch->ch_channel)); 457 int channel = ch->ch_channel; 462 hd6446x_intr_priority(ch->ch_channel == 0 ? HD64465_PCC0 : HD64465_PCC1, 484 int channel = ch->ch_channel; 489 hd6446x_intr_priority(ch->ch_channel == 0 ? HD64465_PCC0 : HD64465_PCC1 [all...] |
hd64465pcmcia.c | 94 int ch_channel; member in struct:hd64465pcmcia_channel 300 if (ch->ch_channel == 0) { 327 ch->ch_channel = channel; 369 if (ch->ch_pcmcia && (__detect_card(ch->ch_channel) == EVENT_INSERT)) { 383 cscr = HD64461_PCCCSCR(ch->ch_channel); 398 __queue_event(ch, __detect_card(ch->ch_channel)); 457 int channel = ch->ch_channel; 462 hd6446x_intr_priority(ch->ch_channel == 0 ? HD64465_PCC0 : HD64465_PCC1, 484 int channel = ch->ch_channel; 489 hd6446x_intr_priority(ch->ch_channel == 0 ? HD64465_PCC0 : HD64465_PCC1 [all...] |
/src/sys/arch/hpcsh/dev/hd64461/ |
hd64461pcmcia.c | 115 enum controller_channel ch_channel; member in struct:hd64461pcmcia_channel 368 if (ch->ch_channel == CHANNEL_0) { 395 ch->ch_channel = channel; 447 if (ch->ch_pcmcia && (detect_card(ch->ch_channel) == EVENT_INSERT)) { 472 queue_event(ch, detect_card(ch->ch_channel)); 496 queue_event(ch, detect_card(ch->ch_channel)); 553 int channel = ch->ch_channel; 584 int channel = ch->ch_channel; 664 hd64461pcmcia_memory_window_16(ch->ch_channel, window); 701 if (ch->ch_channel == CHANNEL_1 [all...] |
hd64461pcmcia.c | 115 enum controller_channel ch_channel; member in struct:hd64461pcmcia_channel 368 if (ch->ch_channel == CHANNEL_0) { 395 ch->ch_channel = channel; 447 if (ch->ch_pcmcia && (detect_card(ch->ch_channel) == EVENT_INSERT)) { 472 queue_event(ch, detect_card(ch->ch_channel)); 496 queue_event(ch, detect_card(ch->ch_channel)); 553 int channel = ch->ch_channel; 584 int channel = ch->ch_channel; 664 hd64461pcmcia_memory_window_16(ch->ch_channel, window); 701 if (ch->ch_channel == CHANNEL_1 [all...] |
/src/sys/dev/ata/ |
atavar.h | 400 int ch_channel; /* location */ member in struct:ata_channel
|
atavar.h | 400 int ch_channel; /* location */ member in struct:ata_channel
|