Searched refs:snscb_ports (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/isp/
H A Disp.c2093 if (rs->snscb_ports[portidx].control & 0x80)
2096 if ((rs->snscb_ports[portidx].control & 0x80) == 0) {
2109 ((rs->snscb_ports[portidx].portid[0]) << 16) |
2110 ((rs->snscb_ports[portidx].portid[1]) << 8) |
2111 ((rs->snscb_ports[portidx].portid[2]));
2115 ((rs->snscb_ports[npidx].portid[0]) << 16) |
2116 ((rs->snscb_ports[npidx].portid[1]) << 8) |
2117 ((rs->snscb_ports[npidx].portid[2]));
2124 rs->snscb_ports[npidx].portid[0] = 0;
2125 rs->snscb_ports[npid
[all...]
H A Disp_library.c1113 ISP_IOZGET_8(isp, &src->snscb_ports[i].control,
1114 dst->snscb_ports[i].control);
1116 ISP_IOZGET_8(isp, &src->snscb_ports[i].portid[j],
1117 dst->snscb_ports[i].portid[j]);
1119 if (dst->snscb_ports[i].control & 0x80)
H A Dispmbox.h1184 } snscb_ports[1]; member in struct:__anon12469

Completed in 116 milliseconds