Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_lan865x.c203 int8_t offset1 = 0, offset2 = 0, ret; in lan865x_init_chip() local
216 offset1 = value1 | 0xE0; in lan865x_init_chip()
217 if (offset1 < -5) { in lan865x_init_chip()
222 offset1 = value1; in lan865x_init_chip()
247 cfgparam1 = (value3 & 0xF) | (((9 + offset1) << 10) | ((14 + offset1) << 4)); in lan865x_init_chip()
249 cfgparam3 = (value5 & 0xC0C0) | (((5 + offset1) << 8) | (9 + offset1)); in lan865x_init_chip()
250 cfgparam4 = (value6 & 0xC0C0) | (((9 + offset1) << 8) | (14 + offset1)); in lan865x_init_chip()
251 cfgparam5 = (value7 & 0xC0C0) | (((17 + offset1) << 8) | (22 + offset1)); in lan865x_init_chip()
/Zephyr-Core-3.7.0/subsys/shell/
Dshell_utils.h19 uint16_t offset1,
23 uint16_t offset1,
Dshell_utils.c71 uint16_t offset1, in z_column_span_with_buffer_offsets_get() argument
75 - col_num_with_buffer_offset_get(cons, offset1); in z_column_span_with_buffer_offsets_get()
79 uint16_t offset1, in z_row_span_with_buffer_offsets_get() argument
83 - line_num_with_buffer_offset_get(cons, offset1); in z_row_span_with_buffer_offsets_get()
/Zephyr-Core-3.7.0/tests/bluetooth/controller/ctrl_conn_update/src/
Dmain.c69 .offset1 = 0xffffU,
84 .offset1 = 0xffffU,
98 .offset1 = 0xffffU,
111 .offset1 = 0xffffU,
127 .offset1 = 0xffffU,
143 .offset1 = 0xffffU,
2487 .offset1 = 0xffffU, in ZTEST()
2501 .offset1 = 0xffffU, in ZTEST()
2632 .offset1 = 0xffffU, in ZTEST()
2757 .offset1 = 0xffffU, in ZTEST()
[all …]
/Zephyr-Core-3.7.0/tests/bluetooth/controller/common/src/
Dhelper_pdu.c281 pdu->llctrl.conn_param_req.offset1 = sys_cpu_to_le16(p->offset1); in helper_pdu_encode_conn_param_req()
305 pdu->llctrl.conn_param_rsp.offset1 = sys_cpu_to_le16(p->offset1); in helper_pdu_encode_conn_param_rsp()
848 zassert_equal(pdu->llctrl.conn_param_req.offset1, p->offset1, in helper_pdu_verify_conn_param_req()
889 zassert_equal(pdu->llctrl.conn_param_rsp.offset1, p->offset1, in helper_pdu_verify_conn_param_rsp()
/Zephyr-Core-3.7.0/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c72 .offset1 = 0xffffU,
86 .offset1 = 0xffffU,
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dpdu.h704 uint16_t offset1; member
719 uint16_t offset1; member
739 uint16_t offset1; member
Dull_llcp_pdu.c515 p->offset1 = sys_cpu_to_le16(ctx->data.cu.offsets[1]); in encode_conn_param_req_rsp_common()
547 ctx->data.cu.offsets[1] = sys_le16_to_cpu(p->offset1); in decode_conn_param_req_rsp_common()