Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dahcisata_core.c845 struct ahci_cmd_tbl *cmd_tbl; in ahci_do_reset_drive() local
890 cmd_tbl = achp->ahcic_cmd_tbl[c_slot]; in ahci_do_reset_drive()
895 memset(cmd_tbl->cmdt_cfis, 0, 64); in ahci_do_reset_drive()
896 cmd_tbl->cmdt_cfis[fis_type] = RHD_FISTYPE; in ahci_do_reset_drive()
897 cmd_tbl->cmdt_cfis[rhd_c] = drive; in ahci_do_reset_drive()
898 cmd_tbl->cmdt_cfis[rhd_control] = WDCTL_RST | WDCTL_4BIT; in ahci_do_reset_drive()
935 memset(cmd_tbl->cmdt_cfis, 0, 64); in ahci_do_reset_drive()
936 cmd_tbl->cmdt_cfis[fis_type] = RHD_FISTYPE; in ahci_do_reset_drive()
937 cmd_tbl->cmdt_cfis[rhd_c] = drive; in ahci_do_reset_drive()
938 cmd_tbl->cmdt_cfis[rhd_control] = WDCTL_4BIT; in ahci_do_reset_drive()
[all …]
/netbsd/src/sys/ddb/
Ddb_command.c501 db_register_tbl(uint8_t type, const struct db_command *cmd_tbl) in db_register_tbl() argument
506 if (cmd_tbl->name == 0) in db_register_tbl()
516 list_ent->db_cmd=cmd_tbl; in db_register_tbl()
550 db_unregister_tbl(uint8_t type,const struct db_command *cmd_tbl) in db_unregister_tbl() argument
571 if (list_ent->db_cmd == cmd_tbl){ in db_unregister_tbl()