Searched refs:sja1105_pack (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | sja1105_spi.c | 27 sja1105_pack(buf, &msg->access, 31, 31, size); in sja1105_spi_message_pack() 28 sja1105_pack(buf, &msg->read_count, 30, 25, size); in sja1105_spi_message_pack() 29 sja1105_pack(buf, &msg->address, 24, 4, size); in sja1105_spi_message_pack() 171 sja1105_pack(packed_buf, value, 63, 0, 8); in sja1105_xfer_u64() 195 sja1105_pack(packed_buf, &tmp, 31, 0, 4); in sja1105_xfer_u32() 216 sja1105_pack(packed_buf, &cold_rst, 3, 3, size); in sja1105et_reset_cmd() 230 sja1105_pack(packed_buf, &cold_rst, 2, 2, size); in sja1105pqrs_reset_cmd()
|
| H A D | sja1105_static_config.c | 17 void sja1105_pack(void *buf, const u64 *val, int start, int end, size_t len) in sja1105_pack() function 582 sja1105_pack(buf + SJA1105_SIZE_TABLE_HEADER - 4, &hdr->crc, 31, 0, 4); in sja1105_table_header_pack_with_crc() 592 sja1105_pack(crc_ptr, &computed_crc, 31, 0, 4); in sja1105_table_write_crc() 769 sja1105_pack(p, &config->device_id, 31, 0, 4); in sja1105_static_config_pack()
|
| H A D | sja1105_static_config.h | 428 void sja1105_pack(void *buf, const u64 *val, int start, int end, size_t len);
|
| H A D | sja1105_dynamic_config.c | 363 sja1105_pack(p, &mgmtroute, 26, 26, SJA1105_SIZE_DYN_CMD); in sja1105et_mgmt_route_cmd_packing() 395 sja1105_pack(p, &mgmtroute, 26, 26, SJA1105_SIZE_DYN_CMD); in sja1105pqrs_mgmt_route_cmd_packing()
|