Lines Matching defs:ax
349 uint16_t ax, bx, cx;
357 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (edx)
360 rv = pcibios_return_code(ax, "pcibios_get_status");
370 *mech1 = ax & 1;
371 *mech2 = ax & (1 << 1);
372 *scmech1 = ax & (1 << 4);
373 *scmech2 = ax & (1 << 5);
385 uint16_t ax, bx;
404 : "=a" (ax), "=b" (bx)
408 rv = pcibios_return_code(ax, "pcibios_get_intr_routing");
419 pcibios_return_code(uint16_t ax, const char *func)
422 int rv = ax >> 8;
604 uint16_t ax, bx, cx;
618 : "=a" (ax)
623 rv = pcibios_return_code(ax, "pcibios_biosroute");