Lines Matching refs:u8

33 	u8 type;
34 u8 length;
36 u8 name_string_num;
37 u8 slot_type;
38 u8 slot_width;
39 u8 slot_current_usage;
40 u8 slot_length;
42 u8 properties1;
43 u8 properties2;
62 u8 type;
63 u8 length;
76 u8 ep_checksum;
77 u8 ep_length;
78 u8 major_version;
79 u8 minor_version;
81 u8 ep_rev;
82 u8 reserved[5];
84 u8 int_checksum;
88 u8 bcd_rev;
109 u8 slot_RST; /* 0x00 */
110 u8 slot_enable; /* 0x01 */
115 u8 reserved0; /* 0x10 */
116 u8 reserved1; /* 0x11 */
117 u8 reserved2; /* 0x12 */
118 u8 gen_output_AB; /* 0x13 */
123 u8 reserved6; /* 0x24 */
124 u8 reserved7; /* 0x25 */
126 u8 slot_mask; /* 0x28 */
127 u8 reserved9; /* 0x29 */
128 u8 reserved10; /* 0x2a */
129 u8 reserved11; /* 0x2b */
130 u8 slot_SERR; /* 0x2c */
131 u8 slot_power; /* 0x2d */
132 u8 reserved12; /* 0x2e */
133 u8 reserved13; /* 0x2f */
134 u8 next_curr_freq; /* 0x30 */
135 u8 reset_freq_mode; /* 0x31 */
174 u8 number_of_entries;
175 u8 revision;
197 u8 dev_func;
198 u8 primary_bus;
199 u8 secondary_bus;
200 u8 max_bus;
227 u8 bus;
228 u8 device;
229 u8 function;
230 u8 is_a_board;
232 u8 configured;
233 u8 switch_save;
234 u8 presence_save;
236 u8 base_type[0x06];
249 u8 bus;
250 u8 device;
251 u8 number;
252 u8 is_a_board;
253 u8 configured;
254 u8 state;
255 u8 switch_save;
256 u8 presence_save;
260 u8 hp_slot;
274 u8 hp_slot;
290 u8 next_event;
291 u8 interrupt;
292 u8 cfgspc_irq;
293 u8 bus; /* bus number for the pci hotplug controller */
294 u8 rev;
295 u8 slot_device_offset;
296 u8 first_slot;
297 u8 add_support;
298 u8 push_flag;
299 u8 push_button; /* 0 = no pushbutton, 1 = pushbutton present */
300 u8 slot_switch_type; /* 0 = no switch, 1 = switch present */
301 u8 defeature_PHP; /* 0 = PHP not supported, 1 = PHP supported */
302 u8 alternate_base_address; /* 0 = not supported, 1 = supported */
303 u8 pci_config_space; /* Index/data access to working registers 0 = not supported, 1 = supported */
304 u8 pcix_speed_capability; /* PCI-X */
305 u8 pcix_support; /* PCI-X */
313 u8 barber_pole;
314 u8 valid_INT;
315 u8 interrupt[4];
416 int cpqhp_set_irq(u8 bus_num, u8 dev_num, u8 int_pin, u8 irq_num);
417 int cpqhp_get_bus_dev(struct controller *ctrl, u8 *bus_num, u8 *dev_num,
418 u8 slot);
440 extern u8 cpqhp_nic_irq;
441 extern u8 cpqhp_disk_irq;
480 static inline void amber_LED_on(struct controller *ctrl, u8 slot) in amber_LED_on()
490 static inline void amber_LED_off(struct controller *ctrl, u8 slot) in amber_LED_off()
500 static inline int read_amber_LED(struct controller *ctrl, u8 slot) in read_amber_LED()
511 static inline void green_LED_on(struct controller *ctrl, u8 slot) in green_LED_on()
520 static inline void green_LED_off(struct controller *ctrl, u8 slot) in green_LED_off()
530 static inline void green_LED_blink(struct controller *ctrl, u8 slot) in green_LED_blink()
541 static inline void slot_disable(struct controller *ctrl, u8 slot) in slot_disable()
543 u8 slot_enable; in slot_disable()
551 static inline void slot_enable(struct controller *ctrl, u8 slot) in slot_enable()
553 u8 slot_enable; in slot_enable()
561 static inline u8 is_slot_enabled(struct controller *ctrl, u8 slot) in is_slot_enabled()
563 u8 slot_enable; in is_slot_enabled()
571 static inline u8 read_slot_enable(struct controller *ctrl) in read_slot_enable()
584 static inline u8 get_controller_speed(struct controller *ctrl) in get_controller_speed()
586 u8 curr_freq; in get_controller_speed()
616 static inline u8 get_adapter_speed(struct controller *ctrl, u8 hp_slot) in get_adapter_speed()
633 static inline void enable_slot_power(struct controller *ctrl, u8 slot) in enable_slot_power()
635 u8 slot_power; in enable_slot_power()
642 static inline void disable_slot_power(struct controller *ctrl, u8 slot) in disable_slot_power()
644 u8 slot_power; in disable_slot_power()
654 u8 hp_slot; in cpq_get_attention_status()
664 u8 hp_slot; in get_slot_enabled()
676 u8 hp_slot; in cpq_get_latch_status()
692 u8 hp_slot; in get_presence_status()