Lines Matching defs:s
585 #define SLOT_POWER(s) ((u8) ((s & HPC_SLOT_POWER) \ argument
588 #define SLOT_CONNECT(s) ((u8) ((s & HPC_SLOT_CONNECT) \ argument
591 #define SLOT_ATTN(s, es) ((u8) ((es & HPC_SLOT_BLINK_ATTN) \ argument
595 #define SLOT_PRESENT(s) ((u8) ((s & HPC_SLOT_PRSNT1) \ argument
599 #define SLOT_PWRGD(s) ((u8) ((s & HPC_SLOT_PWRGD) \ argument
602 #define SLOT_BUS_SPEED(s) ((u8) ((s & HPC_SLOT_BUS_SPEED) \ argument
605 #define SLOT_LATCH(s) ((u8) ((s & HPC_SLOT_LATCH) \ argument
622 #define CURRENT_BUS_SPEED(s) ((u8) (s & BUS_SPEED_2) \ argument
626 #define CURRENT_BUS_MODE(s) ((u8) (s & BUS_MODE) ? BUS_MODE_PCIX : BUS_MODE_PCI) argument
628 #define READ_BUS_STATUS(s) ((u8) (s->options & BUS_STATUS_AVAILABLE)) argument
630 #define READ_BUS_MODE(s) ((s->revision & PRGM_MODEL_REV_LEVEL) >= 0x20) argument
632 #define SET_BUS_STATUS(s) ((u8) (s->options & BUS_CONTROL_AVAILABLE)) argument
634 #define READ_SLOT_LATCH(s) ((u8) (s->options & SLOT_LATCH_REGS_SUPPORTED)) argument