Searched refs:offset_in (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | eth.c | 298 muram_writew(&rxqd->offset_in, 0); in fm_eth_rx_port_parameter_init() 366 muram_writew(&txqd->offset_in, 0); in fm_eth_tx_port_parameter_init() 520 u16 offset_in; in fm_eth_send() local 545 offset_in = muram_readw(&pram->txqd.offset_in); in fm_eth_send() 546 offset_in += sizeof(struct fm_port_bd); in fm_eth_send() 547 if (offset_in >= muram_readw(&pram->txqd.bd_ring_size)) in fm_eth_send() 548 offset_in = 0; in fm_eth_send() 549 muram_writew(&pram->txqd.offset_in, offset_in); in fm_eth_send()
|
| H A D | fm.h | 67 u16 offset_in; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 475 off_t offset_out, offset_in; in test4_lseek() local 479 offset_in = 0x123456789abcdef0; in test4_lseek() 480 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek() 481 if (offset_out != offset_in) { in test4_lseek() 487 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek() 497 if (offset_out != offset_in) { in test4_lseek() 503 if (offset_out != (offset_in + OFFSET_ADD)) { in test4_lseek() 509 if (offset_out != (offset_in + OFFSET_ADD + OFFSET_SUBTRACT)) { in test4_lseek()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/ |
| H A D | meson_overlay.c | 198 int offset_in = 0; in meson_overlay_get_vertical_phase() local 205 while ((offset_in + (4 << 8)) <= offset_out) { in meson_overlay_get_vertical_phase() 207 offset_in += 4 << 8; in meson_overlay_get_vertical_phase() 210 *phase = (offset_out - offset_in) >> 2; in meson_overlay_get_vertical_phase()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | rtl.h | 2125 poly_uint16 offset_in, in subreg_shape() argument 2127 : inner_mode (inner_mode_in), offset (offset_in), outer_mode (outer_mode_in) in subreg_shape()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | rtl.h | 2125 poly_uint16 offset_in, in subreg_shape() argument 2127 : inner_mode (inner_mode_in), offset (offset_in), outer_mode (outer_mode_in) in subreg_shape()
|