162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef BCM63XX_CS_H 362306a36Sopenharmony_ci#define BCM63XX_CS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciint bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size); 662306a36Sopenharmony_ciint bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, 762306a36Sopenharmony_ci unsigned int setup, unsigned int hold); 862306a36Sopenharmony_ciint bcm63xx_set_cs_param(unsigned int cs, u32 flags); 962306a36Sopenharmony_ciint bcm63xx_set_cs_status(unsigned int cs, int enable); 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#endif /* !BCM63XX_CS_H */ 12