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

  /src/sys/arch/alpha/eisa/
eisa_machdep.c 146 struct eisa_cfg_io ecuio_io; member in struct:ecu_io
288 ecuio->ecuio_io.ecio_addr = dp[1] | (dp[2] << 8);
289 ecuio->ecuio_io.ecio_size = (dp[0] & 0x1f) + 1;
290 ecuio->ecuio_io.ecio_shared = (dp[0] & 0x40) ? 1 : 0;
294 printf("IO 0x%lx 0x%lx%s\n", ecuio->ecuio_io.ecio_addr,
295 ecuio->ecuio_io.ecio_size,
296 ecuio->ecuio_io.ecio_shared ? " shared" : "");
699 *dp = ecuio->ecuio_io;
eisa_machdep.c 146 struct eisa_cfg_io ecuio_io; member in struct:ecu_io
288 ecuio->ecuio_io.ecio_addr = dp[1] | (dp[2] << 8);
289 ecuio->ecuio_io.ecio_size = (dp[0] & 0x1f) + 1;
290 ecuio->ecuio_io.ecio_shared = (dp[0] & 0x40) ? 1 : 0;
294 printf("IO 0x%lx 0x%lx%s\n", ecuio->ecuio_io.ecio_addr,
295 ecuio->ecuio_io.ecio_size,
296 ecuio->ecuio_io.ecio_shared ? " shared" : "");
699 *dp = ecuio->ecuio_io;

Completed in 22 milliseconds