Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfirewire.h449 #define FWOHCI_WRPHYREG _IOWR('S', 83, struct fw_reg_req_t) macro
H A Dfwohci.c403 case FWOHCI_WRPHYREG: in fwohci_ioctl()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c582 if (ioctl(fd, FWOHCI_WRPHYREG, &reg) < 0) in read_phy_page()