Searched refs:end_reg (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | clear_cache.c | 87 const register int end_reg __asm("r1") = (int)(intptr_t)end; in __clear_cache() 92 : "r"(syscall_nr), "r"(start_reg), "r"(end_reg), "r"(flags)); in __clear_cache() 190 const register void *end_reg __asm("a1") = end; in __clear_cache() 196 : "r"(start_reg), "r"(end_reg), "r"(flags), "r"(syscall_nr)); in __clear_cache()
|
| /freebsd/sys/dev/bxe/ |
| H A D | ecore_init_ops.h | 743 uint32_t end_reg = 0; in ecore_ilt_boundry_init_op() local 771 end_reg = PXP2_REG_RQ_CDU_LAST_ILT; in ecore_ilt_boundry_init_op() 775 end_reg = PXP2_REG_RQ_QM_LAST_ILT; in ecore_ilt_boundry_init_op() 779 end_reg = PXP2_REG_RQ_SRC_LAST_ILT; in ecore_ilt_boundry_init_op() 783 end_reg = PXP2_REG_RQ_TM_LAST_ILT; in ecore_ilt_boundry_init_op() 787 REG_WR(sc, end_reg, (ilt_start + ilt_cli->end)); in ecore_ilt_boundry_init_op()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | file.h | 704 __le32 end_reg; member
|
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | trans.c | 933 iwl_write_prph(trans, le32_to_cpu(dest->end_reg), in iwl_pcie_apply_destination() 937 iwl_write_prph(trans, le32_to_cpu(dest->end_reg), in iwl_pcie_apply_destination() 3542 end = le32_to_cpu(trans->dbg.dest_tlv->end_reg); in iwl_trans_get_fw_monitor_len()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 934 uint32_t base_reg, end_reg; in iwx_apply_debug_destination() 940 end_reg = le32toh(dest_v1->end_reg); in iwx_apply_debug_destination() 1002 iwx_write_prph(sc, end_reg, in iwx_apply_debug_destination()
|
| H A D | if_iwxreg.h | 2516 uint32_t end_reg; member
|