Home
last modified time | relevance | path

Searched refs:serials (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H A Dtsa.c129 } serials[6]; member
134 /* The serials table is indexed by the serial id */ in tsa_serial_get_tsa()
135 return container_of(tsa_serial, struct tsa, serials[tsa_serial->id]); in tsa_serial_get_tsa()
388 if (serial_id >= ARRAY_SIZE(tsa->serials)) { in tsa_of_parse_tdm_route()
409 serial_info = &tsa->serials[serial_id].info; in tsa_of_parse_tdm_route()
658 for (i = 0; i < ARRAY_SIZE(tsa->serials); i++) in tsa_probe()
659 tsa->serials[i].id = i; in tsa_probe()
785 if (out_args.args[0] >= ARRAY_SIZE(tsa->serials)) { in tsa_serial_get_byphandle()
790 tsa_serial = &tsa->serials[out_args.args[0]]; in tsa_serial_get_byphandle()

Completed in 2 milliseconds