Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/emxx_udc/
Demxx_udc.h468 struct fc_regs { struct
469 u32 USB_CONTROL; /* (0x0000) USB Control */
470 u32 USB_STATUS; /* (0x0004) USB Status */
471 u32 USB_ADDRESS; /* (0x0008) USB Address */
472 u32 UTMI_CHARACTER_1; /* (0x000C) UTMI Setting */
473 u32 TEST_CONTROL; /* (0x0010) TEST Control */
474 u32 Reserved_14; /* (0x0014) Reserved */
475 u32 SETUP_DATA0; /* (0x0018) Setup Data0 */
476 u32 SETUP_DATA1; /* (0x001C) Setup Data1 */
477 u32 USB_INT_STA; /* (0x0020) USB Interrupt Status */
[all …]
/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c914 static void set_port_online(__be64 __iomem *fc_regs) in set_port_online()
930 static void set_port_offline(__be64 __iomem *fc_regs) in set_port_offline()
954 static int wait_port_online(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_online()
985 static int wait_port_offline(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_offline()
1020 static int afu_set_wwpn(struct afu *afu, int port, __be64 __iomem *fc_regs, in afu_set_wwpn()
1066 static void afu_link_reset(struct afu *afu, int port, __be64 __iomem *fc_regs) in afu_link_reset()
2007 __be64 __iomem *fc_regs; in cxlflash_show_port_status() local
Dsislite.h360 __be64 fc_regs[CXLFLASH_NUM_FC_PORTS][CXLFLASH_NUM_VLUNS]; member