Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfirewire.c1467 dir = (struct csrdirectory *)&fwdev->csrrom[offset / sizeof(uint32_t)]; in fw_explore_csrblock()
1474 reg = (struct csrreg *)&fwdev->csrrom[offset / sizeof(uint32_t)]; in fw_explore_csrblock()
1521 csr = dfwdev->csrrom; in fw_explore_node()
1632 if (bcmp(&csr[0], &fwdev->csrrom[0], sizeof(uint32_t) * 5) == 0) { in fw_explore_node()
1640 bzero(&fwdev->csrrom[0], CROMSIZE); in fw_explore_node()
1643 bcopy(&csr[0], &fwdev->csrrom[0], sizeof(uint32_t) * 5); in fw_explore_node()
1653 fwdev->csrrom[0] = 0; in fw_explore_node()
H A Dfirewirereg.h59 uint32_t csrrom[CSRROMSIZE / 4]; member
H A Dsbp.c424 crom_init_context(&cc, target->fwdev->csrrom); in sbp_alloc_lun()
486 crom_init_context(&cc, target->fwdev->csrrom); in sbp_alloc_lun()
596 crom_init_context(&cc, target->fwdev->csrrom); in sbp_alloc_target()
631 crom_init_context(cc, fwdev->csrrom); in sbp_probe_lun()
684 && crom_has_specver((fwdev)->csrrom, CSRVAL_ANSIT10, CSRVAL_T10SBP2))
H A Dfwdev.c798 ptr = (void *)&fwdev->csrrom[0]; in fw_ioctl()