HomeSort by: relevance | last modified time | path
    Searched refs:attn (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/vax/mba/
mba.c 171 int itype, attn, anr; local in function:mbaintr
176 attn = MBA_RCSR(MUREG(0, MU_AS)) & 0xff;
177 MBA_WCSR(MUREG(0, MU_AS), attn);
190 switch ((*md->md_finish)(md, itype, &attn)) {
220 while (attn) {
221 anr = ffs(attn) - 1;
222 attn &= ~(1 << anr);
hp.c 358 hpfinish(struct mba_device *md, int mbasr, int *attn)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
pxa300-raumfeld-controller.dts 200 attn-gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;

Completed in 13 milliseconds