sdio_readw
u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret);
*(u16 *)data = sdio_readw(func, addr, &ret);