Home
last modified time | relevance | path

Searched refs:wb_sdmmc_width (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dw83l518d_sdmmc.c173 wb->wb_sdmmc_width = 1; in wb_sdmmc_attach()
307 wb->wb_sdmmc_width = width; in wb_sdmmc_bus_width()
474 blklen = blklen + 2 * wb->wb_sdmmc_width; in wb_sdmmc_exec_command()
476 ((blklen >> 4) & 0xf0) | (wb->wb_sdmmc_width / 4)); in wb_sdmmc_exec_command()
H A Dw83l518dvar.h43 int wb_sdmmc_width; member