Lines Matching refs:setup
133 u8 setup, ier;
138 setup = wbsd_read_index(host, WBSD_IDX_SETUP);
139 setup |= WBSD_FIFO_RESET | WBSD_SOFT_RESET;
140 wbsd_write_index(host, WBSD_IDX_SETUP, setup);
145 setup &= ~WBSD_DAT3_H;
146 wbsd_write_index(host, WBSD_IDX_SETUP, setup);
192 u8 setup;
199 setup = wbsd_read_index(host, WBSD_IDX_SETUP);
200 setup |= WBSD_SOFT_RESET;
201 wbsd_write_index(host, WBSD_IDX_SETUP, setup);
533 u8 setup;
587 setup = wbsd_read_index(host, WBSD_IDX_SETUP);
588 setup |= WBSD_FIFO_RESET;
589 wbsd_write_index(host, WBSD_IDX_SETUP, setup);
840 u8 clk, setup, pwr;
883 setup = wbsd_read_index(host, WBSD_IDX_SETUP);
886 setup |= WBSD_DAT3_H;
889 if (setup & WBSD_DAT3_H) {
890 setup &= ~WBSD_DAT3_H;
899 wbsd_write_index(host, WBSD_IDX_SETUP, setup);
1633 * Devices setup and shutdown *