Searched refs:sdio_writesb (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/ssb/ |
H A D | sdio.c | 422 error = sdio_writesb(bus->host_sdio, offset, ssb_sdio_block_write() 427 error = sdio_writesb(bus->host_sdio, offset, ssb_sdio_block_write() 433 error = sdio_writesb(bus->host_sdio, offset, ssb_sdio_block_write()
|
/linux-4.4.14/include/linux/mmc/ |
H A D | sdio_func.h | 151 extern int sdio_writesb(struct sdio_func *func, unsigned int addr,
|
/linux-4.4.14/drivers/mmc/core/ |
H A D | sdio_io.c | 491 * sdio_writesb - write to a FIFO of a SDIO function 500 int sdio_writesb(struct sdio_func *func, unsigned int addr, void *src, sdio_writesb() function 505 EXPORT_SYMBOL_GPL(sdio_writesb); variable
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | if_sdio.c | 443 ret = sdio_writesb(card->func, card->ioport, if_sdio_host_to_card_worker() 508 ret = sdio_writesb(card->func, card->ioport, if_sdio_prog_helper() 519 ret = sdio_writesb(card->func, card->ioport, chunk_buffer, 64); if_sdio_prog_helper() 649 ret = sdio_writesb(card->func, card->ioport, if_sdio_prog_real()
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | btmrvl_sdio.c | 448 ret = sdio_writesb(card->func, card->ioport, helperbuf, btmrvl_sdio_download_helper() 463 ret = sdio_writesb(card->func, card->ioport, helperbuf, btmrvl_sdio_download_helper() 596 ret = sdio_writesb(card->func, card->ioport, fwbuf, btmrvl_sdio_download_fw_w_helper() 1041 ret = sdio_writesb(card->func, card->ioport, buf, btmrvl_sdio_host_to_card()
|
H A D | btsdio.c | 91 err = sdio_writesb(data->func, REG_TDAT, skb->data, skb->len); btsdio_tx_packet()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
H A D | sdio.c | 138 ret = sdio_writesb(func, addr, buf, len); wl12xx_sdio_raw_write()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
H A D | rsi_91x_sdio.c | 541 status = sdio_writesb(dev->pfunction, addr, data, count); rsi_sdio_write_register_multiple()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | sdio.c | 166 ret = sdio_writesb(func, addr, buf, len); ath6kl_sdio_io()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | sdio.c | 409 ret = sdio_writesb(card->func, ioport, buffer, blk_cnt * blk_size); mwifiex_write_data_sync()
|
Completed in 105 milliseconds