HomeSort by: relevance | last modified time | path
    Searched defs:ecud (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/eisa/
eisa_machdep.c 257 struct ecu_dma *ecud; local in function:eisa_parse_dma
261 ecud = kmem_zalloc(sizeof(*ecud), KM_SLEEP);
262 ecud->ecud_dma.ecd_drq = dp[0] & 0x7;
263 ecud->ecud_dma.ecd_shared = dp[0] & 0x40;
264 ecud->ecud_dma.ecd_size = (dp[1] >> 2) & 0x3;
265 ecud->ecud_dma.ecd_timing = (dp[1] >> 4) & 0x3;
266 SIMPLEQ_INSERT_TAIL(&ecuf->ecuf_dma, ecud, ecud_list);
269 printf("DRQ %d%s %d %d\n", ecud->ecud_dma.ecd_drq,
270 ecud->ecud_dma.ecd_shared ? " shared" : ""
356 struct ecu_data *ecud; local in function:eisa_init
589 struct ecu_data *ecud; local in function:eisa_lookup_data
601 struct ecu_data *ecud; local in function:eisa_lookup_func
664 struct ecu_dma *ecud; local in function:eisa_conf_read_dma
    [all...]
eisa_machdep.c 257 struct ecu_dma *ecud; local in function:eisa_parse_dma
261 ecud = kmem_zalloc(sizeof(*ecud), KM_SLEEP);
262 ecud->ecud_dma.ecd_drq = dp[0] & 0x7;
263 ecud->ecud_dma.ecd_shared = dp[0] & 0x40;
264 ecud->ecud_dma.ecd_size = (dp[1] >> 2) & 0x3;
265 ecud->ecud_dma.ecd_timing = (dp[1] >> 4) & 0x3;
266 SIMPLEQ_INSERT_TAIL(&ecuf->ecuf_dma, ecud, ecud_list);
269 printf("DRQ %d%s %d %d\n", ecud->ecud_dma.ecd_drq,
270 ecud->ecud_dma.ecd_shared ? " shared" : ""
356 struct ecu_data *ecud; local in function:eisa_init
589 struct ecu_data *ecud; local in function:eisa_lookup_data
601 struct ecu_data *ecud; local in function:eisa_lookup_func
664 struct ecu_dma *ecud; local in function:eisa_conf_read_dma
    [all...]

Completed in 21 milliseconds