/src/sys/arch/hppa/dev/ |
com_dino.c | 62 uint32_t iodc; member in struct:com_dino_regs
|
dino.c | 66 uint32_t iodc; /* 0x008 rw iodc data/addr */ member in struct:dino_regs
|
/src/sys/arch/hppa/stand/common/ |
pdc.c | 125 * Generic READ/WRITE through IODC. Takes pointer to PDC device 153 printf("iodc: rewind "); 273 iodcio_t iodc; local in function:pdc_findev 281 iodc = (iodcio_t)(PAGE0->mem_free + IODC_MAXSIZE); 291 IODC_INIT, iodc, IODC_MAXSIZE)) < 0) { 330 IODC_INIT, iodc, IODC_MAXSIZE)) < 0) { 340 if ((err = (iodc)(io, stp, io->io_spa, layers, 371 if (0 && (err = (iodc)(io, IODC_INIT_DEV, io->io_spa, 382 IODC_IO, iodc, IODC_MAXSIZE)) < 0) { 394 pz.pz_iodc_io = iodc; [all...] |