HomeSort by: relevance | last modified time | path
    Searched refs:iodc_data (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hppa/include/
autoconf.h 40 struct iodc_data ca_type; /* iodc-specific type descrition */
iomod.h 372 #define IOSPA(spa,iodc_data) \
374 (spa | iodc_data.iodc_spa_shift | iodc_data.iodc_spa_enb << 5 | \
375 iodc_data.iodc_spa_pack << 6 | iodc_data.iodc_spa_io << 7))
pdc.h 147 #define IODC_DATA 0 /* get first 16 bytes from mod IODC */
727 * given the IODC_DATA argument.
729 struct iodc_data { struct
736 iodc_more: 1, /* iodc_data is: 0:8-byte, 1:16-byte */
737 iodc_word: 1, /* iodc_data is: 0:byte, 1:word */
792 struct iodc_data *, size_t);
  /src/sys/arch/hppa/stand/common/
pdc.c 300 struct iodc_data mptr;
321 IODC_DATA, &mptr, sizeof(mptr))) < 0) {
324 printf("IODC_DATA: %d\n", err);
  /src/sys/arch/hppa/hppa/
autoconf.c 132 struct iodc_data hm_type;
510 error = pdcproc_iodc_read(nhm.hm_hpa, IODC_DATA, NULL,
762 error = pdcproc_iodc_read(nhm.hm_hpa, IODC_DATA, NULL, &nhm.hm_pir,
830 error = pdcproc_iodc_read(hm.hm_hpa, IODC_DATA, NULL,
  /src/sys/arch/hppa/dev/
pdc.c 700 struct pdc_iodc_read *buf1, size_t sz1, struct iodc_data *buf2,

Completed in 38 milliseconds