Searched refs:tmode (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-ep0.c | 208 u16 tmode; in cdnsp_ep0_handle_feature_device() local 238 tmode = le16_to_cpu(ctrl->wIndex); in cdnsp_ep0_handle_feature_device() 240 if (!set || (tmode & 0xff) != 0) in cdnsp_ep0_handle_feature_device() 243 tmode = tmode >> 8; in cdnsp_ep0_handle_feature_device() 245 if (tmode > USB_TEST_FORCE_ENABLE || tmode < USB_TEST_J) in cdnsp_ep0_handle_feature_device() 248 pdev->test_mode = tmode; in cdnsp_ep0_handle_feature_device()
|
| H A D | cdns3-ep0.c | 282 u16 tmode; in cdns3_ep0_feature_handle_device() local 311 tmode = le16_to_cpu(ctrl->wIndex); in cdns3_ep0_feature_handle_device() 313 if (!set || (tmode & 0xff) != 0) in cdns3_ep0_feature_handle_device() 316 tmode >>= 8; in cdns3_ep0_feature_handle_device() 317 switch (tmode) { in cdns3_ep0_feature_handle_device() 324 USB_STS_TMODE_SEL(tmode - 1)); in cdns3_ep0_feature_handle_device()
|
| /linux/arch/mips/kernel/ |
| H A D | cevt-sb1250.c | 76 unsigned long tmode; in sibyte_counter_handler() local 79 tmode = M_SCD_TIMER_ENABLE | M_SCD_TIMER_MODE_CONTINUOUS; in sibyte_counter_handler() 81 tmode = 0; in sibyte_counter_handler() 85 ____raw_writeq(tmode, cfg); in sibyte_counter_handler()
|
| /linux/drivers/clocksource/ |
| H A D | timer-ep93xx.c | 92 u32 tmode = EP93XX_TIMER123_CONTROL_MODE | in ep93xx_clkevt_set_next_event() local 96 writel(tmode, tcu->base + EP93XX_TIMER3_CONTROL); in ep93xx_clkevt_set_next_event() 100 writel(tmode | EP93XX_TIMER123_CONTROL_ENABLE, in ep93xx_clkevt_set_next_event()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_tc_tunnel.c | 61 char *tmode; member 332 cfg->iproute_tun_type, cfg->tmode ? cfg->tmode : "", in configure_kernel_decapsulation() 655 .tmode = "mode any ttl 255", 685 .tmode = "mode any ttl 255",
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| H A D | cdns2-ep0.c | 218 u16 tmode; in cdns2_ep0_handle_feature_device() local 232 tmode = le16_to_cpu(ctrl->wIndex); in cdns2_ep0_handle_feature_device() 234 if (!set || (tmode & 0xff) != 0) in cdns2_ep0_handle_feature_device() 237 tmode >>= 8; in cdns2_ep0_handle_feature_device() 238 switch (tmode) { in cdns2_ep0_handle_feature_device()
|
| /linux/drivers/spi/ |
| H A D | spi-dw-core.c | 328 cr0 |= FIELD_PREP(DW_PSSI_CTRLR0_TMOD_MASK, cfg->tmode); in dw_spi_update_config() 331 cr0 |= FIELD_PREP(DW_HSSI_CTRLR0_TMOD_MASK, cfg->tmode); in dw_spi_update_config() 338 if (cfg->tmode == DW_SPI_CTRLR0_TMOD_EPROMREAD || in dw_spi_update_config() 339 cfg->tmode == DW_SPI_CTRLR0_TMOD_RO) in dw_spi_update_config() 422 .tmode = DW_SPI_CTRLR0_TMOD_TR, in dw_spi_transfer_one() 697 cfg.tmode = DW_SPI_CTRLR0_TMOD_EPROMREAD; in dw_spi_exec_mem_op() 700 cfg.tmode = DW_SPI_CTRLR0_TMOD_TO; in dw_spi_exec_mem_op()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tc_tunnel.sh | |
| /linux/drivers/usb/chipidea/ |
| H A D | udc.c | 1327 u8 tmode = 0; in isr_setup_packet_handler() local 1425 tmode = le16_to_cpu(req.wIndex) >> 8; in isr_setup_packet_handler() 1426 switch (tmode) { in isr_setup_packet_handler() 1432 ci->test_mode = tmode; in isr_setup_packet_handler()
|