Home
last modified time | relevance | path

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

/Linux-v4.19/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()
590 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_prepare_data()
592 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_prepare_data()
886 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_set_ios()
902 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_set_ios()
Dwbsd.h80 #define WBSD_IDX_SETUP 0x06 macro