Home
last modified time | relevance | path

Searched defs:iomod (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hppa/include/
H A Diomod.h321 struct iomod { struct
323 u_int io_eir; /* (WO) interrupt CPU; set bits in EIR CR */
324 u_int io_eim; /* (WO) External Interrupt Message address */
325 u_int io_dc_rw; /* write address of IODC to read IODC data */
326 u_int io_ii_rw; /* read/clear external intrpt msg (bit-26) */
327 void * io_dma_link; /* pointer to "next quad" in DMA chain */
328 u_int io_dma_command; /* (RO) chain command to exec on "next quad" */
329 void * io_dma_address; /* (RO) start of DMA */
330 u_int io_dma_count; /* (RO) number of bytes remaining to xfer */
331 void * io_flex; /* (WO) HPA flex addr, LSB: bus master flag */
[all …]
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.c153 const char* iomod = "cStringIO"; in log_py_err() local