Searched refs:WBSD_IDX_SETUP (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/mmc/host/ |
D | wbsd.c | 138 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_init_device() 140 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_init_device() 146 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_init_device() 199 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_reset() 201 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_reset() 587 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_prepare_data() 589 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_prepare_data() 883 setup = wbsd_read_index(host, WBSD_IDX_SETUP); in wbsd_set_ios() 899 wbsd_write_index(host, WBSD_IDX_SETUP, setup); in wbsd_set_ios()
|
D | wbsd.h | 76 #define WBSD_IDX_SETUP 0x06 macro
|