Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
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()
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()
/openbmc/linux/drivers/usb/cdns3/
H A 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()
H A 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()
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dtimer-ep93xx.c77 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()
/openbmc/u-boot/drivers/spi/
H A Ddesignware_spi.c106 u8 tmode; /* TR/TO/RO/EEPROM */ member
285 priv->tmode = 0; /* Tx & Rx */ in dw_spi_probe()
414 (priv->tmode << SPI_TMOD_OFFSET); in dw_spi_xfer()
417 priv->tmode = SPI_TMOD_TR; in dw_spi_xfer()
419 priv->tmode = SPI_TMOD_RO; in dw_spi_xfer()
425 priv->tmode = SPI_TMOD_TR; in dw_spi_xfer()
428 cr0 |= (priv->tmode << SPI_TMOD_OFFSET); in dw_spi_xfer()
H A Drk_spi.c47 unsigned int tmode; member
267 priv->tmode = TMOD_TR; /* Tx & Rx */ in rockchip_spi_probe()
337 ctrlr0 |= (priv->tmode & TMOD_MASK) << TMOD_SHIFT; in rockchip_spi_claim_bus()
/openbmc/linux/drivers/spi/
H A Dspi-dw-core.c326 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 Dspi-dw-bt1.c126 cfg.tmode = DW_SPI_CTRLR0_TMOD_EPROMREAD; in dw_spi_bt1_dirmap_read()
H A Dspi-dw.h134 u8 tmode; member
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c218 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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh229 tmode="mode any ttl 255"
265 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
/openbmc/qemu/tests/fp/
H A Dfp-test.c1001 int tmode = tininessModes[l]; in run_test() local
1004 slowfloat_detectTininess = tmode; in run_test()
1005 qsf.tininess_before_rounding = sf_tininess_to_qemu(tmode); in run_test()
/openbmc/linux/drivers/usb/chipidea/
H A 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()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c3950 TCGv_i32 tmode; in do_frint_mode() local
3962 tmode = gen_set_rmode(mode, status); in do_frint_mode()
3969 gen_restore_rmode(tmode, status); in do_frint_mode()