Searched refs:alow_flags (Results 1 – 2 of 2) sorted by relevance
717 bool alow = pinfo->alow_flags[cs]; in fsl_spi_cs_control()746 pinfo->alow_flags = kzalloc(ngpios * sizeof(*pinfo->alow_flags), in of_fsl_spi_get_chipselects()748 if (!pinfo->alow_flags) { in of_fsl_spi_get_chipselects()771 pinfo->alow_flags[i] = flags & OF_GPIO_ACTIVE_LOW; in of_fsl_spi_get_chipselects()774 pinfo->alow_flags[i]); in of_fsl_spi_get_chipselects()794 kfree(pinfo->alow_flags); in of_fsl_spi_get_chipselects()795 pinfo->alow_flags = NULL; in of_fsl_spi_get_chipselects()817 kfree(pinfo->alow_flags); in of_fsl_spi_free_chipselects()
105 bool *alow_flags; member