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
422 u32 reserved_14; /* (0x0014) Reserved */
431 u32 EP0_READ; /* (0x0038) EP0 Read */
432 u32 EP0_WRITE; /* (0x003C) EP0 Write */
438 u32 AHBSCTR; /* (0x1000) AHBSCTR */
439 u32 AHBMCTR; /* (0x1004) AHBMCTR */
440 u32 AHBBINT; /* (0x1008) AHBBINT */
441 u32 AHBBINTEN; /* (0x100C) AHBBINTEN */
442 u32 EPCTR; /* (0x1010) EPCTR */
447 u32 USBSSVER; /* (0x1020) USBSSVER */
[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()