Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c391 static struct ecpp_hw m1553 = { variable
439 { "pnpALI,1533,3", &m1553, "M1553" },
943 if (pp->hw == &m1553) { in ecpp_get_props()
944 pp->uh.m1553.chn = ddi_prop_get_int(DDI_DEV_T_ANY, in ecpp_get_props()
946 ecpp_error(pp->dip, "ecpp_get_prop:chn=%x\n", pp->uh.m1553.chn); in ecpp_get_props()
3079 if (pp->hw == &m1553) in ecpp_isr()
4538 pp->rev_timeout_cnt = (pp->hw == &m1553) ? 1 : in ecp_peripheral2host()
5764 if (ddi_regs_map_setup(pp->dip, 1, (caddr_t *)&pp->uh.m1553.isa_space, in m1553_map_regs()
5766 &pp->uh.m1553.d_handle) != DDI_SUCCESS) { in m1553_map_regs()
5795 if (pp->uh.m1553.d_handle) { in m1553_unmap_regs()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h139 struct ecpp_m1553 m1553; member