Lines Matching refs:u8

47 	u8 type;
48 u8 length;
50 u8 name_string_num;
51 u8 slot_type;
52 u8 slot_width;
53 u8 slot_current_usage;
54 u8 slot_length;
56 u8 properties1;
57 u8 properties2;
76 u8 type;
77 u8 length;
90 u8 ep_checksum;
91 u8 ep_length;
92 u8 major_version;
93 u8 minor_version;
95 u8 ep_rev;
96 u8 reserved[5];
98 u8 int_checksum;
102 u8 bcd_rev;
123 u8 slot_RST; /* 0x00 */
124 u8 slot_enable; /* 0x01 */
129 u8 reserved0; /* 0x10 */
130 u8 reserved1; /* 0x11 */
131 u8 reserved2; /* 0x12 */
132 u8 gen_output_AB; /* 0x13 */
137 u8 reserved6; /* 0x24 */
138 u8 reserved7; /* 0x25 */
140 u8 slot_mask; /* 0x28 */
141 u8 reserved9; /* 0x29 */
142 u8 reserved10; /* 0x2a */
143 u8 reserved11; /* 0x2b */
144 u8 slot_SERR; /* 0x2c */
145 u8 slot_power; /* 0x2d */
146 u8 reserved12; /* 0x2e */
147 u8 reserved13; /* 0x2f */
148 u8 next_curr_freq; /* 0x30 */
149 u8 reset_freq_mode; /* 0x31 */
188 u8 number_of_entries;
189 u8 revision;
211 u8 dev_func;
212 u8 primary_bus;
213 u8 secondary_bus;
214 u8 max_bus;
241 u8 bus;
242 u8 device;
243 u8 function;
244 u8 is_a_board;
246 u8 configured;
247 u8 switch_save;
248 u8 presence_save;
250 u8 base_type[0x06];
263 u8 bus;
264 u8 device;
265 u8 number;
266 u8 is_a_board;
267 u8 configured;
268 u8 state;
269 u8 switch_save;
270 u8 presence_save;
274 u8 hp_slot;
288 u8 hp_slot;
304 u8 next_event;
305 u8 interrupt;
306 u8 cfgspc_irq;
307 u8 bus; /* bus number for the pci hotplug controller */
308 u8 rev;
309 u8 slot_device_offset;
310 u8 first_slot;
311 u8 add_support;
312 u8 push_flag;
313 u8 push_button; /* 0 = no pushbutton, 1 = pushbutton present */
314 u8 slot_switch_type; /* 0 = no switch, 1 = switch present */
315 u8 defeature_PHP; /* 0 = PHP not supported, 1 = PHP supported */
316 u8 alternate_base_address; /* 0 = not supported, 1 = supported */
317 u8 pci_config_space; /* Index/data access to working registers 0 = not supported, 1 = supported */
318 u8 pcix_speed_capability; /* PCI-X */
319 u8 pcix_support; /* PCI-X */
327 u8 barber_pole;
328 u8 valid_INT;
329 u8 interrupt[4];
430 int cpqhp_set_irq(u8 bus_num, u8 dev_num, u8 int_pin, u8 irq_num);
431 int cpqhp_get_bus_dev(struct controller *ctrl, u8 *bus_num, u8 *dev_num,
432 u8 slot);
454 extern u8 cpqhp_nic_irq;
455 extern u8 cpqhp_disk_irq;
489 static inline void amber_LED_on(struct controller *ctrl, u8 slot) in amber_LED_on()
499 static inline void amber_LED_off(struct controller *ctrl, u8 slot) in amber_LED_off()
509 static inline int read_amber_LED(struct controller *ctrl, u8 slot) in read_amber_LED()
520 static inline void green_LED_on(struct controller *ctrl, u8 slot) in green_LED_on()
529 static inline void green_LED_off(struct controller *ctrl, u8 slot) in green_LED_off()
539 static inline void green_LED_blink(struct controller *ctrl, u8 slot) in green_LED_blink()
550 static inline void slot_disable(struct controller *ctrl, u8 slot) in slot_disable()
552 u8 slot_enable; in slot_disable()
560 static inline void slot_enable(struct controller *ctrl, u8 slot) in slot_enable()
562 u8 slot_enable; in slot_enable()
570 static inline u8 is_slot_enabled(struct controller *ctrl, u8 slot) in is_slot_enabled()
572 u8 slot_enable; in is_slot_enabled()
580 static inline u8 read_slot_enable(struct controller *ctrl) in read_slot_enable()
593 static inline u8 get_controller_speed(struct controller *ctrl) in get_controller_speed()
595 u8 curr_freq; in get_controller_speed()
625 static inline u8 get_adapter_speed(struct controller *ctrl, u8 hp_slot) in get_adapter_speed()
642 static inline void enable_slot_power(struct controller *ctrl, u8 slot) in enable_slot_power()
644 u8 slot_power; in enable_slot_power()
651 static inline void disable_slot_power(struct controller *ctrl, u8 slot) in disable_slot_power()
653 u8 slot_power; in disable_slot_power()
663 u8 hp_slot; in cpq_get_attention_status()
673 u8 hp_slot; in get_slot_enabled()
685 u8 hp_slot; in cpq_get_latch_status()
701 u8 hp_slot; in get_presence_status()