| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 202 int last_reg; in parser_auth() local 228 last_reg = strtol(last_reg_s, NULL, 16); in parser_auth() 260 if (t->offset_max < last_reg) in parser_auth() 261 t->offset_max = last_reg; in parser_auth()
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | emu8000.c | 39 if (reg != emu->last_reg) { in snd_emu8000_poke() 41 emu->last_reg = reg; in snd_emu8000_poke() 53 if (reg != emu->last_reg) { in snd_emu8000_peek() 55 emu->last_reg = reg; in snd_emu8000_peek() 67 if (reg != emu->last_reg) { in snd_emu8000_poke_dw() 69 emu->last_reg = reg; in snd_emu8000_poke_dw() 83 if (reg != emu->last_reg) { in snd_emu8000_peek_dw() 85 emu->last_reg = reg; in snd_emu8000_peek_dw() 506 emu->last_reg = 0xffff; /* reset the last register index */ in snd_emu8000_init_hw()
|
| /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/linux/ |
| H A D | bcache.h | 324 __u32 last_reg; member 372 __u32 last_reg; 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/linux/ |
| H A D | bcache.h | 324 __u32 last_reg; member 372 __u32 last_reg; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bcache.h | 392 __u32 last_reg; member 440 __u32 last_reg; member
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | sentelic.h | 104 unsigned char last_reg; /* Last register we requested read from */ member
|
| H A D | sentelic.c | 454 return sprintf(buf, "%02x%02x\n", pad->last_reg, pad->last_val); in fsp_attr_show_getreg() 479 pad->last_reg = reg; in fsp_attr_set_getreg()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | emu8000.h | 62 unsigned short last_reg;/* Last register command */ member
|
| H A D | emu10k1.h | 1677 u32 last_reg; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring_submission.c | 743 i915_reg_t last_reg = {}; /* keep gcc quiet */ in mi_set_context() local 750 last_reg = RING_PSMI_CTL(signaller->mmio_base); in mi_set_context() 751 *cs++ = i915_mmio_reg_offset(last_reg); in mi_set_context() 758 *cs++ = i915_mmio_reg_offset(last_reg); in mi_set_context()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 1167 RandIt const last_reg = first_reg + l_block; in op_merge_blocks_with_irreg() local 1171 BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(first_reg, last_reg, comp)); in op_merge_blocks_with_irreg() 1176 …dest = next_key_idx ? op_partial_merge_and_swap(first_irr, last_irr, first_reg, last_reg, first_mi… in op_merge_blocks_with_irreg() 1177 … : op_partial_merge (first_irr, last_irr, first_reg, last_reg, dest, comp, op, is_stable); in op_merge_blocks_with_irreg() 1182 : last_reg; in op_merge_blocks_with_irreg() 1185 dest = next_key_idx ? op(three_way_forward_t(), first_reg, last_reg, first_min, dest) in op_merge_blocks_with_irreg() 1186 : op(forward_t(), first_reg, last_reg, dest); in op_merge_blocks_with_irreg() 1190 …swap_and_update_key(next_key_idx != 0, key_next, key_first, key_mid, last_reg, last_reg, first_min… in op_merge_blocks_with_irreg() 1193 first_reg = last_reg; in op_merge_blocks_with_irreg()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | super.c | 455 u->first_reg, u->last_reg, u->invalidated); in uuid_io() 490 u1[i].last_reg = u0[i].last_reg; in uuid_read() 1292 u->first_reg = u->last_reg = rtime; in bch_cached_dev_attach() 1301 u->last_reg = rtime; in bch_cached_dev_attach() 1624 u->first_reg = u->last_reg = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_flash_dev_create()
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emu10k1_main.c | 782 } else if (!reg && emu->emu1010.last_reg) { in emu1010_firmware_work() 790 emu->emu1010.last_reg = reg; in emu1010_firmware_work()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 2676 unsigned int last_reg = reg_ranges[range + 1]; in t4_get_regs() local 2682 while (reg <= last_reg && bufp < buf_end) { in t4_get_regs()
|