Searched refs:PORTNAME (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | sili.c | 107 #define PORTNAME(_sp) ((_sp)->sp_name) macro 109 #define PORTNAME(_sp) DEVNAME((_sp)->sp_sc) macro 298 "%d\n", PORTNAME(sp), ccb->ccb_xa.tag, in sili_pmp_port_start_error_recovery() 306 PORTNAME(sp)); in sili_pmp_port_start_error_recovery() 315 "error port mask %x, active slot mask %x\n", PORTNAME(sp), err_port, in sili_pmp_port_start_error_recovery() 326 PORTNAME(sp)); in sili_port_clear_commands() 350 "for %x\n", PORTNAME(sp), sp->sp_err_active); in sili_pmp_port_do_error_recovery() 362 PORTNAME(sp)); in sili_pmp_port_do_error_recovery() 382 PORTNAME(sp), ccb->ccb_xa.tag); in sili_simulate_error() 418 "active: %08x\n", PORTNAME(sp), is, is >> 16, SILI_PFMT_IS, in sili_port_intr() [all …]
|
| D | ahci.c | 710 printf("%s: port %d: %s\n", PORTNAME(ap), port, speed); in ahci_port_detect() 880 " softreset failure\n", PORTNAME(ap), p); in ahci_port_init() 886 PORTNAME(ap), p, sig); in ahci_port_init() 979 printf("%s: CLO requested while port running\n", PORTNAME(ap)); in ahci_port_clo() 985 printf("%s: CLO did not complete\n", PORTNAME(ap)); in ahci_port_clo() 1002 DPRINTF(AHCI_D_VERBOSE, "%s: soft reset\n", PORTNAME(ap)); in ahci_port_softreset() 1014 PORTNAME(ap)); in ahci_port_softreset() 1029 PORTNAME(ap)); in ahci_port_softreset() 1036 printf("%s: CLO %s, need port reset\n", PORTNAME(ap), in ahci_port_softreset() 1075 PORTNAME(ap), ahci_pread(ap, AHCI_PREG_TFD), in ahci_port_softreset() [all …]
|
| D | ahcivar.h | 107 #define PORTNAME(_ap) ((_ap)->ap_name) macro 109 #define PORTNAME(_ap) DEVNAME((_ap)->ap_sc) macro
|