Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dsdio.h171 #define SDIO_FBR_BASE(f) ((f) * 0x100) /* base of function f's FBRs */ macro
/linux/drivers/mmc/core/
H A Dsdio_io.c172 SDIO_FBR_BASE(func->num) + SDIO_FBR_BLKSIZE, in sdio_set_block_size()
177 SDIO_FBR_BASE(func->num) + SDIO_FBR_BLKSIZE + 1, in sdio_set_block_size()
H A Dsdio_cis.c263 SDIO_FBR_BASE(fn) + SDIO_FBR_CIS + i, 0, &x); in sdio_read_cis()