| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | endian_ext.h | 93 #define SWAP_UINT16(val) \ argument 109 #define SWAP_UINT32(val) \ argument 128 #define SWAP_UINT64(val) \ argument 284 #define CPU_TO_LE16(val) SwapUint16(val) argument 296 #define CPU_TO_LE32(val) SwapUint32(val) argument 308 #define CPU_TO_LE64(val) SwapUint64(val) argument 321 #define LE16_TO_CPU(val) CPU_TO_LE16(val) argument 333 #define LE32_TO_CPU(val) CPU_TO_LE32(val) argument 345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) argument 376 #define CONST_CPU_TO_LE16(val) SWAP_UINT16(val) argument [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-asm.h | 467 #define CVMX_MT_KAS_KEY(val,pos) CVMX_MT_3DES_KEY(val,pos) argument 470 #define CVMX_MT_KAS_RESULT(val) CVMX_MT_3DES_RESULT(val) argument 473 #define CVMX_MF_KAS_KEY(val,pos) CVMX_MF_3DES_KEY(val,pos) argument 474 #define CVMX_MF_KAS_RESULT(val) CVMX_MF_3DES_RESULT(val) argument 584 #define CVMX_MF_CACHE_ERR(val) CVMX_MF_COP0(val, COP0_CACHEERRI) argument 585 #define CVMX_MF_DCACHE_ERR(val) CVMX_MF_COP0(val, COP0_CACHEERRD) argument 586 #define CVMX_MF_CVM_MEM_CTL(val) CVMX_MF_COP0(val, COP0_CVMMEMCTL) argument 587 #define CVMX_MF_CVM_CTL(val) CVMX_MF_COP0(val, COP0_CVMCTL) argument 588 #define CVMX_MT_CACHE_ERR(val) CVMX_MT_COP0(val, COP0_CACHEERRI) argument 589 #define CVMX_MT_DCACHE_ERR(val) CVMX_MT_COP0(val, COP0_CACHEERRD) argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/nvlist_to_lua/ |
| H A D | nvlist_to_lua.c | 177 nvlist_t *val = fnvlist_alloc(); in run_tests() local 189 uchar_t val[2] = { 0, 1 }; in run_tests() local 194 int8_t val[2] = { 0, 1 }; in run_tests() local 199 uint8_t val[2] = { 0, 1 }; in run_tests() local 204 int16_t val[2] = { 0, 1 }; in run_tests() local 209 uint16_t val[2] = { 0, 1 }; in run_tests() local 214 int32_t val[2] = { 0, 1 }; in run_tests() local 219 uint32_t val[2] = { 0, 1 }; in run_tests() local 224 int64_t val[2] = { 0, 1 }; in run_tests() local 229 uint64_t val[2] = { 0, 1 }; in run_tests() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair_json.c | 205 hrtime_t val; in nvlist_print_json() local 212 double val; in nvlist_print_json() local 226 char **val; in nvlist_print_json() local 271 uchar_t *val; in nvlist_print_json() local 285 uint8_t *val; in nvlist_print_json() local 299 int8_t *val; in nvlist_print_json() local 313 uint16_t *val; in nvlist_print_json() local 327 int16_t *val; in nvlist_print_json() local 341 uint32_t *val; in nvlist_print_json() local 355 int32_t *val; in nvlist_print_json() local [all …]
|
| H A D | libnvpair.c | 599 uchar_t val; in nvlist_print_with_indent() local 605 int8_t val; in nvlist_print_with_indent() local 611 uint8_t val; in nvlist_print_with_indent() local 617 int16_t val; in nvlist_print_with_indent() local 629 int32_t val; in nvlist_print_with_indent() local 641 int64_t val; in nvlist_print_with_indent() local 653 double val; in nvlist_print_with_indent() local 659 char *val; in nvlist_print_with_indent() local 677 int8_t *val; in nvlist_print_with_indent() local 725 char **val; in nvlist_print_with_indent() local [all …]
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tfp.h | 240 #define tfp_cpu_to_le_16(val) rte_cpu_to_le_16(val) argument 241 #define tfp_le_to_cpu_16(val) rte_le_to_cpu_16(val) argument 242 #define tfp_cpu_to_le_32(val) rte_cpu_to_le_32(val) argument 243 #define tfp_le_to_cpu_32(val) rte_le_to_cpu_32(val) argument 244 #define tfp_cpu_to_le_64(val) rte_cpu_to_le_64(val) argument 245 #define tfp_le_to_cpu_64(val) rte_le_to_cpu_64(val) argument 246 #define tfp_cpu_to_be_16(val) rte_cpu_to_be_16(val) argument 247 #define tfp_be_to_cpu_16(val) rte_be_to_cpu_16(val) argument 252 #define tfp_bswap_16(val) rte_bswap16(val) argument 253 #define tfp_bswap_32(val) rte_bswap32(val) argument [all …]
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_io_64.h | 22 uint8_t val; in rte_read8_relaxed() local 34 uint16_t val; in rte_read16_relaxed() local 46 uint32_t val; in rte_read32_relaxed() local 58 uint64_t val; in rte_read64_relaxed() local 68 rte_write8_relaxed(uint8_t val, volatile void *addr) in rte_write8_relaxed() 77 rte_write16_relaxed(uint16_t val, volatile void *addr) in rte_write16_relaxed() 86 rte_write32_relaxed(uint32_t val, volatile void *addr) in rte_write32_relaxed() 106 uint8_t val; in rte_read8() local 115 uint16_t val; in rte_read16() local 124 uint32_t val; in rte_read32() local [all …]
|
| /f-stack/tools/ifconfig/ |
| H A D | ifbridge.c | 77 u_long val; in get_val() local 503 u_long val; in setbridge_maxaddr() local 518 u_long val; in setbridge_hellotime() local 533 u_long val; in setbridge_fwddelay() local 548 u_long val; in setbridge_maxage() local 563 u_long val; in setbridge_priority() local 595 u_long val; in setbridge_holdcount() local 611 u_long val; in setbridge_ifpriority() local 630 u_long val; in setbridge_ifpathcost() local 649 u_long val; in setbridge_ifmaxaddr() local [all …]
|
| H A D | ifieee80211.c | 395 int val; in getcurchan() local 1216 DECL_CMD_FUNC2(set80211cwmin, ac, val) in DECL_CMD_FUNC2() argument 1222 DECL_CMD_FUNC2(set80211cwmax, ac, val) in DECL_CMD_FUNC2() argument 1228 DECL_CMD_FUNC2(set80211aifs, ac, val) in DECL_CMD_FUNC2() argument 1296 DECL_CMD_FUNC(set80211bintval, val, d) in DECL_CMD_FUNC() argument 1321 DECL_CMD_FUNC(set80211addmac, val, d) in DECL_CMD_FUNC() argument 1327 DECL_CMD_FUNC(set80211delmac, val, d) in DECL_CMD_FUNC() argument 1357 DECL_CMD_FUNC(set80211maccmd, val, d) in DECL_CMD_FUNC() argument 1493 getmodeflags(const char *val) in getmodeflags() 3827 DECL_CMD_FUNC(set80211scan, val, d) in DECL_CMD_FUNC() argument [all …]
|
| /f-stack/freebsd/contrib/ena-com/ena_defs/ |
| H A D | ena_eth_io_defs.h | 424 static inline void set_ena_eth_io_tx_desc_length(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_length() 454 static inline void set_ena_eth_io_tx_desc_phase(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_phase() 464 static inline void set_ena_eth_io_tx_desc_first(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_first() 474 static inline void set_ena_eth_io_tx_desc_last(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_last() 504 static inline void set_ena_eth_io_tx_desc_DF(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_DF() 514 static inline void set_ena_eth_io_tx_desc_tso_en(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_tso_en() 584 static inline void set_ena_eth_io_tx_desc_addr_hi(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_addr_hi() 754 static inline void set_ena_eth_io_tx_cdesc_phase(struct ena_eth_io_tx_cdesc *p, uint8_t val) in set_ena_eth_io_tx_cdesc_phase() 764 static inline void set_ena_eth_io_rx_desc_phase(struct ena_eth_io_rx_desc *p, uint8_t val) in set_ena_eth_io_rx_desc_phase() 774 static inline void set_ena_eth_io_rx_desc_first(struct ena_eth_io_rx_desc *p, uint8_t val) in set_ena_eth_io_rx_desc_first() [all …]
|
| /f-stack/dpdk/drivers/net/ena/base/ena_defs/ |
| H A D | ena_eth_io_defs.h | 396 static inline void set_ena_eth_io_tx_desc_length(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_length() 426 static inline void set_ena_eth_io_tx_desc_phase(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_phase() 436 static inline void set_ena_eth_io_tx_desc_first(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_first() 446 static inline void set_ena_eth_io_tx_desc_last(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_last() 476 static inline void set_ena_eth_io_tx_desc_DF(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_DF() 486 static inline void set_ena_eth_io_tx_desc_tso_en(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_tso_en() 556 static inline void set_ena_eth_io_tx_desc_addr_hi(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_addr_hi() 726 static inline void set_ena_eth_io_tx_cdesc_phase(struct ena_eth_io_tx_cdesc *p, uint8_t val) in set_ena_eth_io_tx_cdesc_phase() 736 static inline void set_ena_eth_io_rx_desc_phase(struct ena_eth_io_rx_desc *p, uint8_t val) in set_ena_eth_io_rx_desc_phase() 746 static inline void set_ena_eth_io_rx_desc_first(struct ena_eth_io_rx_desc *p, uint8_t val) in set_ena_eth_io_rx_desc_first() [all …]
|
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | fmn.c | 143 uint64_t val; in nlm_cms_setup_credits() local 199 uint64_t val; in nlm_cms_per_queue_level_intr() local 214 uint64_t val; in nlm_cms_per_queue_timer_intr() local 229 uint64_t val; in nlm_cms_outputq_intr_check() local 237 uint64_t val; in nlm_cms_outputq_clr_intr() local 245 uint64_t val; in nlm_cms_illegal_dst_error_intr() local 254 uint64_t val; in nlm_cms_timeout_error_intr() local 263 uint64_t val; in nlm_cms_biu_error_resp_intr() local 272 uint64_t val; in nlm_cms_spill_uncorrectable_ecc_error_intr() local 281 uint64_t val; in nlm_cms_spill_correctable_ecc_error_intr() local [all …]
|
| H A D | haldefs.h | 81 nlm_store_word(uint64_t addr, uint32_t val) in nlm_store_word() 129 nlm_store_dword(uint64_t addr, uint64_t val) in nlm_store_dword() 163 nlm_store_word_daddr(uint64_t addr, uint32_t val) in nlm_store_word_daddr() 179 nlm_store_dword_daddr(uint64_t addr, uint64_t val) in nlm_store_dword_daddr() 191 uint32_t val; in nlm_load_word_daddr() local 205 nlm_store_word_daddr(uint64_t addr, uint32_t val) in nlm_store_word_daddr() 219 uint64_t val; in nlm_load_dword_daddr() local 232 nlm_store_dword_daddr(uint64_t addr, uint64_t val) in nlm_store_dword_daddr() 247 uint32_t val, addrhi, addrlo, sr; in nlm_load_word_daddr() local 272 nlm_store_word_daddr(uint64_t addr, uint32_t val) in nlm_store_word_daddr() [all …]
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_eth_io_defs.h | 424 static inline void set_ena_eth_io_tx_desc_length(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_length() 454 static inline void set_ena_eth_io_tx_desc_phase(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_phase() 464 static inline void set_ena_eth_io_tx_desc_first(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_first() 474 static inline void set_ena_eth_io_tx_desc_last(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_last() 504 static inline void set_ena_eth_io_tx_desc_DF(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_DF() 514 static inline void set_ena_eth_io_tx_desc_tso_en(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_tso_en() 584 static inline void set_ena_eth_io_tx_desc_addr_hi(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_addr_hi() 754 static inline void set_ena_eth_io_tx_cdesc_phase(struct ena_eth_io_tx_cdesc *p, uint8_t val) in set_ena_eth_io_tx_cdesc_phase() 764 static inline void set_ena_eth_io_rx_desc_phase(struct ena_eth_io_rx_desc *p, uint8_t val) in set_ena_eth_io_rx_desc_phase() 774 static inline void set_ena_eth_io_rx_desc_first(struct ena_eth_io_rx_desc *p, uint8_t val) in set_ena_eth_io_rx_desc_first() [all …]
|
| /f-stack/freebsd/contrib/ncsw/inc/Peripherals/ |
| H A D | dpaa_ext.h | 127 #define DPAA_FD_SET_ADDRH(fd,val) ((t_DpaaFD *)fd)->addrh = (val) /**< Macro to set … argument 128 #define DPAA_FD_SET_ADDRL(fd,val) ((t_DpaaFD *)fd)->addrl = (val) … argument 129 #define DPAA_FD_SET_ADDR(fd,val) \ argument 135 #define DPAA_FD_SET_FORMAT(fd,val) (((t_DpaaFD *)fd)->length = ((((t_DpaaFD *)fd)->length & ~DPA… argument 136 #define DPAA_FD_SET_OFFSET(fd,val) (((t_DpaaFD *)fd)->length = ((((t_DpaaFD *)fd)->length & ~DPA… argument 137 #define DPAA_FD_SET_LENGTH(fd,val) (((t_DpaaFD *)fd)->length = (((t_DpaaFD *)fd)->length & ~DPAA… argument 138 #define DPAA_FD_SET_STATUS(fd,val) ((t_DpaaFD *)fd)->status = (val) … argument 195 #define DPAA_SGTE_SET_ADDRH(sgte,val) (((t_DpaaSGTE *)sgte)->addrh = ((((t_DpaaSGTE *)sgte)->ad… argument 196 #define DPAA_SGTE_SET_ADDRL(sgte,val) ((t_DpaaSGTE *)sgte)->addrl = (val) … argument 197 #define DPAA_SGTE_SET_ADDR(sgte,val) \ argument [all …]
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_trace_point.h | 118 #define rte_trace_point_emit_u64(val) argument 120 #define rte_trace_point_emit_i64(val) argument 122 #define rte_trace_point_emit_u32(val) argument 124 #define rte_trace_point_emit_i32(val) argument 126 #define rte_trace_point_emit_u16(val) argument 128 #define rte_trace_point_emit_i16(val) argument 130 #define rte_trace_point_emit_u8(val) argument 132 #define rte_trace_point_emit_i8(val) argument 134 #define rte_trace_point_emit_int(val) argument 144 #define rte_trace_point_emit_ptr(val) argument [all …]
|
| /f-stack/freebsd/contrib/device-tree/include/dt-bindings/pinctrl/ |
| H A D | omap.h | 59 #define OMAP2420_CORE_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0030) (val) argument 60 #define OMAP2430_CORE_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x2030) (val) argument 61 #define OMAP3_CORE1_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x2030) (val) argument 62 #define OMAP3430_CORE2_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x25d8) (val) argument 63 #define OMAP3630_CORE2_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x25a0) (val) argument 64 #define OMAP3_WKUP_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x2a00) (val) argument 65 #define DM814X_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val) argument 66 #define DM816X_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val) argument 67 #define AM33XX_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val) argument 76 #define OMAP4_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument [all …]
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme_error.c | 7 static int fme_err_get_errors(struct ifpga_fme_hw *fme, u64 *val) in fme_err_get_errors() 20 static int fme_err_get_first_error(struct ifpga_fme_hw *fme, u64 *val) in fme_err_get_first_error() 33 static int fme_err_get_next_error(struct ifpga_fme_hw *fme, u64 *val) in fme_err_get_next_error() 46 static int fme_err_set_clear(struct ifpga_fme_hw *fme, u64 val) in fme_err_set_clear() 61 static int fme_err_get_revision(struct ifpga_fme_hw *fme, u64 *val) in fme_err_get_revision() 74 static int fme_err_get_pcie0_errors(struct ifpga_fme_hw *fme, u64 *val) in fme_err_get_pcie0_errors() 87 static int fme_err_set_pcie0_errors(struct ifpga_fme_hw *fme, u64 val) in fme_err_set_pcie0_errors() 111 static int fme_err_get_pcie1_errors(struct ifpga_fme_hw *fme, u64 *val) in fme_err_get_pcie1_errors() 124 static int fme_err_set_pcie1_errors(struct ifpga_fme_hw *fme, u64 val) in fme_err_set_pcie1_errors() 187 static int fme_err_set_inject_errors(struct ifpga_fme_hw *fme, u64 val) in fme_err_set_inject_errors() [all …]
|
| H A D | ifpga_port.c | 80 static int port_get_latency_tolerance(struct ifpga_port_hw *port, u64 *val) in port_get_latency_tolerance() 94 static int port_get_ap1_event(struct ifpga_port_hw *port, u64 *val) in port_get_ap1_event() 111 static int port_set_ap1_event(struct ifpga_port_hw *port, u64 val) in port_set_ap1_event() 128 static int port_get_ap2_event(struct ifpga_port_hw *port, u64 *val) in port_get_ap2_event() 145 static int port_set_ap2_event(struct ifpga_port_hw *port, u64 val) in port_set_ap2_event() 162 static int port_get_power_state(struct ifpga_port_hw *port, u64 *val) in port_get_power_state() 179 static int port_get_userclk_freqcmd(struct ifpga_port_hw *port, u64 *val) in port_get_userclk_freqcmd() 193 static int port_set_userclk_freqcmd(struct ifpga_port_hw *port, u64 val) in port_set_userclk_freqcmd() 207 static int port_get_userclk_freqcntrcmd(struct ifpga_port_hw *port, u64 *val) in port_get_userclk_freqcntrcmd() 221 static int port_set_userclk_freqcntrcmd(struct ifpga_port_hw *port, u64 val) in port_set_userclk_freqcntrcmd() [all …]
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | parser.c | 82 uint64_t val; in parser_read_uint64() local 122 int32_t val; in parser_read_int32() local 140 uint64_t val; in parser_read_uint64_hex() local 159 uint64_t val = 0; in parser_read_uint32() local 175 uint64_t val = 0; in parser_read_uint32_hex() local 191 uint64_t val = 0; in parser_read_uint16() local 207 uint64_t val = 0; in parser_read_uint16_hex() local 223 uint64_t val = 0; in parser_read_uint8() local 239 uint64_t val = 0; in parser_read_uint8_hex() local
|
| /f-stack/freebsd/arm/mv/armada/ |
| H A D | wdt.c | 201 mv_set_timer_control(uint32_t val) in mv_set_timer_control() 208 mv_set_timer(uint32_t timer, uint32_t val) in mv_set_timer() 216 uint32_t val, irq_cause, irq_mask; in mv_wdt_enable_armv5() local 238 uint32_t val, irq_cause; in mv_wdt_enable_armada_38x_xp_helper() local 256 uint32_t val, irq_cause; in mv_wdt_enable_armada_38x() local 272 uint32_t val, irq_cause; in mv_wdt_enable_armada_xp() local 287 uint32_t val, irq_cause, irq_mask; in mv_wdt_disable_armv5() local 309 uint32_t val; in mv_wdt_disable_armada_38x_xp_helper() local 323 uint32_t val; in mv_wdt_disable_armada_38x() local 335 uint32_t val; in mv_wdt_disable_armada_xp() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | sysctl_os.c | 232 int err, val; in sysctl_vfs_zfs_arc_no_grow_shift() local 437 int err, val; in sysctl_vfs_zfs_debug_flags() local 464 unsigned long val; in param_set_deadman_synctime() local 481 unsigned long val; in param_set_deadman_ziotime() local 530 uint64_t val; in param_set_min_auto_ashift() local 549 uint64_t val; in param_set_max_auto_ashift() local 670 int val; in param_set_slop_shift() local
|
| /f-stack/freebsd/sys/ |
| H A D | bus_dma.h | 236 #define BD_PARENT(val) { BD_PARAM_PARENT, .ptr = val } argument 237 #define BD_ALIGNMENT(val) { BD_PARAM_ALIGNMENT, .num = val } argument 238 #define BD_BOUNDARY(val) { BD_PARAM_BOUNDARY, .num = val } argument 239 #define BD_LOWADDR(val) { BD_PARAM_LOWADDR, .pa = val } argument 240 #define BD_HIGHADDR(val) { BD_PARAM_HIGHADDR, .pa = val } argument 241 #define BD_MAXSIZE(val) { BD_PARAM_MAXSIZE, .num = val } argument 242 #define BD_NSEGMENTS(val) { BD_PARAM_NSEGMENTS, .num = val } argument 243 #define BD_MAXSEGSIZE(val) { BD_PARAM_MAXSEGSIZE, .num = val } argument 244 #define BD_FLAGS(val) { BD_PARAM_FLAGS, .num = val } argument 245 #define BD_LOCKFUNC(val) { BD_PARAM_LOCKFUNC, .ptr = val } argument [all …]
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_spectral.c | 63 u_int32_t val; in ar9300_disable_cck() local 74 u_int32_t val; in ar9300_disable_radar() local 101 u_int32_t val; in ar9300_disable_restart() local 111 u_int32_t val; in ar9300_set_radar_dc_thresh() local 157 u_int32_t val; in ar9300_disable_strong_signal() local 312 u_int32_t val; in ar9300_configure_spectral_scan() local 411 u_int32_t val; in ar9300_get_spectral_params() local 476 u_int32_t val; in ar9300_is_spectral_active() local 485 u_int32_t val; in ar9300_is_spectral_enabled() local 493 u_int32_t val; in ar9300_start_spectral_scan() local [all …]
|
| /f-stack/freebsd/arm/mv/ |
| H A D | timer.c | 313 uint32_t val, val_temp; in mv_delay() local 334 uint32_t val; in DELAY() local 357 mv_set_timer_control(uint32_t val) in mv_set_timer_control() 373 mv_set_timer(uint32_t timer, uint32_t val) in mv_set_timer() 391 uint32_t val, irq_cause, irq_mask; in mv_watchdog_enable_armv5() local 413 uint32_t irq_cause, val; in mv_watchdog_enable_armadaxp() local 435 uint32_t val, irq_cause,irq_mask; in mv_watchdog_disable_armv5() local 457 uint32_t val, irq_cause; in mv_watchdog_disable_armadaxp() local 513 uint32_t val, val1; in mv_timer_start() local 542 uint32_t val; in mv_timer_stop() local [all …]
|