Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-iproc-qspi.c115 priv->big_endian = of_device_is_big_endian(dev->of_node); in bcm_iproc_probe()
Dspi-fsl-dspi.c1329 big_endian = of_device_is_big_endian(np); in dspi_probe()
Dspi-bcm-qspi.c1536 qspi->big_endian = of_device_is_big_endian(dev->of_node); in bcm_qspi_probe()
/Linux-v6.6/drivers/irqchip/
Dirq-ls-extirq.c206 priv->big_endian = of_device_is_big_endian(node->parent); in ls_extirq_of_init()
/Linux-v6.6/drivers/tty/serial/8250/
D8250_of.c108 port->iotype = of_device_is_big_endian(np) ? in of_platform_serial_setup()
D8250_dw.c468 if (of_device_is_big_endian(np)) { in dw8250_quirks()
D8250_bcm7271.c1053 up.port.iotype = of_device_is_big_endian(np) ? in brcmuart_probe()
/Linux-v6.6/drivers/pmdomain/bcm/
Dbcm-pmb.c294 pmb->little_endian = !of_device_is_big_endian(dev->of_node); in bcm_pmb_probe()
/Linux-v6.6/drivers/bus/
Dbrcmstb_gisb.c429 gdev->big_endian = of_device_is_big_endian(dn); in brcmstb_gisb_arb_probe()
/Linux-v6.6/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-v6.6/include/linux/
Dof.h353 extern bool of_device_is_big_endian(const struct device_node *device);
587 static inline bool of_device_is_big_endian(const struct device_node *device) in of_device_is_big_endian() function
/Linux-v6.6/drivers/of/
Dbase.c501 bool of_device_is_big_endian(const struct device_node *device) in of_device_is_big_endian() function
510 EXPORT_SYMBOL(of_device_is_big_endian);
/Linux-v6.6/drivers/gpio/
Dgpio-mmio.c715 if (of_device_is_big_endian(pdev->dev.of_node)) in bgpio_parse_dt()
/Linux-v6.6/drivers/i2c/busses/
Di2c-ocores.c652 of_device_is_big_endian(pdev->dev.of_node); in ocores_i2c_probe()
/Linux-v6.6/drivers/net/ethernet/
Dethoc.c1122 of_device_is_big_endian(pdev->dev.of_node); in ethoc_probe()