Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 25 of 44) sorted by relevance

12

/Zephyr-latest/arch/xtensa/core/
Dgen_vectors.py63 offsets = {} variable
96 offsets[f"Level{m.group(1)}Interrupt"] = addr
98 offsets[sect_names[sym]] = addr
102 offsets[f"DebugException"] = offsets[old]
103 del offsets[old]
105 sects = list(offsets)
106 sects.sort(key=lambda s: offsets[s])
120 print( " . = 0x%3.3x;" % (offsets[s]))
/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c25 static int get_level_offsets(struct ext2_data *fs, uint32_t block, uint32_t offsets[4]);
405 static int fetch_level_blocks(struct ext2_inode *inode, uint32_t offsets[4], int lvl, int max_lvl, in fetch_level_blocks()
409 bool already_fetched = try_current && (offsets[lvl] == inode->offsets[lvl]); in fetch_level_blocks()
426 block = inode->i_block[offsets[0]]; in fetch_level_blocks()
430 block = sys_le32_to_cpu(list[offsets[lvl]]); in fetch_level_blocks()
442 LOG_DBG("[fetch] lvl:%d off:%d num:%d", lvl, offsets[lvl], block); in fetch_level_blocks()
444 return fetch_level_blocks(inode, offsets, lvl + 1, max_lvl, try_current); in fetch_level_blocks()
458 uint32_t offsets[MAX_OFFSETS_SIZE]; in ext2_fetch_inode_block() local
461 max_lvl = get_level_offsets(fs, block, offsets); in ext2_fetch_inode_block()
463 ret = fetch_level_blocks(inode, offsets, 0, max_lvl, try_current); in ext2_fetch_inode_block()
[all …]
Dext2_struct.h181 uint32_t offsets[4]; /* offsets describing path to fetched block */ member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c980 uint16_t latency, uint16_t timeout, uint16_t *offsets) in ull_cp_conn_update() argument
1014 ctx->data.cu.offsets[0] = offsets ? offsets[0] : 0x0000; in ull_cp_conn_update()
1015 ctx->data.cu.offsets[1] = offsets ? offsets[1] : 0xffff; in ull_cp_conn_update()
1016 ctx->data.cu.offsets[2] = offsets ? offsets[2] : 0xffff; in ull_cp_conn_update()
1017 ctx->data.cu.offsets[3] = offsets ? offsets[3] : 0xffff; in ull_cp_conn_update()
1018 ctx->data.cu.offsets[4] = offsets ? offsets[4] : 0xffff; in ull_cp_conn_update()
1019 ctx->data.cu.offsets[5] = offsets ? offsets[5] : 0xffff; in ull_cp_conn_update()
1201 void ull_cp_remote_cpr_apm_reply(struct ll_conn *conn, uint16_t *offsets) in ull_cp_remote_cpr_apm_reply() argument
1208 ctx->data.cu.offsets[0] = offsets[0]; in ull_cp_remote_cpr_apm_reply()
1209 ctx->data.cu.offsets[1] = offsets[1]; in ull_cp_remote_cpr_apm_reply()
[all …]
Dull_llcp.h129 uint16_t latency, uint16_t timeout, uint16_t *offsets);
162 void ull_cp_remote_cpr_apm_reply(struct ll_conn *conn, uint16_t *offsets);
Dull_llcp_pdu.c520 p->offset0 = sys_cpu_to_le16(ctx->data.cu.offsets[0]); in encode_conn_param_req_rsp_common()
521 p->offset1 = sys_cpu_to_le16(ctx->data.cu.offsets[1]); in encode_conn_param_req_rsp_common()
522 p->offset2 = sys_cpu_to_le16(ctx->data.cu.offsets[2]); in encode_conn_param_req_rsp_common()
523 p->offset3 = sys_cpu_to_le16(ctx->data.cu.offsets[3]); in encode_conn_param_req_rsp_common()
524 p->offset4 = sys_cpu_to_le16(ctx->data.cu.offsets[4]); in encode_conn_param_req_rsp_common()
525 p->offset5 = sys_cpu_to_le16(ctx->data.cu.offsets[5]); in encode_conn_param_req_rsp_common()
552 ctx->data.cu.offsets[0] = sys_le16_to_cpu(p->offset0); in decode_conn_param_req_rsp_common()
553 ctx->data.cu.offsets[1] = sys_le16_to_cpu(p->offset1); in decode_conn_param_req_rsp_common()
554 ctx->data.cu.offsets[2] = sys_le16_to_cpu(p->offset2); in decode_conn_param_req_rsp_common()
555 ctx->data.cu.offsets[3] = sys_le16_to_cpu(p->offset3); in decode_conn_param_req_rsp_common()
[all …]
Dull_internal.h42 extern bool ull_handle_cpr_anchor_point_move(struct ll_conn *conn, uint16_t *offsets,
Dull_llcp_conn_upd.c238 if (ctx->data.cu.offsets[0] <= ctx->data.cu.interval_max) { in cu_prepare_update_ind()
239 ctx->data.cu.win_offset_us = ctx->data.cu.offsets[0] * CONN_INT_UNIT_US; in cu_prepare_update_ind()
1066 DEFER_APM_CHECK(conn, ctx->data.cu.offsets, in rp_cu_st_wait_conn_param_req_available()
/Zephyr-latest/arch/nios2/
DKconfig69 Do not use global pointer relative offsets at all
74 Use global pointer relative offsets for small globals declared in the
80 Use global pointer relative offsets for small globals declared
/Zephyr-latest/drivers/usb_c/ppc/
DKconfig.nxp18 Dump human-readable names instead of offsets of registers
/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c372 uint16_t interval_min, interval_max, latency, timeout, *offsets; in ZTEST() local
382 offsets = NULL; in ZTEST()
392 timeout, offsets); in ZTEST()
398 interval_max, latency, timeout, offsets); in ZTEST()
405 timeout, offsets); in ZTEST()
410 timeout, offsets); in ZTEST()
417 timeout, offsets); in ZTEST()
/Zephyr-latest/scripts/build/
Dgen_isr_tables.py181 offsets = self.__irq2_offsets
183 offsets = self.__irq3_offsets
187 return offsets.index(irq)
190 format(irq, offsets) +
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dattributes.rst11 channel offsets, signal filtering, power modes, on chip buffers, and event
/Zephyr-latest/include/zephyr/arch/nios2/
Dlinker.ld214 /* the Nios2 architecture only has 16-bit signed immediate offsets in
222 * Since these immediate offsets are signed, place gp 0x8000 past the
224 * offsets.
/Zephyr-latest/soc/andestech/ae350/
Dlinker.ld278 * RISC-V architecture has 12-bit signed immediate offsets in the
284 * Since these immediate offsets are signed, place gp 0x800 past the
286 * offsets.
/Zephyr-latest/include/zephyr/arch/riscv/common/
Dlinker.ld307 * RISC-V architecture has 12-bit signed immediate offsets in the
313 * Since these immediate offsets are signed, place gp 0x800 past the
315 * offsets.
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dlinker.ld400 * RISC-V architecture has 12-bit signed immediate offsets in the
406 * Since these immediate offsets are signed, place gp 0x800 past the
408 * offsets.
/Zephyr-latest/doc/kernel/
Dtimeutil.rst20 local time offsets like daylight saving time.
62 the calendar time representation and deal with sub-second offsets separately.
192 offsets and is a continuous time scale. However it can be relatively
/Zephyr-latest/cmake/modules/
Dunittest.cmake67 ${INCL_GENERATED_DIR}/offsets.h
/Zephyr-latest/doc/services/tfm/
Dintegration.rst42 we can see that the ``ns`` version defines offsets in flash and SRAM memory, which leave
/Zephyr-latest/
DCMakeLists.txt937 # Generate offsets.c.obj from offsets.c
938 # Generate offsets.h from offsets.c.obj
940 set(OFFSETS_LIB offsets)
942 set(OFFSETS_C_PATH ${ARCH_DIR}/${ARCH}/core/offsets/offsets.c)
943 set(OFFSETS_H_PATH ${PROJECT_BINARY_DIR}/include/generated/zephyr/offsets.h)
951 # Make sure that LTO will never be enabled when compiling offsets.c
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst60 the node struct, performing the required offsets internally. And
/Zephyr-latest/arch/riscv/
DKconfig198 bool "SOC-based offsets"
206 in offsets.h. The last one should not end in a semicolon.
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dpopper.min.js7offsets,c=e.position,p=e.gpuAcceleration,u=e.adaptive,l=e.roundOffsets,h=e.isFixed,v=f.x,y=void 0=…
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c469 static void corrupted_beacon_test(const uint8_t *offsets, in corrupted_beacon_test() argument
475 buf->data[offsets[i]] ^= 0xFF; in corrupted_beacon_test()
477 buf->data[offsets[i]] ^= 0xFF; in corrupted_beacon_test()

12