Searched refs:serial_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
H A D | tsa.c | 284 static const char *tsa_serial_id2name(struct tsa *tsa, u32 serial_id) in tsa_serial_id2name() argument 286 switch (serial_id) { in tsa_serial_id2name() 299 static u32 tsa_serial_id2csel(struct tsa *tsa, u32 serial_id) in tsa_serial_id2csel() argument 301 switch (serial_id) { in tsa_serial_id2csel() 314 u32 count, u32 serial_id) in tsa_add_entry() 337 val = TSA_SIRAM_ENTRY_BYTE | tsa_serial_id2csel(tsa, serial_id); in tsa_add_entry() 361 u32 serial_id; in tsa_of_parse_tdm_route() local 386 of_property_read_u32_index(tdm_np, route_name, i + 1, &serial_id); in tsa_of_parse_tdm_route() 388 if (serial_id >= ARRAY_SIZE(tsa->serials)) { in tsa_of_parse_tdm_route() 390 tdm_np, serial_id); in tsa_of_parse_tdm_route() 313 tsa_add_entry(struct tsa *tsa, struct tsa_entries_area *area, u32 count, u32 serial_id) tsa_add_entry() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | debugfs.c | 855 __le16 serial_id; in mt7996_debugfs_rx_fw_monitor() member 868 hdr.serial_id = cpu_to_le16(dev->fw_debug_seq++); in mt7996_debugfs_rx_fw_monitor()
|
Completed in 3 milliseconds