Home
last modified time | relevance | path

Searched refs:iodcio_t (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/arch/hppa/stand/libsa/
H A Ditecons.c60 iodcio_t cniodc; /* console IODC entry point */
61 iodcio_t kyiodc; /* keyboard IODC entry point */
81 cniodc = (iodcio_t)PAGE0->mem_free;
115 kyiodc = (iodcio_t)kycode;
H A Dpdc.c155 if ((ret = ((iodcio_t)pzdev->pz_iodc_io)(pzdev->pz_hpa,
177 if ((ret = ((iodcio_t)pzdev->pz_iodc_io)(pzdev->pz_hpa,
229 if ((ret = ((iodcio_t)pzdev->pz_iodc_io)(pzdev->pz_hpa,
280 iodcio_t iodc;
287 iodc = (iodcio_t)(PAGE0->mem_free + IODC_MAXSIZE);
/openbsd/sys/arch/hppa/hppa/
H A Dautoconf.c243 } else if ((error = pdc_call((iodcio_t)pdc, 0, PDC_MEMMAP, in pdc_scanbus()
246 else if ((error = pdc_call((iodcio_t)pdc, 0, PDC_SYSMAP, in pdc_scanbus()
253 for (im = 0; !(error = pdc_call((iodcio_t)pdc, 0, in pdc_scanbus()
273 for (ia = 0; !(error = pdc_call((iodcio_t)pdc, in pdc_scanbus()
297 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_IODC, in pdc_scanbus()
H A Dmachdep.c268 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_CACHE, PDC_CACHE_DFLT, in hppa_init()
281 error = pdc_call((iodcio_t)pdc, 0, PDC_CACHE, PDC_CACHE_SETCS, in hppa_init()
288 error = pdc_call((iodcio_t)pdc, 0, PDC_CACHE, PDC_CACHE_GETSPIDB, in hppa_init()
303 if (pdc_call((iodcio_t)pdc, 0, PDC_INSTR, PDC_INSTR_DFLT, p)) in hppa_init()
367 pdc_call((iodcio_t)pdc, 0, PDC_CHASSIS, PDC_CHASSIS_DISP, in hppa_init()
409 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_MODEL, PDC_MODEL_INFO, in cpuid()
418 if (pdc_call((iodcio_t)pdc, 0, PDC_MODEL, PDC_MODEL_CPUID, in cpuid()
431 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_COPROC, PDC_COPROC_DFLT, in cpuid()
463 (error = pdc_call((iodcio_t)pdc, 0, PDC_BLOCK_TLB, in cpuid()
482 if (pdc_call((iodcio_t)pdc, 0, PDC_BLOCK_TLB, in cpuid()
[all …]
H A Dmem.c245 if ((err = pdc_call((iodcio_t)pdc, 0, PDC_IODC, PDC_IODC_NINIT, in memattach()
H A Dmainbus.c1141 if (pdc_call((iodcio_t)pdc, 0, PDC_HPA, PDC_HPA_DFLT, &pdc_hpa) < 0)
1171 if (!pdc_call((iodcio_t)pdc, 0, PDC_SOFT_POWER,
1181 if (!pdc_call((iodcio_t)pdc, 0, PDC_CHASSIS, PDC_CHASSIS_INFO,
/openbsd/sys/arch/hppa/dev/
H A Dpdc.c54 iodcio_t pdc_cniodc, pdc_kbdiodc;
111 if ((err = pdc_call((iodcio_t)pdc, 0, PDC_IODC, PDC_IODC_READ, in pdc_init()
113 (err = pdc_call((iodcio_t)pdc, 0, PDC_IODC, PDC_IODC_READ, in pdc_init()
120 pdc_cniodc = (iodcio_t)cn_iodc; in pdc_init()
121 pdc_kbdiodc = (iodcio_t)kbd_iodc; in pdc_init()
H A Dclock.c80 if ((error = pdc_call((iodcio_t)pdc, 1, PDC_TOD, PDC_TOD_READ, in pdc_gettime()
96 if ((error = pdc_call((iodcio_t)pdc, 1, PDC_TOD, PDC_TOD_WRITE, in pdc_settime()
H A Dapic.c270 if (pdc_call((iodcio_t)pdc, 0, PDC_PCI_INDEX, PDC_PCI_GET_INT_TBL_SZ, in apic_get_int_tbl()
284 if (pdc_call((iodcio_t)pdc, 0, PDC_PCI_INDEX, PDC_PCI_GET_INT_TBL, in apic_get_int_tbl()
H A Dpower.c187 if ((error = pdc_call((iodcio_t)pdc, 0, PDC_SOFT_POWER, in power_cold_hook_reg()
H A Dastro.c311 pdc_call((iodcio_t)pdc, 0, PDC_IO, PDC_IO_RESET_DEVICES); in astro_attach()
/openbsd/sys/arch/hppa/include/
H A Dpdc.h309 typedef int (*iodcio_t)(u_int, int, ...); typedef
771 int pdc_call(iodcio_t, int, ...);
/openbsd/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c375 if (pdc_call((iodcio_t)pdc, 0, PDC_LAN_STATION_ID,