Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/drivers/ethernet/
Deth_lan865x.c232 int8_t offset1 = 0, offset2 = 0; in lan865x_init_chip() local
240 offset1 = (int8_t)((uint8_t)value1 - 0x20); in lan865x_init_chip()
242 offset1 = (int8_t)value1; in lan865x_init_chip()
252 cfgparam1 = (uint16_t) (((9 + offset1) & 0x3F) << 10) | in lan865x_init_chip()
253 (uint16_t) (((14 + offset1) & 0x3F) << 4) | 0x03; in lan865x_init_chip()
255 cfgparam3 = (uint16_t) (((5 + offset1) & 0x3F) << 8) | in lan865x_init_chip()
256 (uint16_t) ((9 + offset1) & 0x3F); in lan865x_init_chip()
257 cfgparam4 = (uint16_t) (((9 + offset1) & 0x3F) << 8) | in lan865x_init_chip()
258 (uint16_t) ((14 + offset1) & 0x3F); in lan865x_init_chip()
259 cfgparam5 = (uint16_t) (((17 + offset1) & 0x3F) << 8) | in lan865x_init_chip()
[all …]
/Zephyr-latest/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,
2611 .offset1 = 0xffffU, in ZTEST()
2625 .offset1 = 0xffffU, in ZTEST()
2756 .offset1 = 0xffffU, in ZTEST()
2881 .offset1 = 0xffffU, in ZTEST()
[all …]
/Zephyr-latest/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()
875 zassert_equal(pdu->llctrl.conn_param_req.offset1, p->offset1, in helper_pdu_verify_conn_param_req()
916 zassert_equal(pdu->llctrl.conn_param_rsp.offset1, p->offset1, in helper_pdu_verify_conn_param_rsp()
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c72 .offset1 = 0xffffU,
86 .offset1 = 0xffffU,
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h709 uint16_t offset1; member
724 uint16_t offset1; member
744 uint16_t offset1; member
Dull_llcp_pdu.c521 p->offset1 = sys_cpu_to_le16(ctx->data.cu.offsets[1]); in encode_conn_param_req_rsp_common()
553 ctx->data.cu.offsets[1] = sys_le16_to_cpu(p->offset1); in decode_conn_param_req_rsp_common()