/Linux-v4.19/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-v4.19/arch/sh/kernel/ |
D | iomap.c | 26 unsigned int ioread16be(void __iomem *addr) in ioread16be() function 30 EXPORT_SYMBOL(ioread16be);
|
/Linux-v4.19/arch/mips/lib/ |
D | iomap.c | 43 unsigned int ioread16be(void __iomem *addr) in ioread16be() function 48 EXPORT_SYMBOL(ioread16be);
|
/Linux-v4.19/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-v4.19/arch/powerpc/kernel/ |
D | iomap.c | 26 unsigned int ioread16be(void __iomem *addr) in ioread16be() function 40 EXPORT_SYMBOL(ioread16be);
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | os.h | 7 #define ioread16_native ioread16be
|
/Linux-v4.19/include/asm-generic/ |
D | iomap.h | 31 extern unsigned int ioread16be(void __iomem *);
|
D | io.h | 759 #ifndef ioread16be 760 #define ioread16be ioread16be macro 761 static inline u16 ioread16be(const volatile void __iomem *addr) in ioread16be() function
|
/Linux-v4.19/lib/ |
D | iomap.c | 82 unsigned int ioread16be(void __iomem *addr) in ioread16be() function 99 EXPORT_SYMBOL(ioread16be);
|
/Linux-v4.19/include/soc/fsl/qe/ |
D | qe.h | 251 #define qe_setbits16(_addr, _v) iowrite16be(ioread16be(_addr) | (_v), (_addr)) 252 #define qe_clrbits16(_addr, _v) iowrite16be(ioread16be(_addr) & ~(_v), (_addr)) 260 iowrite16be((ioread16be(addr) & ~(clear)) | (set), (addr))
|
/Linux-v4.19/drivers/net/wan/ |
D | fsl_ucc_hdlc.c | 387 bd_status = ioread16be(&bd->status); in ucc_hdlc_tx() 431 bd_status = ioread16be(&bd->status); in hdlc_tx_done() 464 bd_status = ioread16be(&bd->status); in hdlc_tx_done() 482 bd_status = ioread16be(&bd->status); in hdlc_rx_done() 495 length = ioread16be(&bd->length); in hdlc_rx_done() 553 bd_status = ioread16be(&bd->status); in hdlc_rx_done()
|
/Linux-v4.19/arch/parisc/lib/ |
D | iomap.c | 286 unsigned int ioread16be(void __iomem *addr) in ioread16be() function 449 EXPORT_SYMBOL(ioread16be);
|
/Linux-v4.19/arch/arc/include/asm/ |
D | io.h | 46 #define ioread16be(p) ({ u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; }) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | io.h | 188 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; … macro
|
/Linux-v4.19/drivers/base/regmap/ |
D | regmap-mmio.c | 161 return ioread16be(ctx->regs + reg); in regmap_mmio_read16be()
|
/Linux-v4.19/drivers/vfio/pci/ |
D | vfio_pci_rdwr.c | 37 #define vfio_ioread16 ioread16be
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 258 dev_err(&dev->pdev->dev, "ext_synd 0x%04x\n", ioread16be(&h->ext_synd)); in print_health_info()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | io_64.h | 421 #define ioread16be __raw_readw macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | io.h | 429 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; … macro
|
/Linux-v4.19/include/linux/ |
D | fsl_ifc.h | 883 val = ioread16be(addr); in ifc_in16()
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | io.h | 496 #define ioread16be(p) be16_to_cpu(ioread16(p)) macro
|
/Linux-v4.19/drivers/ipack/ |
D | ipack.c | 386 dev->id_avail = ioread16be(idmem + 0x16); in ipack_device_read_id()
|
/Linux-v4.19/drivers/w1/masters/ |
D | ds1wm.c | 156 val = ioread16be(ds1wm_data->map + (reg << 1)); in ds1wm_read_register()
|
/Linux-v4.19/drivers/spi/ |
D | spi-bcm63xx.c | 172 return ioread16be(bs->regs + bs->reg_offsets[offset]); in bcm_spi_readw()
|