Home
last modified time | relevance | path

Searched defs:fc_regs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.h416 struct fc_regs { struct
417 u32 USB_CONTROL; /* (0x0000) USB Control */
418 u32 USB_STATUS; /* (0x0004) USB Status */
419 u32 USB_ADDRESS; /* (0x0008) USB Address */
420 u32 UTMI_CHARACTER_1; /* (0x000C) UTMI Setting */
421 u32 TEST_CONTROL; /* (0x0010) TEST Control */
422 u32 reserved_14; /* (0x0014) Reserved */
423 u32 SETUP_DATA0; /* (0x0018) Setup Data0 */
424 u32 SETUP_DATA1; /* (0x001C) Setup Data1 */
425 u32 USB_INT_STA; /* (0x0020) USB Interrupt Status */
[all …]
/openbmc/linux/drivers/scsi/cxlflash/
H A Dmain.c1090 static void set_port_online(__be64 __iomem *fc_regs) in set_port_online()
1106 static void set_port_offline(__be64 __iomem *fc_regs) in set_port_offline()
1129 static bool wait_port_online(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_online()
1158 static bool wait_port_offline(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_offline()
1188 static void afu_set_wwpn(struct afu *afu, int port, __be64 __iomem *fc_regs, in afu_set_wwpn()
1224 static void afu_link_reset(struct afu *afu, int port, __be64 __iomem *fc_regs) in afu_link_reset()