Home
last modified time | relevance | path

Searched defs:icp_cmd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dicpreg.h344 struct icp_cmd { struct
345 u_int32_t cmd_boardnode; /* always 0 */
346 u_int32_t cmd_cmdindex; /* command identifier */
347 u_int16_t cmd_opcode;
349 union {
354 } cmd_packet;
H A Dicp.c785 icp_cmd(struct icp_softc *icp, u_int8_t service, u_int16_t opcode, in icp_cmd() function