Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dpciide_geode_reg.h28 #define CS5530_PIO_REG(chan, drv) (0x20 + (chan) * 0x10 + (drv) * 0x8) macro
H A Dgeodeide.c213 piooff = CS5530_PIO_REG(channel, drive); in geodeide_setup_channel()