Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwcam.c88 uint32_t cmd_base; in fwcam_find_iidc() local
95 cmd_base = 0; in fwcam_find_iidc()
99 cmd_base = reg->val; in fwcam_find_iidc()
101 return (cmd_base); in fwcam_find_iidc()
894 uint32_t cmd_base; in fwcam_post_explore() local
931 cmd_base = fwcam_find_iidc(fwdev); in fwcam_post_explore()
932 if (cmd_base == 0) in fwcam_post_explore()
937 sc->cmd_lo = 0xf0000000 | (cmd_base << 2); in fwcam_post_explore()