/Linux-v5.10/drivers/clocksource/ |
D | h8300_timer16.c | 47 v1 = ioread16be(p->mapbase + TCNT); in timer16_get_counter() 48 v2 = ioread16be(p->mapbase + TCNT); in timer16_get_counter() 49 v3 = ioread16be(p->mapbase + TCNT); in timer16_get_counter()
|
D | h8300_tpu.c | 37 tcnt = ioread16be(p->mapbase1 + TCNT) << 16; in read_tcnt32() 38 tcnt |= ioread16be(p->mapbase2 + TCNT); in read_tcnt32()
|
/Linux-v5.10/arch/sh/kernel/ |
D | iomap.c | 23 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function 27 EXPORT_SYMBOL(ioread16be);
|
/Linux-v5.10/drivers/net/dsa/b53/ |
D | b53_mmap.c | 50 *val = ioread16be(regs + (page << 8) + reg); in b53_mmap_read16() 86 lo = ioread16be(regs + (page << 8) + reg); in b53_mmap_read48() 100 hi = ioread16be(regs + (page << 8) + reg + 4); in b53_mmap_read48()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | iomap.c | 26 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function 40 EXPORT_SYMBOL(ioread16be);
|
/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | os.h | 7 #define ioread16_native ioread16be
|
/Linux-v5.10/drivers/net/wan/ |
D | fsl_ucc_hdlc.c | 399 bd_status = ioread16be(&bd->status); in ucc_hdlc_tx() 458 bd_status = ioread16be(&bd->status); in hdlc_tx_done() 502 bd_status = ioread16be(&bd->status); in hdlc_tx_done() 524 bd_status = ioread16be(&bd->status); in hdlc_rx_done() 548 length = ioread16be(&bd->length); in hdlc_rx_done() 607 bd_status = ioread16be(&bd->status); in hdlc_rx_done() 738 qe_muram_free(ioread16be(&priv->ucc_pram->riptr)); in uhdlc_memclean() 739 qe_muram_free(ioread16be(&priv->ucc_pram->tiptr)); in uhdlc_memclean()
|
/Linux-v5.10/include/asm-generic/ |
D | io.h | 776 #ifndef ioread16be 777 #define ioread16be ioread16be macro 778 static inline u16 ioread16be(const volatile void __iomem *addr) in ioread16be() function
|
D | iomap.h | 31 extern unsigned int ioread16be(const void __iomem *);
|
/Linux-v5.10/lib/ |
D | iomap.c | 83 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function 100 EXPORT_SYMBOL(ioread16be);
|
/Linux-v5.10/arch/parisc/lib/ |
D | iomap.c | 314 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function 525 EXPORT_SYMBOL(ioread16be);
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | io.h | 186 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(__v); __… macro
|
/Linux-v5.10/arch/arc/include/asm/ |
D | io.h | 40 #define ioread16be(p) ({ u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; }) macro
|
/Linux-v5.10/drivers/base/regmap/ |
D | regmap-mmio.c | 149 return ioread16be(ctx->regs + reg); in regmap_mmio_read16be()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 398 mlx5_core_err(dev, "ext_synd 0x%04x\n", ioread16be(&h->ext_synd)); in print_health_info() 492 ioread16be(&h->ext_synd)); in mlx5_fw_reporter_heath_buffer_data_put()
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | io_64.h | 419 #define ioread16be __raw_readw macro
|
/Linux-v5.10/arch/arm/include/asm/ |
D | io.h | 407 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; … macro
|
/Linux-v5.10/drivers/vfio/pci/ |
D | vfio_pci_rdwr.c | 34 #define vfio_ioread16 ioread16be
|
/Linux-v5.10/include/linux/ |
D | fsl_ifc.h | 872 val = ioread16be(addr); in ifc_in16()
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | io.h | 492 #define ioread16be(p) swab16(ioread16(p)) macro
|
/Linux-v5.10/drivers/ipack/ |
D | ipack.c | 383 dev->id_avail = ioread16be(idmem + 0x16); in ipack_device_read_id()
|
/Linux-v5.10/drivers/w1/masters/ |
D | ds1wm.c | 156 val = ioread16be(ds1wm_data->map + (reg << 1)); in ds1wm_read_register()
|
/Linux-v5.10/drivers/spi/ |
D | spi-bcm63xx.c | 164 return ioread16be(bs->regs + bs->reg_offsets[offset]); in bcm_spi_readw()
|
/Linux-v5.10/include/soc/fsl/qe/ |
D | qe.h | 255 #define qe_ioread16be(addr) ioread16be(addr)
|
/Linux-v5.10/drivers/fsi/ |
D | fsi-master-ast-cf.c | 884 fw_vers = ioread16be(master->cf_mem + HDR_OFFSET + HDR_FW_VERS); in check_firmware_image() 885 fw_api = ioread16be(master->cf_mem + HDR_OFFSET + HDR_API_VERS); in check_firmware_image()
|