Lines Matching refs:SDIO_FUNC_1
292 bcmsdh_cfg_write(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, clkset, &err); in si_buscore_prep()
297 clkval = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, NULL); in si_buscore_prep()
299 SPINWAIT(((clkval = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, in si_buscore_prep()
308 bcmsdh_cfg_write(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_CHIPCLKCSR, in si_buscore_prep()
315 bcmsdh_cfg_write(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_SDIOPULLUP, 0, NULL); in si_buscore_prep()
654 devctl = bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_DEVICE_CTL, &err); in si_get_sdio_addrbase()
658 bcmsdh_cfg_write(sdh, SDIO_FUNC_1, in si_get_sdio_addrbase()
663 addr |= (bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_SBADDRLOW, NULL) << 8) | in si_get_sdio_addrbase()
664 (bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_SBADDRMID, NULL) << 16) | in si_get_sdio_addrbase()
665 (bcmsdh_cfg_read(sdh, SDIO_FUNC_1, SBSDIO_FUNC1_SBADDRHIGH, NULL) << 24); in si_get_sdio_addrbase()
673 bcmsdh_cfg_write(sdh, SDIO_FUNC_1, SBSDIO_DEVICE_CTL, devctl, &err); in si_get_sdio_addrbase()