Home
last modified time | relevance | path

Searched refs:secthead (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/dev/txp/
H A Dif_txp.c604 struct txp_fw_section_header *secthead; in txp_download_fw() local
654 secthead = (struct txp_fw_section_header *)(((uint8_t *)tc990image) + in txp_download_fw()
658 if ((error = txp_download_fw_section(sc, secthead, sect)) != 0) in txp_download_fw()
660 secthead = (struct txp_fw_section_header *) in txp_download_fw()
661 (((uint8_t *)secthead) + le32toh(secthead->nbytes) + in txp_download_fw()
662 sizeof(*secthead)); in txp_download_fw()