| /components/drivers/hwcrypto/ |
| A D | hw_crc.c | 38 struct hwcrypto_crc_cfg temp = HWCRYPTO_CRC8_CFG; in rt_hwcrypto_crc_create() local 39 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create() 44 struct hwcrypto_crc_cfg temp = HWCRYPTO_CRC16_CFG; in rt_hwcrypto_crc_create() local 45 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create() 50 struct hwcrypto_crc_cfg temp = HWCRYPTO_CRC32_CFG; in rt_hwcrypto_crc_create() local 51 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create() 56 struct hwcrypto_crc_cfg temp = HWCRYPTO_CRC_CCITT_CFG; in rt_hwcrypto_crc_create() local 57 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create() 62 struct hwcrypto_crc_cfg temp = HWCRYPTO_CRC_DNP_CFG; in rt_hwcrypto_crc_create() local 63 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create()
|
| /components/drivers/usb/cherryusb/port/ohci/ |
| A D | usb_hc_ohci.c | 142 uint32_t temp; in ohci_roothub_control() local 186 temp = OHCI_RHPORTST_CCS; in ohci_roothub_control() 189 temp = OHCI_HCOR->hccontrol; in ohci_roothub_control() 201 temp = OHCI_RHPORTST_POCI; in ohci_roothub_control() 204 temp = OHCI_RHPORTST_PSSC; in ohci_roothub_control() 208 temp = OHCI_RHPORTST_LSDA; in ohci_roothub_control() 211 temp = OHCI_RHPORTST_CSC; in ohci_roothub_control() 214 temp = OHCI_RHPORTST_PESC; in ohci_roothub_control() 217 temp = OHCI_RHPORTST_OCIC; in ohci_roothub_control() 220 temp = OHCI_RHPORTST_PRSC; in ohci_roothub_control() [all …]
|
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 1001 uint32_t temp, status; in usbh_roothub_control() local 1007 temp = EHCI_HCOR->portsc[port - 1]; in usbh_roothub_control() 1010 if (temp & EHCI_PORTSC_OWNER) { in usbh_roothub_control() 1074 temp |= EHCI_USBCMD_RUN; in usbh_roothub_control() 1149 if (temp & EHCI_PORTSC_CSC) { in usbh_roothub_control() 1152 if (temp & EHCI_PORTSC_PEC) { in usbh_roothub_control() 1155 if (temp & EHCI_PORTSC_OCC) { in usbh_roothub_control() 1159 if (temp & EHCI_PORTSC_CCS) { in usbh_roothub_control() 1162 if (temp & EHCI_PORTSC_PE) { in usbh_roothub_control() 1174 if (temp & EHCI_PORTSC_OCA) { in usbh_roothub_control() [all …]
|
| /components/libc/posix/pthreads/ |
| A D | pthread_cond.c | 278 rt_base_t temp; in pthread_cond_signal() local 287 temp = rt_hw_interrupt_disable(); in pthread_cond_signal() 291 rt_hw_interrupt_enable(temp); in pthread_cond_signal() 297 rt_hw_interrupt_enable(temp); in pthread_cond_signal()
|
| /components/libc/posix/libdl/arch/ |
| A D | arm.c | 69 temp = (Elf32_Addr)sym_val; in dlmodule_relocate() 70 *where = (Elf32_Addr)&temp; in dlmodule_relocate()
|
| /components/drivers/usb/cherryusb/port/fsdev/ |
| A D | usb_dc_fsdev.c | 539 uint32_t i, temp; in fsdev_read_pma() local 546 temp = *(__IO uint16_t *)pdwVal; in fsdev_read_pma() 548 *pBuf = (uint8_t)((temp >> 0) & 0xFFU); in fsdev_read_pma() 550 *pBuf = (uint8_t)((temp >> 8) & 0xFFU); in fsdev_read_pma() 559 temp = *pdwVal; in fsdev_read_pma() 560 *pBuf = (uint8_t)((temp >> 0) & 0xFFU); in fsdev_read_pma()
|
| /components/drivers/usb/cherryusb/port/dwc2/ |
| A D | usb_dc_dwc2.c | 974 uint32_t gint_status, temp, ep_idx, ep_intr, epint, read_count; in USBD_IRQHandler() local 990 temp = USB_OTG_GLB->GRXSTSP; in USBD_IRQHandler() 991 ep_idx = temp & USB_OTG_GRXSTSP_EPNUM; in USBD_IRQHandler() 993 … if (((temp & USB_OTG_GRXSTSP_PKTSTS) >> USB_OTG_GRXSTSP_PKTSTS_Pos) == STS_DATA_UPDT) { in USBD_IRQHandler() 994 read_count = (temp & USB_OTG_GRXSTSP_BCNT) >> 4; in USBD_IRQHandler() 999 … } else if (((temp & USB_OTG_GRXSTSP_PKTSTS) >> USB_OTG_GRXSTSP_PKTSTS_Pos) == STS_SETUP_UPDT) { in USBD_IRQHandler() 1000 read_count = (temp & USB_OTG_GRXSTSP_BCNT) >> 4; in USBD_IRQHandler() 1166 temp = USB_OTG_GLB->GOTGINT; in USBD_IRQHandler() 1167 if ((temp & USB_OTG_GOTGINT_SEDET) == USB_OTG_GOTGINT_SEDET) { in USBD_IRQHandler() 1170 USB_OTG_GLB->GOTGINT |= temp; in USBD_IRQHandler()
|
| /components/drivers/usb/cherryusb/port/nxp/ |
| A D | usb_glue_mcx.c | 80 uint32_t *temp; in USB_EhciPhyGetBase() local 97 temp = (uint32_t *)usbphy_base[controllerId]; in USB_EhciPhyGetBase() 98 usbPhyBase = (void *)temp; in USB_EhciPhyGetBase()
|
| /components/drivers/usb/cherryusb/port/chipidea/ |
| A D | usb_dc_chipidea.c | 232 uint32_t temp = ptr->ENDPTCTRL[epnum]; in __chipidea_edpt_open() local 233 temp &= ~((0x03 << 2) << (dir ? 16 : 0)); in __chipidea_edpt_open() 234 temp |= ((ep_type << 2) | ENDPTCTRL_ENABLE | ENDPTCTRL_TOGGLE_RESET) << (dir ? 16 : 0); in __chipidea_edpt_open() 235 ptr->ENDPTCTRL[epnum] = temp; in __chipidea_edpt_open()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/ |
| A D | sha1.c | 88 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local 111 temp = W[(t - 3) & 0x0F] ^ W[(t - 8) & 0x0F] ^ \ in sha1_process() 113 ( W[t & 0x0F] = S(temp,1) ) \ in sha1_process()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/ |
| A D | sha1.c | 88 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local 111 temp = W[(t - 3) & 0x0F] ^ W[(t - 8) & 0x0F] ^ \ in sha1_process() 113 ( W[t & 0x0F] = S(temp,1) ) \ in sha1_process()
|
| /components/drivers/usb/cherryusb/class/wireless/ |
| A D | usbh_rndis.c | 453 rndis_data_packet_t temp; local 506 usb_memcpy(&temp, pmsg, sizeof(rndis_data_packet_t)); 507 pmsg = &temp;
|
| /components/mm/ |
| A D | mm_anon.c | 690 rt_aspace_t temp; in _switch_aspace() local 691 temp = *pa; in _switch_aspace() 693 *pb = temp; in _switch_aspace()
|
| /components/drivers/include/drivers/ |
| A D | thermal.h | 110 rt_err_t (*set_trip_temp)(struct rt_thermal_zone_device *zdev, int trip_id, int temp);
|
| A D | sensor.h | 226 rt_int32_t temp; /* Temperature. unit: dCelsius */ member
|
| A D | sensor_v2.h | 373 rt_sensor_float_t temp; /* Temperature. unit: dCelsius */ member
|
| /components/drivers/usb/cherryusb/port/aic/ |
| A D | usb_dc_aic.c | 1426 uint32_t temp; in USBD_IRQHandler() local 1435 temp = readl(&AIC_UDC_REG->rxfifosts_pop); in USBD_IRQHandler() 1436 ep_idx = temp & RXFIFOSTS_EPNUM_MASK; in USBD_IRQHandler() 1438 if ((temp & RXFIFOSTS_PKTSTS_MASK) == PKTSTS_OUT_DATA_PKT_REC) { in USBD_IRQHandler() 1439 read_count = (temp & RXFIFOSTS_BCNT_MASK) >> 4; in USBD_IRQHandler() 1444 } else if ((temp & RXFIFOSTS_PKTSTS_MASK) == PKTSTS_SETUP_DATA_PKT_REC) { in USBD_IRQHandler() 1445 read_count = (temp & RXFIFOSTS_BCNT_MASK) >> 4; in USBD_IRQHandler()
|
| /components/drivers/sensor/v1/ |
| A D | sensor_cmd.c | 41 …emp:%3d.%d C, timestamp:%5d", num, sensor_data->data.temp / 10, (rt_uint32_t)sensor_data->data.tem… in sensor_show_data()
|
| /components/drivers/usb/cherryusb/port/bouffalolab/ |
| A D | usb_dc_bl.c | 1107 __attribute__((aligned(32))) uint8_t temp[53]; in usbd_execute_test_mode() local 1110 pp = temp; in usbd_execute_test_mode() 1143 bflb_usb_vdma_start_write(USB_FIFO_CXF, temp, 53); in usbd_execute_test_mode()
|
| /components/drivers/usb/cherryusb/class/vendor/net/ |
| A D | usbh_rtl8152.c | 1257 uint32_t temp = 0; in usbh_rtl8152_get_version() local 1260 usbh_rtl8152_read_regs(rtl8152_class, PLA_TCR0, MCU_TYPE_PLA, 4, &temp); in usbh_rtl8152_get_version() 1262 ocp_data = (temp >> 16) & VERSION_MASK; in usbh_rtl8152_get_version()
|
| /components/drivers/usb/cherryusb/ |
| A D | README_zh.md | 217 - [YOC](https://www.xrvm.cn/document?temp=usb-host-protocol-stack-device-driver-adaptation-instruct…
|
| A D | README.md | 214 - [YOC](https://www.xrvm.cn/document?temp=usb-host-protocol-stack-device-driver-adaptation-instruct…
|
| /components/drivers/sensor/v2/ |
| A D | sensor_cmd.c | 269 …rt_kprintf("num:%d, temp:%f%s, timestamp:%u\n", num, sensor_data->data.temp, unit_name, sensor_dat… in sensor_show_data()
|