Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
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()
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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/usb/cdns3/
Dep0.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()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-dw-core.c319 cr0 |= cfg->tmode << SPI_TMOD_OFFSET; in dw_spi_update_config()
322 cr0 |= cfg->tmode << DWC_SSI_CTRLR0_TMOD_OFFSET; in dw_spi_update_config()
326 if (cfg->tmode == SPI_TMOD_EPROMREAD || cfg->tmode == SPI_TMOD_RO) in dw_spi_update_config()
408 .tmode = SPI_TMOD_TR, in dw_spi_transfer_one()
672 cfg.tmode = SPI_TMOD_EPROMREAD; in dw_spi_exec_mem_op()
675 cfg.tmode = SPI_TMOD_TO; in dw_spi_exec_mem_op()
Dspi-dw.h127 u8 tmode; member
Dspi-dw-bt1.c126 cfg.tmode = SPI_TMOD_EPROMREAD; in dw_spi_bt1_dirmap_read()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh208 tmode="mode any ttl 255"
235 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
/kernel/linux/linux-5.10/drivers/usb/chipidea/
Dudc.c1136 u8 tmode = 0; in isr_setup_packet_handler() local
1234 tmode = le16_to_cpu(req.wIndex) >> 8; in isr_setup_packet_handler()
1235 switch (tmode) { in isr_setup_packet_handler()
1241 ci->test_mode = tmode; in isr_setup_packet_handler()