Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dw83l518d_sdmmc.c139 while ((wb_read(wb, WB_SD_FIFOSTS) & WB_FIFO_EMPTY) == 0) in wb_sdmmc_enable()
140 wb_read(wb, WB_SD_FIFO); in wb_sdmmc_enable()
158 val = wb_read(wb, WB_SD_CSR); in wb_sdmmc_disable()
241 rv = (wb_read(wb, WB_SD_CSR) & WB_CSR_CARD_PRESENT) ? 1 : 0; in wb_sdmmc_card_detect()
256 rv = (wb_read(wb, WB_SD_CSR) & WB_CSR_WRITE_PROTECT) ? 1 : 0; in wb_sdmmc_write_protect()
384 fifosts = wb_read(wb, WB_SD_FIFOSTS); in wb_sdmmc_transfer_data()
388 fifosts = wb_read(wb, WB_SD_FIFOSTS); in wb_sdmmc_transfer_data()
404 fifosts = wb_read(wb, WB_SD_FIFOSTS); in wb_sdmmc_transfer_data()
584 val = wb_read(wb, WB_SD_INTSTS); in wb_sdmmc_intr()
622 val = wb_read(wb, WB_SD_CSR); in wb_sdmmc_resume()
Dw83l518d.c61 wb_read(struct wb_softc *wb, uint8_t reg) in wb_read() function
77 val = wb_read(wb, WB_SD_CSR); in wb_led()
Dw83l518dvar.h57 uint8_t wb_read(struct wb_softc *, uint8_t);