Searched refs:sdio_readw (Results 1 – 4 of 4) sorted by relevance
131 extern u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret);
517 u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readw() function533 EXPORT_SYMBOL_GPL(sdio_readw);
262 val = sdio_readw(bus->host_sdio, offset, &error); in ssb_sdio_read16()
286 *(u16 *)data = sdio_readw(func, addr, &ret); in brcmf_sdiod_request_data()