| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A 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()
|
| H A D | h8300_tpu.c | 37 tcnt = ioread16be(p->mapbase1 + TCNT) << 16; in read_tcnt32() 38 tcnt |= ioread16be(p->mapbase2 + TCNT); in read_tcnt32()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | iomap.c | 23 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function 27 EXPORT_SYMBOL(ioread16be);
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | iomap.c | 26 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function 40 EXPORT_SYMBOL(ioread16be);
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | fsl_ucc_hdlc.c | 403 bd_status = ioread16be(&bd->status); in ucc_hdlc_tx() 462 bd_status = ioread16be(&bd->status); in hdlc_tx_done() 506 bd_status = ioread16be(&bd->status); in hdlc_tx_done() 528 bd_status = ioread16be(&bd->status); in hdlc_rx_done() 552 length = ioread16be(&bd->length); in hdlc_rx_done() 611 bd_status = ioread16be(&bd->status); in hdlc_rx_done() 742 qe_muram_free(ioread16be(&priv->ucc_pram->riptr)); in uhdlc_memclean() 743 qe_muram_free(ioread16be(&priv->ucc_pram->tiptr)); in uhdlc_memclean()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | os.h | 7 #define ioread16_native ioread16be
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 776 #ifndef ioread16be 777 #define ioread16be ioread16be macro 778 static inline u16 ioread16be(const volatile void __iomem *addr) in ioread16be() function
|
| H A D | iomap.h | 31 extern unsigned int ioread16be(const void __iomem *);
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iomap.c | 83 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function 100 EXPORT_SYMBOL(ioread16be);
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | iomap.c | 314 unsigned int ioread16be(const void __iomem *addr) in ioread16be() function 541 EXPORT_SYMBOL(ioread16be);
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | io.h | 40 #define ioread16be(p) ({ u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; }) macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | io.h | 202 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(__v); __… macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | health.c | 403 mlx5_core_err(dev, "ext_synd 0x%04x\n", ioread16be(&h->ext_synd)); in print_health_info() 497 ioread16be(&h->ext_synd)); in mlx5_fw_reporter_heath_buffer_data_put()
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regmap-mmio.c | 149 return ioread16be(ctx->regs + reg); in regmap_mmio_read16be()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 419 #define ioread16be __raw_readw macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | io.h | 407 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; … macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fsl_ifc.h | 872 val = ioread16be(addr); in ifc_in16()
|
| /OK3568_Linux_fs/kernel/drivers/vfio/pci/ |
| H A D | vfio_pci_rdwr.c | 34 #define vfio_ioread16 ioread16be
|
| /OK3568_Linux_fs/kernel/drivers/ipack/ |
| H A D | ipack.c | 383 dev->id_avail = ioread16be(idmem + 0x16); in ipack_device_read_id()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | io.h | 492 #define ioread16be(p) swab16(ioread16(p)) macro
|
| /OK3568_Linux_fs/kernel/drivers/w1/masters/ |
| H A D | ds1wm.c | 156 val = ioread16be(ds1wm_data->map + (reg << 1)); in ds1wm_read_register()
|
| /OK3568_Linux_fs/kernel/drivers/fsi/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/soc/fsl/qe/ |
| H A D | qe.h | 255 #define qe_ioread16be(addr) ioread16be(addr)
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-bcm63xx.c | 164 return ioread16be(bs->regs + bs->reg_offsets[offset]); in bcm_spi_readw()
|