Searched refs:offset1 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_microchip_t1s.c | 299 int8_t offset1; in lan865x_calculate_update_cfgparams() local 304 ret = lan865x_calculate_offset(dev, 0x04, &offset1); in lan865x_calculate_update_cfgparams() 316 cfgparam = (uint16_t)(((9 + offset1) & 0x3F) << 10) | in lan865x_calculate_update_cfgparams() 317 (uint16_t)(((14 + offset1) & 0x3F) << 4) | 0x03; in lan865x_calculate_update_cfgparams() 325 cfgparam = (uint16_t)(((5 + offset1) & 0x3F) << 8) | (uint16_t)((9 + offset1) & 0x3F); in lan865x_calculate_update_cfgparams() 329 cfgparam = (uint16_t)(((9 + offset1) & 0x3F) << 8) | (uint16_t)((14 + offset1) & 0x3F); in lan865x_calculate_update_cfgparams() 333 cfgparam = (uint16_t)(((17 + offset1) & 0x3F) << 8) | (uint16_t)((22 + offset1) & 0x3F); in lan865x_calculate_update_cfgparams()
|
/Zephyr-latest/subsys/shell/ |
D | shell_utils.h | 19 uint16_t offset1, 23 uint16_t offset1,
|
D | shell_utils.c | 71 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/tests/bluetooth/controller/ctrl_conn_update/src/ |
D | main.c | 69 .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/ |
D | helper_pdu.c | 281 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/ |
D | main.c | 72 .offset1 = 0xffffU, 86 .offset1 = 0xffffU,
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 709 uint16_t offset1; member 724 uint16_t offset1; member 744 uint16_t offset1; member
|
D | ull_llcp_pdu.c | 521 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()
|