Searched refs:tx_conf_msg (Results 1 – 4 of 4) sorted by relevance
400 struct es58x_fd_tx_conf_msg tx_conf_msg = { 0 }; in es58x_fd_enable_channel() local412 tx_conf_msg.sync_edge = ES58X_SYNC_EDGE_SINGLE; in es58x_fd_enable_channel()414 tx_conf_msg.echo_mode = ES58X_ECHO_ON; in es58x_fd_enable_channel()416 tx_conf_msg.ctrlmode |= ES58X_FD_CTRLMODE_PASSIVE; in es58x_fd_enable_channel()418 tx_conf_msg.ctrlmode |= ES58X_FD_CTRLMODE_ACTIVE; in es58x_fd_enable_channel()422 tx_conf_msg.canfd_enabled = 1; in es58x_fd_enable_channel()424 tx_conf_msg.ctrlmode |= ES58X_FD_CTRLMODE_FD; in es58x_fd_enable_channel()425 tx_conf_msg.canfd_enabled = 1; in es58x_fd_enable_channel()428 if (tx_conf_msg.canfd_enabled) { in es58x_fd_enable_channel()433 tx_conf_msg.tdc_enabled = 1; in es58x_fd_enable_channel()[all …]
396 struct es581_4_tx_conf_msg tx_conf_msg = { 0 }; in es581_4_set_bittiming() local399 tx_conf_msg.bitrate = cpu_to_le32(bt->bitrate); in es581_4_set_bittiming()401 tx_conf_msg.sample_point = cpu_to_le32(bt->sample_point / 10U); in es581_4_set_bittiming()402 tx_conf_msg.samples_per_bit = cpu_to_le32(ES58X_SAMPLES_PER_BIT_ONE); in es581_4_set_bittiming()403 tx_conf_msg.bit_time = cpu_to_le32(can_bit_time(bt)); in es581_4_set_bittiming()404 tx_conf_msg.sjw = cpu_to_le32(bt->sjw); in es581_4_set_bittiming()405 tx_conf_msg.sync_edge = cpu_to_le32(ES58X_SYNC_EDGE_SINGLE); in es581_4_set_bittiming()406 tx_conf_msg.physical_layer = in es581_4_set_bittiming()408 tx_conf_msg.echo_mode = cpu_to_le32(ES58X_ECHO_ON); in es581_4_set_bittiming()412 ES581_4_CMD_ID_SET_BITTIMING, &tx_conf_msg, in es581_4_set_bittiming()[all …]
185 struct es581_4_tx_conf_msg tx_conf_msg; member
214 struct es58x_fd_tx_conf_msg tx_conf_msg; member
Completed in 13 milliseconds