Home
last modified time | relevance | path

Searched refs:PDC2xx_TIM_SET_MB (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dpdcide.c252 mode = PDC2xx_TIM_SET_MB(mode, pdc2xx_dma_mb[0]); in pdc202xx_chip_map()
402 mode = PDC2xx_TIM_SET_MB(mode, in pdc202xx_setup_channel()
408 mode = PDC2xx_TIM_SET_MB(mode, in pdc202xx_setup_channel()
414 mode = PDC2xx_TIM_SET_MB(mode, in pdc202xx_setup_channel()
Dpciide_pdc202xx_reg.h52 #define PDC2xx_TIM_SET_MB(r, x) (((r) & 0xffff1fff) | (((x) & 0x7) << 13)) macro