s3c64xx_spi_port_config
static inline const struct s3c64xx_spi_port_config *s3c64xx_spi_get_port_config(
return (const struct s3c64xx_spi_port_config *)platform_get_device_id(pdev)->driver_data;
const struct s3c64xx_spi_port_config *port_conf = sdd->port_conf;
const struct s3c64xx_spi_port_config *port_conf = sdd->port_conf;
static const struct s3c64xx_spi_port_config s3c6410_spi_port_config = {
static const struct s3c64xx_spi_port_config s5pv210_spi_port_config = {
static const struct s3c64xx_spi_port_config exynos4_spi_port_config = {
static const struct s3c64xx_spi_port_config exynos7_spi_port_config = {
static const struct s3c64xx_spi_port_config exynos5433_spi_port_config = {
static const struct s3c64xx_spi_port_config exynos850_spi_port_config = {
static const struct s3c64xx_spi_port_config exynosautov9_spi_port_config = {
static const struct s3c64xx_spi_port_config fsd_spi_port_config = {
static const struct s3c64xx_spi_port_config gs101_spi_port_config = {
const struct s3c64xx_spi_port_config *port_conf;