Lines Matching refs:az
70 struct aztech *az = container_of(isa, struct aztech, isa);
71 u8 bits = az->curvol;
80 outb_p(bits, az->isa.io);
85 struct aztech *az = kzalloc(sizeof(*az), GFP_KERNEL);
87 return az ? &az->isa : NULL;
111 struct aztech *az = container_of(isa, struct aztech, isa);
115 az->curvol = (vol & 1) + ((vol & 2) << 1);
116 outb(az->curvol, isa->io);