Home
last modified time | relevance | path

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

/dragonfly/sys/bus/firewire/
H A Dfirewire.h68 struct fw_reg_req_t { struct
404 #define FWOHCI_RDREG _IOWR('S', 80, struct fw_reg_req_t)
405 #define FWOHCI_WRREG _IOWR('S', 81, struct fw_reg_req_t)
406 #define FWOHCI_RDPHYREG _IOWR('S', 82, struct fw_reg_req_t)
407 #define FWOHCI_WRPHYREG _IOWR('S', 83, struct fw_reg_req_t)
H A Dfwohci.c341 struct fw_reg_req_t *reg = (struct fw_reg_req_t *) ap->a_data; in fwohci_ioctl()