Searched refs:chip_cs (Results 1 – 1 of 1) sorted by relevance
1913 int chip_cs, mem_region, ret, irq; in stm32_fmc2_nfc_probe() local1953 for (chip_cs = 0, mem_region = start_region; chip_cs < nfc->data->max_ncs; in stm32_fmc2_nfc_probe()1954 chip_cs++, mem_region += 3) { in stm32_fmc2_nfc_probe()1955 if (!(nfc->cs_assigned & BIT(chip_cs))) in stm32_fmc2_nfc_probe()1960 if (IS_ERR(nfc->data_base[chip_cs])) in stm32_fmc2_nfc_probe()1966 if (IS_ERR(nfc->cmd_base[chip_cs])) in stm32_fmc2_nfc_probe()1970 if (IS_ERR(nfc->addr_base[chip_cs])) in stm32_fmc2_nfc_probe()2095 int chip_cs, ret; in stm32_fmc2_nfc_resume() local2109 for (chip_cs = 0; chip_cs < nfc->data->max_ncs; chip_cs++) { in stm32_fmc2_nfc_resume()2110 if (!(nfc->cs_assigned & BIT(chip_cs))) in stm32_fmc2_nfc_resume()[all …]