Home
last modified time | relevance | path

Searched refs:PNP_DMA_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/isa/
H A Dpnpreg.h206 #define PNP_DMA_CHANNEL(i) (0x74 + 1*(i)) macro
H A Dpnp.c316 pnp_write(PNP_DMA_CHANNEL(i), 4); in pnp_set_config()
319 pnp_write(PNP_DMA_CHANNEL(i), drq); in pnp_set_config()
327 pnp_write(PNP_DMA_CHANNEL(i), 4); in pnp_set_config()
/freebsd/contrib/pnpinfo/
H A Dpnpinfo.c540 pnp_read(PNP_DMA_CHANNEL(0)), pnp_read(PNP_DMA_CHANNEL(1)) ); in dump_resdata()