Home
last modified time | relevance | path

Searched refs:statp (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/amazon/ena/
A Dena_netdev.h433 static inline void ena_increase_stat(u64 *statp, u64 cnt, in ena_increase_stat() argument
437 (*statp) += cnt; in ena_increase_stat()
/drivers/crypto/bcm/
A Dspu2.h210 int spu2_status_process(u8 *statp);
A Dspu.h267 int spum_status_process(u8 *statp);
A Dcipher.h397 int (*spu_status_process)(u8 *statp);
A Dspu.c1109 int spum_status_process(u8 *statp) in spum_status_process() argument
1113 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
A Dspu2.c1326 int spu2_status_process(u8 *statp) in spu2_status_process() argument
1329 u16 status = le16_to_cpu(*(__le16 *)statp); in spu2_status_process()
/drivers/usb/gadget/udc/
A Dnet2280.c670 u32 __iomem *statp; in out_flush() local
673 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