Searched refs:hi (Results 1 - 22 of 22) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dhead.S61 moveai A3, #%hi(_start)
100 moveai SRC_AN, #%hi(PAGE_OFFSET_RAW)
106 ; moveai SRC_AN, #%hi(___init_end-4)
110 moveai SRC_AN, #%hi(SDRAMSTART + CONFIG_MIN_RAMSIZE-4)
123 moveai SRC_AN, #%hi(__syscall_text_run_begin)
126 moveai SRC_AN, #%hi(__syscall_text_run_end)
131 moveai SRC_AN, #%hi(_edata)
134 ;; End of DDR is already in range0 hi so just copy it.
139 moveai SRC_AN, #%hi(0x40400000)
144 moveai SRC_AN, #%hi(_data_protection_en
[all...]
H A Dprocess.c70 : "=d"(en), "=d"(lo), "=d"(hi) \
75 (unsigned int)hi)
336 unsigned int en, lo, hi; local
H A Dubicom32_syscall.S115 moveai a3, #%hi(sw_ksp)
257 3: moveai a4, #%hi(sys_ni_syscall)
265 4: moveai a3, #%hi(sys_call_table)
273 5: moveai a5, #%hi(syscall_exit) ; Setup return address
296 moveai a5, #%hi(restore_all_registers) ; Setup return address
H A Dubicom32_context_switch.S122 moveai a3, #%hi(ldsr_soft_irq_mask)
316 moveai a4, #%hi(sw_ksp)
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Dsha1_ubicom32_asm.S122 movei hash_control, #%hi(HASH_SECURITY_BLOCK_CONTROL_INIT_SHA1)
125 movei hash_output_0, #%hi(HASH_SHA1_IN0)
128 movei hash_output_1, #%hi(HASH_SHA1_IN1)
131 movei hash_output_2, #%hi(HASH_SHA1_IN2)
134 movei hash_output_3, #%hi(HASH_SHA1_IN3)
137 movei hash_output_4, #%hi(HASH_SHA1_IN4)
157 movei hash_control, #%hi(HASH_SECURITY_BLOCK_CONTROL_INIT_SHA1)
H A Dmd5_ubicom32_asm.S120 movei hash_control, #%hi(HASH_SECURITY_BLOCK_CONTROL_INIT_MD5)
123 movei hash_output_0, #%hi(HASH_MD5_IN0)
126 movei hash_output_1, #%hi(HASH_MD5_IN1)
129 movei hash_output_2, #%hi(HASH_MD5_IN2)
132 movei hash_output_3, #%hi(HASH_MD5_IN3)
153 movei hash_control, #%hi(HASH_SECURITY_BLOCK_CONTROL_INIT_MD5)
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dtiming.c92 unsigned long lo, hi; local
93 asm( "rdtsc" : "=a" (lo), "=d" (hi) );
94 return( lo | (hi << 32) );
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_db.c1431 void ecm_db_host_data_stats_get(struct ecm_db_host_instance *hi, uint64_t *from_data_total, uint64_t *to_data_total, argument
1436 DEBUG_CHECK_MAGIC(hi, ECM_DB_HOST_INSTANCE_MAGIC, "%p: magic failed", hi);
1439 *from_data_total = hi->from_data_total;
1442 *to_data_total = hi->to_data_total;
1445 *from_packet_total = hi->from_packet_total;
1448 *to_packet_total = hi->to_packet_total;
1451 *from_data_total_dropped = hi->from_data_total_dropped;
1454 *to_data_total_dropped = hi->to_data_total_dropped;
1457 *from_packet_total_dropped = hi
2065 ecm_db_host_address_get(struct ecm_db_host_instance *hi, ip_addr_t addr) argument
2076 ecm_db_host_on_link_get(struct ecm_db_host_instance *hi) argument
2385 _ecm_db_host_ref(struct ecm_db_host_instance *hi) argument
2396 ecm_db_host_ref(struct ecm_db_host_instance *hi) argument
2545 struct ecm_db_host_instance *hi; local
2560 ecm_db_host_get_and_ref_next(struct ecm_db_host_instance *hi) argument
3289 ecm_db_host_deref(struct ecm_db_host_instance *hi) argument
3966 struct ecm_db_host_instance *hi; local
5326 ecm_db_host_mapping_count_get(struct ecm_db_host_instance *hi) argument
7068 ecm_db_mapping_add(struct ecm_db_mapping_instance *mi, struct ecm_db_host_instance *hi, int port, ecm_db_mapping_final_callback_t final, void *arg) argument
7178 ecm_db_host_add(struct ecm_db_host_instance *hi, ip_addr_t address, bool on_link, ecm_db_host_final_callback_t final, void *arg) argument
7948 struct ecm_db_host_instance *hi; local
8289 struct ecm_db_host_instance *hi; local
8402 ecm_db_host_state_get(struct ecm_state_file_instance *sfi, struct ecm_db_host_instance *hi) argument
10120 struct ecm_db_host_instance *hi; local
[all...]
H A Decm_db.h91 void ecm_db_host_address_get(struct ecm_db_host_instance *hi, ip_addr_t addr);
92 bool ecm_db_host_on_link_get(struct ecm_db_host_instance *hi);
197 struct ecm_db_host_instance *ecm_db_host_get_and_ref_next(struct ecm_db_host_instance *hi);
206 int ecm_db_host_mapping_count_get(struct ecm_db_host_instance *hi);
233 struct ecm_db_host_instance *ecm_db_host_get_and_ref_next(struct ecm_db_host_instance *hi);
284 void ecm_db_host_add(struct ecm_db_host_instance *hi, ip_addr_t address, bool on_link, ecm_db_host_final_callback_t final, void *arg);
285 void ecm_db_mapping_add(struct ecm_db_mapping_instance *mi, struct ecm_db_host_instance *hi, int port, ecm_db_mapping_final_callback_t final, void *arg);
290 void ecm_db_host_ref(struct ecm_db_host_instance *hi);
297 int ecm_db_host_deref(struct ecm_db_host_instance *hi);
307 int ecm_db_host_state_get(struct ecm_state_file_instance *sfi, struct ecm_db_host_instance *hi);
[all...]
H A Decm_state.c102 struct ecm_db_host_instance *hi; /* All hosts list iterator */ member in struct:ecm_state_file_instance
318 DEBUG_TRACE("%p: Prep host msg for %p\n", sfi, sfi->hi);
324 return ecm_db_host_state_get(sfi, sfi->hi);
610 sfi->hi = ecm_db_hosts_get_and_ref_first();
658 if (sfi->hi) {
659 ecm_db_host_deref(sfi->hi);
735 if (sfi->hi) {
744 hin = ecm_db_host_get_and_ref_next(sfi->hi);
745 ecm_db_host_deref(sfi->hi);
746 sfi->hi
[all...]
H A Decm_db_types.h50 typedef void (*ecm_db_host_listener_added_callback_t)(void *arg, struct ecm_db_host_instance *hi); /* Added callback */
51 typedef void (*ecm_db_host_listener_removed_callback_t)(void *arg, struct ecm_db_host_instance *hi); /* Removed callback */
325 * For a connection the ci->mi->hi->ni->ii records the interfaces that the connection 'sees' for the from/to paths. I.e. Innermost.
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/xway/
H A Dmach-bthomehubv2b.c284 int hi; local
287 hi = bthomehubv2b_parse_hex_nibble(b[0]);
290 if (hi < 0 || lo < 0)
293 return (hi << 4) | lo;
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_ipv6.c338 struct ecm_db_host_instance *hi; local
346 hi = ecm_db_host_find_and_ref(addr);
347 if (hi) {
348 DEBUG_TRACE("%p: host established\n", hi);
349 return hi;
365 hi = ecm_db_host_find_and_ref(addr);
366 if (hi) {
369 return hi;
390 struct ecm_db_host_instance *hi; local
406 hi
[all...]
H A Decm_sfe_ipv4.c335 struct ecm_db_host_instance *hi; local
343 hi = ecm_db_host_find_and_ref(addr);
344 if (hi) {
345 DEBUG_TRACE("%p: host established\n", hi);
346 return hi;
362 hi = ecm_db_host_find_and_ref(addr);
363 if (hi) {
366 return hi;
387 struct ecm_db_host_instance *hi; local
403 hi
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_ipv4.c351 struct ecm_db_host_instance *hi; local
359 hi = ecm_db_host_find_and_ref(addr);
360 if (hi) {
361 DEBUG_TRACE("%p: host established\n", hi);
362 return hi;
378 hi = ecm_db_host_find_and_ref(addr);
379 if (hi) {
382 return hi;
403 struct ecm_db_host_instance *hi; local
419 hi
[all...]
H A Decm_nss_ipv6.c356 struct ecm_db_host_instance *hi; local
364 hi = ecm_db_host_find_and_ref(addr);
365 if (hi) {
366 DEBUG_TRACE("%p: host established\n", hi);
367 return hi;
383 hi = ecm_db_host_find_and_ref(addr);
384 if (hi) {
387 return hi;
408 struct ecm_db_host_instance *hi; local
424 hi
[all...]
H A Decm_front_end_ipv6.c978 struct ecm_db_host_instance *hi; local
986 hi = ecm_db_host_find_and_ref(addr);
987 if (hi) {
988 DEBUG_TRACE("%p: host established\n", hi);
989 return hi;
1005 hi = ecm_db_host_find_and_ref(addr);
1006 if (hi) {
1009 return hi;
1030 struct ecm_db_host_instance *hi; local
1046 hi
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/ipq806x/
H A Dnss_gmac_ctrl.c638 uint16_t lo, hi; local
647 hi = bus->read(bus, 0x10 | r2, r1 + 1);
651 return (hi << 16) | lo;
658 uint16_t lo, hi; local
662 hi = (uint16_t) (val >> 16);
669 bus->write(bus, 0x10 | r2, r1 + 1, hi);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Dar8216.c267 u16 lo, hi; local
276 hi = bus->read(bus, 0x10 | r2, r1 + 1);
280 return (hi << 16) | lo;
289 u16 lo, hi; local
293 hi = (u16) (val >> 16);
301 bus->write(bus, 0x10 | r2, r1 + 1, hi);
303 bus->write(bus, 0x10 | r2, r1 + 1, hi);
474 u64 hi; local
476 hi = priv->read(priv, base + mib->offset + 4);
477 t |= hi << 3
[all...]
H A Drtl8366_smi.c201 u8 hi = 0; local
226 rtl8366_smi_read_byte1(smi, &hi);
228 *data = ((u32) lo) | (((u32) hi) << 8);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/init/
H A Dssdk_init.c1398 uint16_t lo, hi; local
1405 hi = mdiobus_read(bus, 0x10 | r2, r1 + 1);
1407 return (hi << 16) | lo;
1415 uint16_t lo, hi; local
1419 hi = (a_uint16_t) (val >> 16);
1426 mdiobus_write(bus, 0x10 | r2, r1 + 1, hi);
1428 mdiobus_write(bus, 0x10 | r2, r1 + 1, hi);
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_ar7240.c371 u32 hi, lo; local
380 hi = (u32) ag71xx_mdio_mii_read(mii->priv, phy_addr, phy_reg + 1);
383 return (hi << 16) | lo;

Completed in 129 milliseconds