Searched refs:port_stat (Results 1 – 3 of 3) sorted by relevance
683 static inline void mtip_process_legacy(struct driver_data *dd, u32 port_stat) in mtip_process_legacy() argument700 static inline void mtip_process_errors(struct driver_data *dd, u32 port_stat) in mtip_process_errors() argument702 if (unlikely(port_stat & PORT_IRQ_CONNECT)) { in mtip_process_errors()708 if (unlikely(port_stat & PORT_IRQ_PHYRDY)) { in mtip_process_errors()714 if (unlikely(port_stat & ~PORT_IRQ_HANDLED)) { in mtip_process_errors()717 (port_stat & ~PORT_IRQ_HANDLED)); in mtip_process_errors()721 if (likely(port_stat & (PORT_IRQ_TF_ERR | PORT_IRQ_IF_ERR))) { in mtip_process_errors()731 u32 hba_stat, port_stat; in mtip_handle_irq() local741 port_stat = readl(port->mmio + PORT_IRQ_STAT); in mtip_handle_irq()742 if (unlikely(port_stat == 0xFFFFFFFF)) { in mtip_handle_irq()[all …]
90 u32 port_stat; /* USB_PORT_STAT_xxx */ member144 #define usbhsh_port_stat_init(h) ((h)->port_stat = 0)145 #define usbhsh_port_stat_set(h, s) ((h)->port_stat |= (s))146 #define usbhsh_port_stat_clear(h, s) ((h)->port_stat &= ~(s))147 #define usbhsh_port_stat_get(h) ((h)->port_stat)
476 unsigned int port_stat; in rt9471_bc12_done_handler() local479 ret = regmap_field_read(chip->rm_fields[F_PORT_STAT], &port_stat); in rt9471_bc12_done_handler()483 switch (port_stat) { in rt9471_bc12_done_handler()