Searched refs:intr_extn (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.h | 228 bool intr_extn; member
|
| H A D | dhd_config.c | 2953 conf->intr_extn = FALSE; in dhd_conf_read_sdio_params() 2955 conf->intr_extn = TRUE; in dhd_conf_read_sdio_params() 2956 CONFIG_MSG("intr_extn = %d\n", conf->intr_extn); in dhd_conf_read_sdio_params() 3665 conf->intr_extn = FALSE; in dhd_conf_preinit() 3751 conf->intr_extn = TRUE; in dhd_conf_preinit()
|
| H A D | dhd_sdio.c | 5417 int intr_extn; in dhd_bus_init() local 5479 if (dhdp->conf->intr_extn) { in dhd_bus_init() 5480 intr_extn = bcmsdh_cfg_read(bus->sdh, SDIO_FUNC_0, SDIOD_CCCR_INTR_EXTN, NULL); in dhd_bus_init() 5481 if (intr_extn & 0x1) { in dhd_bus_init() 5482 intr_extn |= 0x2; in dhd_bus_init() 5483 bcmsdh_cfg_write(bus->sdh, SDIO_FUNC_0, SDIOD_CCCR_INTR_EXTN, intr_extn, NULL); in dhd_bus_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 278 bool intr_extn; member
|
| H A D | dhd_config.c | 3950 conf->intr_extn = FALSE; in dhd_conf_read_sdio_params() 3952 conf->intr_extn = TRUE; in dhd_conf_read_sdio_params() 3953 CONFIG_MSG("intr_extn = %d\n", conf->intr_extn); in dhd_conf_read_sdio_params() 4937 conf->intr_extn = FALSE; in dhd_conf_preinit() 5076 conf->intr_extn = TRUE; in dhd_conf_preinit()
|
| H A D | dhd_sdio.c | 5899 int intr_extn; in dhd_bus_init() local 5998 if (dhdp->conf->intr_extn) { in dhd_bus_init() 5999 intr_extn = bcmsdh_cfg_read(bus->sdh, SDIO_FUNC_0, SDIOD_CCCR_INTR_EXTN, NULL); in dhd_bus_init() 6000 if (intr_extn & 0x1) { in dhd_bus_init() 6001 intr_extn |= 0x2; in dhd_bus_init() 6002 bcmsdh_cfg_write(bus->sdh, SDIO_FUNC_0, SDIOD_CCCR_INTR_EXTN, intr_extn, NULL); in dhd_bus_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 279 bool intr_extn; member
|
| H A D | dhd_config.c | 4075 conf->intr_extn = FALSE; in dhd_conf_read_sdio_params() 4077 conf->intr_extn = TRUE; in dhd_conf_read_sdio_params() 4078 CONFIG_MSG("intr_extn = %d\n", conf->intr_extn); in dhd_conf_read_sdio_params() 5123 conf->intr_extn = FALSE; in dhd_conf_preinit() 5264 conf->intr_extn = TRUE; in dhd_conf_preinit()
|
| H A D | dhd_sdio.c | 5910 int intr_extn; in dhd_bus_init() local 6009 if (dhdp->conf->intr_extn) { in dhd_bus_init() 6010 intr_extn = bcmsdh_cfg_read(bus->sdh, SDIO_FUNC_0, SDIOD_CCCR_INTR_EXTN, NULL); in dhd_bus_init() 6011 if (intr_extn & 0x1) { in dhd_bus_init() 6012 intr_extn |= 0x2; in dhd_bus_init() 6013 bcmsdh_cfg_write(bus->sdh, SDIO_FUNC_0, SDIOD_CCCR_INTR_EXTN, intr_extn, NULL); in dhd_bus_init()
|