Searched refs:port_stat (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 683 static inline void mtip_process_legacy(struct driver_data *dd, u32 port_stat) in mtip_process_legacy() argument 700 static inline void mtip_process_errors(struct driver_data *dd, u32 port_stat) in mtip_process_errors() argument 702 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() local 741 port_stat = readl(port->mmio + PORT_IRQ_STAT); in mtip_handle_irq() 742 if (unlikely(port_stat in mtip_handle_irq() [all...] |
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 90 u32 port_stat; /* USB_PORT_STAT_xxx */ member 144 #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) 1267 dev_dbg(dev, "typeReq = %x, ret = %d, port_stat = %x\n", in usbhsh_hub_control()
|
/linux/drivers/power/supply/ |
H A D | rt9471.c | 482 unsigned int port_stat; in rt9471_bc12_done_handler() local 485 ret = regmap_field_read(chip->rm_fields[F_PORT_STAT], &port_stat); in rt9471_bc12_done_handler() 489 switch (port_stat) { in rt9471_bc12_done_handler()
|