| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | smc-ultra.c | 92 struct sk_buff *skb, int ring_offset); 98 struct sk_buff *skb, int ring_offset); 462 ultra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in ultra_block_input() argument 464 void __iomem *xfer_start = ei_status.mem + ring_offset - (START_PG<<8); in ultra_block_input() 469 if (ring_offset + count > ei_status.stop_page*256) { in ultra_block_input() 471 int semi_count = ei_status.stop_page*256 - ring_offset; in ultra_block_input() 514 struct sk_buff *skb, int ring_offset) in ultra_pio_input() argument 520 outb(ring_offset, ioaddr + IOPA); /* Set the address, LSB first. */ in ultra_pio_input() 521 outb(ring_offset >> 8, ioaddr + IOPA); in ultra_pio_input()
|
| H A D | mac8390.c | 138 struct sk_buff *skb, int ring_offset); 152 struct sk_buff *skb, int ring_offset); 160 struct sk_buff *skb, int ring_offset); 722 struct sk_buff *skb, int ring_offset) in sane_block_input() argument 724 unsigned long xfer_base = ring_offset - (WD_START_PG<<8); in sane_block_input() 763 struct sk_buff *skb, int ring_offset) in dayna_block_input() argument 765 unsigned long xfer_base = ring_offset - (WD_START_PG<<8); in dayna_block_input() 805 struct sk_buff *skb, int ring_offset) in slow_sane_block_input() argument 807 unsigned long xfer_base = ring_offset - (WD_START_PG<<8); in slow_sane_block_input()
|
| H A D | hydra.c | 65 struct sk_buff *skb, int ring_offset); 218 struct sk_buff *skb, int ring_offset) in hydra_block_input() argument 222 unsigned long xfer_start = mem_base + ring_offset - (NESM_START_PG<<8); in hydra_block_input()
|
| H A D | ne.c | 182 struct sk_buff *skb, int ring_offset); 613 static void ne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in ne_block_input() argument 634 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne_block_input() 635 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input() 667 if (((ring_offset + xfer_count) & 0xff) == low) in ne_block_input() 673 ring_offset + xfer_count, addr); in ne_block_input()
|
| H A D | apne.c | 85 struct sk_buff *skb, int ring_offset); 435 apne_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in apne_block_input() argument 455 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in apne_block_input() 456 outb(ring_offset >> 8, nic_base + NE_EN0_RSARHI); in apne_block_input()
|
| H A D | xsurf100.c | 160 struct sk_buff *skb, int ring_offset) in xs100_block_input() argument 179 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in xs100_block_input() 180 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in xs100_block_input()
|
| H A D | zorro8390.c | 155 struct sk_buff *skb, int ring_offset) in zorro8390_block_input() argument 175 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in zorro8390_block_input() 176 z_writeb(ring_offset >> 8, nic_base + NE_EN0_RSARHI); in zorro8390_block_input()
|
| H A D | ne2k-pci.c | 181 struct sk_buff *skb, int ring_offset); 540 struct sk_buff *skb, int ring_offset) in ne2k_pci_block_input() argument 559 outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne2k_pci_block_input() 560 outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ne2k_pci_block_input()
|
| H A D | mcf8390.c | 227 struct sk_buff *skb, int ring_offset) in mcf8390_block_input() argument 243 ei_outb(ring_offset & 0xff, addr + NE_EN0_RSARLO); in mcf8390_block_input() 244 ei_outb(ring_offset >> 8, addr + NE_EN0_RSARHI); in mcf8390_block_input()
|
| H A D | wd.c | 58 struct sk_buff *skb, int ring_offset); 438 wd_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in wd_block_input() argument 441 unsigned long offset = ring_offset - (WD_START_PG<<8); in wd_block_input()
|
| H A D | pcnet_cs.c | 1157 struct sk_buff *skb, int ring_offset) in dma_block_input() argument 1176 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in dma_block_input() 1177 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in dma_block_input() 1198 if (((ring_offset + xfer_count) & 0xff) == (addr & 0xff)) in dma_block_input() 1204 ring_offset + xfer_count, addr); in dma_block_input() 1372 struct sk_buff *skb, int ring_offset) in shmem_block_input() argument 1375 unsigned long offset = (TX_PAGES<<8) + ring_offset in shmem_block_input()
|
| H A D | etherh.c | 370 etherh_block_input (struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in etherh_block_input() argument 392 writeb (ring_offset, addr + EN0_RSARLO); in etherh_block_input() 393 writeb (ring_offset >> 8, addr + EN0_RSARHI); in etherh_block_input()
|
| H A D | 8390.h | 77 struct sk_buff *skb, int ring_offset);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/ |
| H A D | r128_ioc32.c | 57 unsigned int ring_offset; member 90 init.ring_offset = init32.ring_offset; in compat_r128_init()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ax88796.h | 34 struct sk_buff *skb, int ring_offset);
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | mach64_drm.h | 220 unsigned long ring_offset; member
|
| H A D | r128_drm.h | 247 unsigned long ring_offset; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | mach64_drm.h | 220 unsigned long ring_offset; member
|
| H A D | r128_drm.h | 247 unsigned long ring_offset; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | mach64_drm.h | 220 unsigned long ring_offset; member
|
| H A D | r128_drm.h | 247 unsigned long ring_offset; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | r128_drm.h | 247 unsigned long ring_offset; member
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | r128_drm.h | 247 unsigned long ring_offset; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amcc/ |
| H A D | crypto4xx_reg_def.h | 169 u32 ring_offset:16; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | r128_drm.h | 247 unsigned long ring_offset; member
|