Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dmain.c1090 static void set_port_online(__be64 __iomem *fc_regs) in set_port_online() argument
1094 cmdcfg = readq_be(&fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_online()
1097 writeq_be(cmdcfg, &fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_online()
1106 static void set_port_offline(__be64 __iomem *fc_regs) in set_port_offline() argument
1110 cmdcfg = readq_be(&fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_offline()
1113 writeq_be(cmdcfg, &fc_regs[FC_MTIP_CMDCONFIG / 8]); in set_port_offline()
1129 static bool wait_port_online(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_online() argument
1137 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]); in wait_port_online()
1158 static bool wait_port_offline(__be64 __iomem *fc_regs, u32 delay_us, u32 nretry) in wait_port_offline() argument
1166 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]); in wait_port_offline()
[all …]
/drivers/staging/emxx_udc/
Demxx_udc.c377 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_ep_dma_exit()
408 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_ep_dma_abort()
422 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_ep_in_end()
799 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_out_dma()
858 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_epn_out_pio()
936 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_epn_out_transfer()
993 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_in_dma()
1064 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_epn_in_pio()
1265 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_set_endpoint_stall()
1365 struct fc_regs __iomem *preg = udc->p_regs; in _nbu2ss_get_ep_stall()
[all …]
Demxx_udc.h416 struct fc_regs { struct
541 struct fc_regs __iomem *p_regs;