Home
last modified time | relevance | path

Searched refs:zout (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/atm/
H A Dzatm.c129 #define zout(v,r) outl(v,zatm_dev->base+uPD98401_##r*4) macro
145 zout(value,CER); in zpokel()
146 zout(uPD98401_IND_ACC | uPD98401_IA_BALL | in zpokel()
154 zout(uPD98401_IND_ACC | uPD98401_IA_BALL | uPD98401_IA_RW | in zpeekl()
246 zout(virt_to_bus(first),CER); in refill_pool()
247 zout(uPD98401_ADD_BAT | (pool << uPD98401_POOL_SHIFT) | count, in refill_pool()
476 zout(pos & 0xffff,MTA(mbx)); in poll_rx()
513 zout(uPD98401_OPEN_CHAN,CMR); in open_rx_first()
576 zout(uPD98401_NOP,CMR); in close_rx()
578 zout(uPD98401_NOP,CMR); in close_rx()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h3947 char *zout; member
4012 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand() argument
4016 z->zout = zout; in stbi__zexpand()
4018 cur = (int) (z->zout - z->zout_start); in stbi__zexpand()
4026 z->zout = q + cur; in stbi__zexpand()
4047 char *zout = a->zout; in stbi__parse_huffman_block() local
4052 if (zout >= a->zout_end) { in stbi__parse_huffman_block()
4053 if (!stbi__zexpand(a, zout, 1)) return 0; in stbi__parse_huffman_block()
4054 zout = a->zout; in stbi__parse_huffman_block()
4056 *zout++ = (char) z; in stbi__parse_huffman_block()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h3947 char *zout; member
4012 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand() argument
4016 z->zout = zout; in stbi__zexpand()
4018 cur = (int) (z->zout - z->zout_start); in stbi__zexpand()
4026 z->zout = q + cur; in stbi__zexpand()
4047 char *zout = a->zout; in stbi__parse_huffman_block() local
4052 if (zout >= a->zout_end) { in stbi__parse_huffman_block()
4053 if (!stbi__zexpand(a, zout, 1)) return 0; in stbi__parse_huffman_block()
4054 zout = a->zout; in stbi__parse_huffman_block()
4056 *zout++ = (char) z; in stbi__parse_huffman_block()
[all …]