Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dwbsd.c136 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_init_device()
138 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_init_device()
144 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_init_device()
197 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_reset()
199 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_reset()
585 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_prepare_data()
587 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_prepare_data()
881 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_set_ios()
897 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_set_ios()
Dwbsd.h76 #define WBSD_IDX_SETUP 0x06 macro