Home
last modified time | relevance | path

Searched refs:tmode (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/arch/mips/kernel/
Dcevt-bcm1480.c77 unsigned long tmode; in sibyte_counter_handler() local
80 tmode = M_SCD_TIMER_ENABLE | M_SCD_TIMER_MODE_CONTINUOUS; in sibyte_counter_handler()
82 tmode = 0; in sibyte_counter_handler()
86 ____raw_writeq(tmode, cfg); in sibyte_counter_handler()
Dcevt-sb1250.c76 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-5.19.10/drivers/usb/cdns3/
Dcdnsp-ep0.c208 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()
Dcdns3-ep0.c282 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-5.19.10/arch/arm/mach-ep93xx/
Dtimer-ep93xx.c76 u32 tmode = EP93XX_TIMER123_CONTROL_MODE | in ep93xx_clkevt_set_next_event() local
80 writel(tmode, EP93XX_TIMER3_CONTROL); in ep93xx_clkevt_set_next_event()
84 writel(tmode | EP93XX_TIMER123_CONTROL_ENABLE, in ep93xx_clkevt_set_next_event()
/linux-5.19.10/drivers/spi/
Dspi-dw-core.c330 cr0 |= FIELD_PREP(DW_PSSI_CTRLR0_TMOD_MASK, cfg->tmode); in dw_spi_update_config()
333 cr0 |= FIELD_PREP(DW_HSSI_CTRLR0_TMOD_MASK, cfg->tmode); in dw_spi_update_config()
337 if (cfg->tmode == DW_SPI_CTRLR0_TMOD_EPROMREAD || in dw_spi_update_config()
338 cfg->tmode == DW_SPI_CTRLR0_TMOD_RO) in dw_spi_update_config()
421 .tmode = DW_SPI_CTRLR0_TMOD_TR, in dw_spi_transfer_one()
685 cfg.tmode = DW_SPI_CTRLR0_TMOD_EPROMREAD; in dw_spi_exec_mem_op()
688 cfg.tmode = DW_SPI_CTRLR0_TMOD_TO; in dw_spi_exec_mem_op()
Dspi-dw-bt1.c126 cfg.tmode = DW_SPI_CTRLR0_TMOD_EPROMREAD; in dw_spi_bt1_dirmap_read()
Dspi-dw.h141 u8 tmode; member
/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh214 tmode="mode any ttl 255"
244 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
/linux-5.19.10/drivers/usb/chipidea/
Dudc.c1150 u8 tmode = 0; in isr_setup_packet_handler() local
1248 tmode = le16_to_cpu(req.wIndex) >> 8; in isr_setup_packet_handler()
1249 switch (tmode) { in isr_setup_packet_handler()
1255 ci->test_mode = tmode; in isr_setup_packet_handler()