18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef BCM63XX_CS_H 38c2ecf20Sopenharmony_ci#define BCM63XX_CS_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciint bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size); 68c2ecf20Sopenharmony_ciint bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, 78c2ecf20Sopenharmony_ci unsigned int setup, unsigned int hold); 88c2ecf20Sopenharmony_ciint bcm63xx_set_cs_param(unsigned int cs, u32 flags); 98c2ecf20Sopenharmony_ciint bcm63xx_set_cs_status(unsigned int cs, int enable); 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#endif /* !BCM63XX_CS_H */ 12