Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfirewirereg.h57 int rommax; /* offset from 0xffff f000 0000 */ member
H A Dfwdev.c667 if (fwdev->rommax < CSRROMOFF) in fw_ioctl()
670 len = fwdev->rommax - CSRROMOFF + 4; in fw_ioctl()
H A Dfirewire.c1688 if (fwdev->rommax < off) in fw_explore_csrblock()
1689 fwdev->rommax = off; in fw_explore_csrblock()
1849 fwdev->rommax = CSRROMOFF + sizeof(uint32_t) * 4; in fw_explore_node()