Searched refs:sts (Results 1 - 7 of 7) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_pcd.c897 desc_sts_data_t sts = { .d32 =0 }; local
911 sts.b_iso_out.bs = BS_HOST_READY;
912 sts.b_iso_out.rxsts = 0;
913 sts.b_iso_out.l = 0;
914 sts.b_iso_out.sp = 0;
915 sts.b_iso_out.ioc = 0;
916 sts.b_iso_out.pid = 0;
917 sts.b_iso_out.framenum = 0;
929 sts.b_iso_out.rxbytes = data_per_desc;
931 writel(sts
1016 desc_sts_data_t sts = { .d32 =0 }; local
[all...]
H A Ddwc_otg_pcd_intr.c1965 desc_sts_data_t sts = {.d32 = 0}; local
1968 sts.d32 = readl(&dma_desc->status);
1969 sts.b_iso_in.bs = BS_HOST_READY;
1970 writel(sts.d32,&dma_desc->status);
1974 desc_sts_data_t sts = {.d32 = 0}; local
1977 sts.d32 = readl(&dma_desc->status);
1978 sts.b_iso_out.bs = BS_HOST_READY;
1979 writel(sts.d32,&dma_desc->status);
2044 desc_sts_data_t sts = {.d32 = 0}; local
2066 sts
2181 desc_sts_data_t sts = { .d32 =0 }; local
[all...]
H A Ddwc_otg_regs.h1446 unsigned sts : 2; member in struct:desc_sts_data::__anon751
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dsrec2bin.c436 int i,rlen,sts; local
491 sts=TRUE;
495 while( (sts) && (rlen != -1))
499 sts &= srecLine(buff);
/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Dmain.c431 int sts; local
432 if((sts = AT91F_LoadBoot()) != SUCCESS) return sts;
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_regs.h1091 unsigned sts : 2; /*!< 29-28 Receive/Trasmit Status */ member in struct:desc_sts_data::__anon704
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A Dhifn7751.c781 u_int32_t sts; local
790 sts = READ_REG_1(sc, HIFN_1_7811_RNGSTS);
791 if (sts & HIFN_7811_RNGSTS_UFL) {
797 if ((sts & HIFN_7811_RNGSTS_RDY) == 0)

Completed in 130 milliseconds