Home
last modified time | relevance | path

Searched refs:bcm63xx_hsspi_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_hsspi.c96 struct bcm63xx_hsspi_priv { struct
107 struct bcm63xx_hsspi_priv *priv = dev_get_priv(bus); in bcm63xx_hsspi_cs_info() argument
119 struct bcm63xx_hsspi_priv *priv = dev_get_priv(bus); in bcm63xx_hsspi_set_mode()
132 struct bcm63xx_hsspi_priv *priv = dev_get_priv(bus); in bcm63xx_hsspi_set_speed()
139 static void bcm63xx_hsspi_activate_cs(struct bcm63xx_hsspi_priv *priv, in bcm63xx_hsspi_activate_cs()
188 static void bcm63xx_hsspi_deactivate_cs(struct bcm63xx_hsspi_priv *priv) in bcm63xx_hsspi_deactivate_cs()
216 struct bcm63xx_hsspi_priv *priv = dev_get_priv(dev->parent); in bcm63xx_hsspi_xfer()
315 struct bcm63xx_hsspi_priv *priv = dev_get_priv(dev->parent); in bcm63xx_hsspi_child_pre_probe()
335 struct bcm63xx_hsspi_priv *priv = dev_get_priv(dev); in bcm63xx_hsspi_probe()
404 .priv_auto_alloc_size = sizeof(struct bcm63xx_hsspi_priv),