Searched refs:sja1105_pack (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/dsa/sja1105/ |
D | sja1105_spi.c | 23 sja1105_pack(buf, &msg->access, 31, 31, size); in sja1105_spi_message_pack() 24 sja1105_pack(buf, &msg->read_count, 30, 25, size); in sja1105_spi_message_pack() 25 sja1105_pack(buf, &msg->address, 24, 4, size); in sja1105_spi_message_pack() 139 sja1105_pack(packed_buf, value, 63, 0, 8); in sja1105_xfer_u64() 163 sja1105_pack(packed_buf, &tmp, 31, 0, 4); in sja1105_xfer_u32()
|
D | sja1105_static_config.h | 497 void sja1105_pack(void *buf, const u64 *val, int start, int end, size_t len);
|
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 941 sja1105_pack(buf + SJA1105_SIZE_TABLE_HEADER - 4, &hdr->crc, 31, 0, 4); in sja1105_table_header_pack_with_crc() 951 sja1105_pack(crc_ptr, &computed_crc, 31, 0, 4); in sja1105_table_write_crc() 1127 sja1105_pack(p, &config->device_id, 31, 0, 4); in sja1105_static_config_pack()
|
D | sja1105_dynamic_config.c | 446 sja1105_pack(p, &mgmtroute, 26, 26, SJA1105_SIZE_DYN_CMD); in sja1105et_mgmt_route_cmd_packing() 478 sja1105_pack(p, &mgmtroute, 26, 26, SJA1105_SIZE_DYN_CMD); in sja1105pqrs_mgmt_route_cmd_packing()
|