Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/firewire/
HDfirewirereg.h58 int rommax; /* offset from 0xffff f000 0000 */ member
HDfwdev.c799 if (fwdev->rommax < CSRROMOFF) in fw_ioctl()
802 len = fwdev->rommax - CSRROMOFF + 4; in fw_ioctl()
HDfirewire.c1484 if (fwdev->rommax < off) in fw_explore_csrblock()
1485 fwdev->rommax = off; in fw_explore_csrblock()
1645 fwdev->rommax = CSRROMOFF + sizeof(uint32_t) * 4; in fw_explore_node()