Lines Matching refs:master
88 struct spi_master *master; in mpc8xxx_spi_probe() local
91 master = dev_get_drvdata(dev); in mpc8xxx_spi_probe()
94 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH in mpc8xxx_spi_probe()
97 master->dev.of_node = dev->of_node; in mpc8xxx_spi_probe()
99 mpc8xxx_spi = spi_master_get_devdata(master); in mpc8xxx_spi_probe()
110 master->bus_num = pdata->bus_num; in mpc8xxx_spi_probe()
111 master->num_chipselect = pdata->max_chipselect; in mpc8xxx_spi_probe()
120 struct spi_master *master; in mpc8xxx_spi_remove() local
122 master = dev_get_drvdata(dev); in mpc8xxx_spi_remove()
123 mpc8xxx_spi = spi_master_get_devdata(master); in mpc8xxx_spi_remove()
125 spi_unregister_master(master); in mpc8xxx_spi_remove()