nes-proj/cpu/x86/drivers/quarkX1000
Michael LeMay e297177a69 x86: Streamline MMIO accesses in GPIO and I2C drivers
This patch refactors the MMIO routines in the GPIO and I2C drivers to
eliminate the base_addr parameter that specifies the MMIO base
address.  Instead, just the MMIO routines themselves retrieve the base
address from the driver structure.
2015-12-21 08:06:14 -02:00
..
eth.c
eth.h
gpio.c x86: Streamline MMIO accesses in GPIO and I2C drivers 2015-12-21 08:06:14 -02:00
gpio.h
i2c-registers.h
i2c.c x86: Streamline MMIO accesses in GPIO and I2C drivers 2015-12-21 08:06:14 -02:00
i2c.h
uart.c
uart.h