Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-iproc-qspi.c118 priv->big_endian = of_device_is_big_endian(dev->of_node); in bcm_iproc_probe()
Dspi-bcm-qspi.c1238 qspi->big_endian = of_device_is_big_endian(dev->of_node); in bcm_qspi_probe()
/Linux-v5.4/drivers/tty/serial/8250/
D8250_of.c121 port->iotype = of_device_is_big_endian(np) ? in of_platform_serial_setup()
D8250_dw.c361 if (of_device_is_big_endian(p->dev->of_node)) { in dw8250_quirks()
/Linux-v5.4/drivers/bus/
Dbrcmstb_gisb.c345 gdev->big_endian = of_device_is_big_endian(dn); in brcmstb_gisb_arb_probe()
/Linux-v5.4/drivers/phy/lantiq/
Dphy-lantiq-vrx200-pcie.c252 if (of_device_is_big_endian(priv->dev->of_node)) in ltq_vrx200_pcie_phy_init()
/Linux-v5.4/include/linux/
Dof.h348 extern bool of_device_is_big_endian(const struct device_node *device);
686 static inline bool of_device_is_big_endian(const struct device_node *device) in of_device_is_big_endian() function
/Linux-v5.4/drivers/gpio/
Dgpio-mmio.c691 if (of_device_is_big_endian(pdev->dev.of_node)) in bgpio_parse_dt()
/Linux-v5.4/drivers/of/
Dbase.c668 bool of_device_is_big_endian(const struct device_node *device) in of_device_is_big_endian() function
677 EXPORT_SYMBOL(of_device_is_big_endian);
/Linux-v5.4/drivers/i2c/busses/
Di2c-ocores.c661 of_device_is_big_endian(pdev->dev.of_node); in ocores_i2c_probe()
/Linux-v5.4/drivers/net/ethernet/
Dethoc.c1121 of_device_is_big_endian(pdev->dev.of_node); in ethoc_probe()