mmio_outsb
#define mmio_outsb(addr, src, count) writesb(addr, src, count)
static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count)