Searched refs:phs (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | wd33c93.c | 741 uchar asr, sr, phs, id, lun, *ucp, msg; in wd33c93_intr() local 757 phs = read_wd33c93(regs, WD_COMMAND_PHASE); in wd33c93_intr() 1111 if (phs == 0x60) { in wd33c93_intr() 1139 asr, sr, phs); in wd33c93_intr() 1304 if (phs == 0x00) { in wd33c93_intr() 1313 asr, sr, phs); in wd33c93_intr() 1436 printk("--UNKNOWN INTERRUPT:%02x:%02x:%02x--", asr, sr, phs); in wd33c93_intr()
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 411 ph = ns->fdp.phs = g_new(uint16_t, 1); in nvme_ns_init_fdp() 492 ph = ns->fdp.phs = g_new(uint16_t, ns->fdp.nphs); in nvme_ns_init_fdp() 702 g_free(ns->fdp.phs); in nvme_ns_cleanup()
|
H A D | nvme.h | 273 uint16_t *phs; member
|
H A D | ctrl.c | 486 ruhid = ns->fdp.phs[ph]; in nvme_update_ruh() 3671 ruhid = ns->fdp.phs[ph]; in nvme_do_write_fdp() 4493 ruhid = ns->fdp.phs; in nvme_io_mgmt_recv_ruhs() 6082 ruhid = ns->fdp.phs[ph]; in nvme_get_feature_fdp_events() 6355 ruhid = ns->fdp.phs[ph]; in nvme_set_feature_fdp_events()
|