/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | cevt-bcm1480.c | 77 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()
|
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()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | cevt-bcm1480.c | 77 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()
|
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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
H A D | timer-ep93xx.c | 77 u32 tmode = EP93XX_TIMER123_CONTROL_MODE | in ep93xx_clkevt_set_next_event() local 81 writel(tmode, EP93XX_TIMER3_CONTROL); in ep93xx_clkevt_set_next_event() 85 writel(tmode | EP93XX_TIMER123_CONTROL_ENABLE, in ep93xx_clkevt_set_next_event()
|
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/ |
H A D | timer-ep93xx.c | 77 u32 tmode = EP93XX_TIMER123_CONTROL_MODE | in ep93xx_clkevt_set_next_event() local 81 writel(tmode, EP93XX_TIMER3_CONTROL); in ep93xx_clkevt_set_next_event() 85 writel(tmode | EP93XX_TIMER123_CONTROL_ENABLE, in ep93xx_clkevt_set_next_event()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | 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()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-dw-core.c | 319 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()
|
H A D | spi-dw.h | 127 u8 tmode; member
|
H A D | spi-dw-bt1.c | 126 cfg.tmode = SPI_TMOD_EPROMREAD; in dw_spi_bt1_dirmap_read()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-dw-core.c | 326 cr0 |= FIELD_PREP(DW_PSSI_CTRLR0_TMOD_MASK, cfg->tmode); in dw_spi_update_config() 329 cr0 |= FIELD_PREP(DW_HSSI_CTRLR0_TMOD_MASK, cfg->tmode); in dw_spi_update_config() 333 if (cfg->tmode == DW_SPI_CTRLR0_TMOD_EPROMREAD || in dw_spi_update_config() 334 cfg->tmode == DW_SPI_CTRLR0_TMOD_RO) in dw_spi_update_config() 417 .tmode = DW_SPI_CTRLR0_TMOD_TR, in dw_spi_transfer_one() 684 cfg.tmode = DW_SPI_CTRLR0_TMOD_EPROMREAD; in dw_spi_exec_mem_op() 687 cfg.tmode = DW_SPI_CTRLR0_TMOD_TO; in dw_spi_exec_mem_op()
|
H A D | spi-dw-bt1.c | 126 cfg.tmode = DW_SPI_CTRLR0_TMOD_EPROMREAD; in dw_spi_bt1_dirmap_read()
|
H A D | spi-dw.h | 134 u8 tmode; member
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_tc_tunnel.sh | 208 tmode="mode any ttl 255" 235 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_tc_tunnel.sh | 218 tmode="mode any ttl 255" 254 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | udc.c | 1136 u8 tmode = 0; variable 1234 tmode = le16_to_cpu(req.wIndex) >> 8; 1235 switch (tmode) { 1241 ci->test_mode = tmode;
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | udc.c | 1150 u8 tmode = 0; variable 1248 tmode = le16_to_cpu(req.wIndex) >> 8; 1249 switch (tmode) { 1255 ci->test_mode = tmode;
|