Home
last modified time | relevance | path

Searched refs:HIF_MBOX_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/include/
Dhif_internal.h44 #define HIF_MBOX_BLOCK_SIZE HIF_DEFAULT_IO_BLOCK_SIZE macro
46 #define HIF_MBOX1_BLOCK_SIZE HIF_MBOX_BLOCK_SIZE
47 #define HIF_MBOX2_BLOCK_SIZE HIF_MBOX_BLOCK_SIZE
48 #define HIF_MBOX3_BLOCK_SIZE HIF_MBOX_BLOCK_SIZE
/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/
Dhif_scatter.c105 data.blksz = HIF_MBOX_BLOCK_SIZE; in DoHifReadWriteScatter()
106 data.blocks = pReq->TotalLength / HIF_MBOX_BLOCK_SIZE; in DoHifReadWriteScatter()
Dhif.c187 length = (length / HIF_MBOX_BLOCK_SIZE) * HIF_MBOX_BLOCK_SIZE; in __HIFReadWrite()
1032 ret = sdio_set_block_size(func, HIF_MBOX_BLOCK_SIZE); in hifEnableFunc()
1036 __FUNCTION__, HIF_MBOX_BLOCK_SIZE, ret)); in hifEnableFunc()