Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dwbsd.c141 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_init_device()
143 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_init_device()
149 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_init_device()
202 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_reset()
204 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_reset()
598 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_prepare_data()
600 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_prepare_data()
896 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_set_ios()
912 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_set_ios()
Dwbsd.h80 #define WBSD_IDX_SETUP 0x06 macro