Searched refs:statp (Results 1 – 7 of 7) sorted by relevance
433 static inline void ena_increase_stat(u64 *statp, u64 cnt, in ena_increase_stat() argument437 (*statp) += cnt; in ena_increase_stat()
210 int spu2_status_process(u8 *statp);
267 int spum_status_process(u8 *statp);
397 int (*spu_status_process)(u8 *statp);
1109 int spum_status_process(u8 *statp) in spum_status_process() argument1113 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
1326 int spu2_status_process(u8 *statp) in spu2_status_process() argument1329 u16 status = le16_to_cpu(*(__le16 *)statp); in spu2_status_process()
670 u32 __iomem *statp; in out_flush() local673 statp = &ep->regs->ep_stat; in out_flush()675 tmp = readl(statp); in out_flush()684 statp); in out_flush()685 writel(BIT(FIFO_FLUSH), statp); in out_flush()688 tmp = readl(statp); in out_flush()695 handshake(statp, BIT(USB_OUT_PING_NAK_SENT), in out_flush()
Completed in 19 milliseconds