Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dw83l518dreg.h131 #define WB_FIFO_DEPTH_MASK 0x0f macro
H A Dw83l518d_sdmmc.c400 datalen = fifosts & WB_FIFO_DEPTH_MASK; in wb_sdmmc_transfer_data()
416 datalen = 16 - (fifosts & WB_FIFO_DEPTH_MASK); in wb_sdmmc_transfer_data()