Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A 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()
H A 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()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Ddesignware_spi.c106 u8 tmode; /* TR/TO/RO/EEPROM */ member
251 priv->tmode = 0; /* Tx & Rx */ in dw_spi_probe()
374 (priv->tmode << SPI_TMOD_OFFSET); in dw_spi_xfer()
377 priv->tmode = SPI_TMOD_TR; in dw_spi_xfer()
379 priv->tmode = SPI_TMOD_RO; in dw_spi_xfer()
385 priv->tmode = SPI_TMOD_TR; in dw_spi_xfer()
388 cr0 |= (priv->tmode << SPI_TMOD_OFFSET); in dw_spi_xfer()
/OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A 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()
/OK3568_Linux_fs/kernel/drivers/spi/
H A 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()
H A Dspi-dw.h127 u8 tmode; member
H A Dspi-dw-bt1.c126 cfg.tmode = SPI_TMOD_EPROMREAD; in dw_spi_bt1_dirmap_read()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dep0.c305 u16 tmode; in cdns3_ep0_feature_handle_device() local
333 tmode = le16_to_cpu(ctrl->wIndex); in cdns3_ep0_feature_handle_device()
335 if (!set || (tmode & 0xff) != 0) in cdns3_ep0_feature_handle_device()
338 switch (tmode >> 8) { in cdns3_ep0_feature_handle_device()
352 USB_STS_TMODE_SEL(tmode - 1)); in cdns3_ep0_feature_handle_device()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh208 tmode="mode any ttl 255"
235 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A 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()