| /linux/drivers/dma/ |
| H A D | fsl-edma-common.h | 266 bool big_endian; member 376 if (edma->big_endian) { in edma_readq() 394 if (edma->big_endian) in edma_readl() 408 if (edma->big_endian) in edma_readw() 422 if (edma->big_endian) in edma_writeb() 434 if (edma->big_endian) in edma_writew() 445 if (edma->big_endian) in edma_writel() 456 if (edma->big_endian) { in edma_writeq()
|
| H A D | ste_dma40.h | 71 bool big_endian; member
|
| H A D | ste_dma40_ll.c | 124 if (cfg->src_info.big_endian) in d40_phy_cfg() 126 if (cfg->dst_info.big_endian) in d40_phy_cfg()
|
| H A D | fsl-edma-main.c | 775 fsl_edma->big_endian = of_property_read_bool(np, "big-endian"); in fsl_edma_probe()
|
| H A D | ste_dma40.c | 2384 cfg.dst_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags); in d40_xlate() 2388 cfg.src_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags); in d40_xlate()
|
| /linux/drivers/irqchip/ |
| H A D | irq-ls-extirq.c | 20 bool big_endian; member 37 if (priv->big_endian) in ls_extirq_intpcr_rmw() 45 if (priv->big_endian) in ls_extirq_intpcr_rmw() 202 priv->big_endian = of_device_is_big_endian(node->parent); in ls_extirq_probe()
|
| /linux/drivers/rtc/ |
| H A D | rtc-fsl-ftm-alarm.c | 41 bool big_endian; member 47 if (dev->big_endian) in rtc_readl() 55 if (dev->big_endian) in rtc_writel() 279 rtc->big_endian = in ftm_rtc_probe()
|
| /linux/drivers/counter/ |
| H A D | ftm-quaddec.c | 31 bool big_endian; member 37 if (ftm->big_endian) in ftm_read() 45 if (ftm->big_endian) in ftm_write() 280 ftm->big_endian = of_property_read_bool(node, "big-endian"); in ftm_quaddec_probe()
|
| /linux/drivers/clocksource/ |
| H A D | timer-fsl-ftm.c | 27 bool big_endian; member 34 if (priv->big_endian) in ftm_readl() 42 if (priv->big_endian) in ftm_writel() 327 priv->big_endian = of_property_read_bool(np, "big-endian"); in ftm_timer_init()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pci-layerscape-ep.c | 49 bool big_endian; member 56 if (pcie->big_endian) in ls_pcie_pf_lut_readl() 66 if (pcie->big_endian) in ls_pcie_pf_lut_writel() 269 pcie->big_endian = of_property_read_bool(dev->of_node, "big-endian"); in ls_pcie_ep_probe()
|
| /linux/drivers/bus/ |
| H A D | brcmstb_gisb.c | 144 bool big_endian; member 166 if (gdev->big_endian) in gisb_read() 199 if (gdev->big_endian) in gisb_write() 442 gdev->big_endian = of_device_is_big_endian(dn); in brcmstb_gisb_arb_probe()
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-mmio.c | 20 bool big_endian; member 189 if (ctx->big_endian && (ctx->val_bytes > 1)) { in regmap_mmio_noinc_write() 363 if (ctx->big_endian && (ctx->val_bytes > 1)) { in regmap_mmio_noinc_read() 493 ctx->big_endian = true; in regmap_mmio_gen_context()
|
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | union.py | 12 from xdr_ast import _XdrDeclaration, _XdrCaseSpec, public_apis, big_endian 199 node.discriminant.spec.type_name in big_endian, 319 node.discriminant.spec.type_name in big_endian,
|
| /linux/include/net/ |
| H A D | ethoc.h | 20 bool big_endian; member
|
| /linux/include/linux/platform_data/ |
| H A D | b53.h | 33 unsigned big_endian:1; member
|
| H A D | i2c-ocores.h | 16 bool big_endian; /* registers are big endian */ member
|
| /linux/include/linux/ |
| H A D | bcm963xx_tag.h | 58 char big_endian[ENDIANFLAG_LEN]; member
|
| /linux/arch/microblaze/kernel/ |
| H A D | head.S | 88 beqid r11, big_endian /* DO NOT break delay stop dependency */ 91 big_endian: label
|
| /linux/arch/arm64/kernel/ |
| H A D | armv8_deprecated.c | 349 static int compat_setend_handler(struct pt_regs *regs, u32 big_endian) in compat_setend_handler() argument 355 if (big_endian) { in compat_setend_handler()
|
| /linux/arch/xtensa/platforms/xtfpga/ |
| H A D | setup.c | 188 .big_endian = XCHAL_HAVE_BE,
|
| /linux/drivers/spi/ |
| H A D | spi-bcm-qspi.c | 245 bool big_endian; member 306 return bcm_qspi_readl(qspi->big_endian, qspi->base[type] + offset); in bcm_qspi_read() 313 bcm_qspi_writel(qspi->big_endian, data, qspi->base[type] + offset); in bcm_qspi_write() 1535 qspi->big_endian = of_device_is_big_endian(dev->of_node); in bcm_qspi_probe()
|
| H A D | spi-fsl-dspi.c | 1537 bool big_endian; in dspi_probe() local 1571 big_endian = true; in dspi_probe() 1591 big_endian = of_device_is_big_endian(np); in dspi_probe() 1593 if (big_endian) { in dspi_probe()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| H A D | base.c | 3114 const bool big_endian = true; in nvkm_device_endianness() local 3116 const bool big_endian = false; in nvkm_device_endianness() 3124 return !big_endian; /* Assume GPU is LE in this case. */ in nvkm_device_endianness() 3129 if (big_endian == !pmc_boot_1) { in nvkm_device_endianness() 3132 if (nvkm_rd32(device, 0x000004) != (big_endian ? 0x01000001 : 0x00000000)) in nvkm_device_endianness() 3133 return !big_endian; /* Assume GPU is LE on any unexpected read-back. */ in nvkm_device_endianness()
|
| /linux/drivers/crypto/ |
| H A D | omap-sham.c | 328 int i, d, big_endian = 0; in omap_sham_copy_ready_hash() local 340 big_endian = 1; in omap_sham_copy_ready_hash() 359 if (big_endian) in omap_sham_copy_ready_hash()
|