Searched defs:fc_regs (Results 1 – 2 of 2) sorted by relevance
457 struct fc_regs { struct458 u32 USB_CONTROL; /* (0x0000) USB Control */459 u32 USB_STATUS; /* (0x0004) USB Status */460 u32 USB_ADDRESS; /* (0x0008) USB Address */461 u32 UTMI_CHARACTER_1; /* (0x000C) UTMI Setting */462 u32 TEST_CONTROL; /* (0x0010) TEST Control */463 u32 reserved_14; /* (0x0014) Reserved */464 u32 SETUP_DATA0; /* (0x0018) Setup Data0 */465 u32 SETUP_DATA1; /* (0x001C) Setup Data1 */466 u32 USB_INT_STA; /* (0x0020) USB Interrupt Status */[all …]
1095 static void set_port_online(__be64 __iomem *fc_regs) in set_port_online()1111 static void set_port_offline(__be64 __iomem *fc_regs) in set_port_offline()1134 static bool wait_port_online(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_online()1163 static bool wait_port_offline(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_offline()1193 static void afu_set_wwpn(struct afu *afu, int port, __be64 __iomem *fc_regs, in afu_set_wwpn()1229 static void afu_link_reset(struct afu *afu, int port, __be64 __iomem *fc_regs) in afu_link_reset()