Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef BCM63XX_CS_H
0003 #define BCM63XX_CS_H
0004 
0005 int bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size);
0006 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait,
0007                unsigned int setup, unsigned int hold);
0008 int bcm63xx_set_cs_param(unsigned int cs, u32 flags);
0009 int bcm63xx_set_cs_status(unsigned int cs, int enable);
0010 
0011 #endif /* !BCM63XX_CS_H */