/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/u-boot/drivers/spi/ |
H A D | designware_spi.c | 106 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 D | rk_spi.c | 47 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 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.h | 134 u8 tmode; member
|
H A D | spi-dw-bt1.c | 126 cfg.tmode = DW_SPI_CTRLR0_TMOD_EPROMREAD; in dw_spi_bt1_dirmap_read()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tc_tunnel.sh | 229 tmode="mode any ttl 255" 265 ${tmode} remote "${link_addr1}" local "${link_addr2}" $targs
|
/openbmc/qemu/tests/fp/ |
H A D | fp-test.c | 1003 int tmode = tininessModes[l]; in run_test() local 1006 slowfloat_detectTininess = tmode; in run_test() 1007 qsf.tininess_before_rounding = sf_tininess_to_qemu(tmode); in run_test()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
H A D | 0007-fix-memleaks-in-libtar-sample-program.patch | 81 printf("argc - optind == %d\tmode == %d\n", argc - optind,
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | udc.c | 1162 u8 tmode = 0; in isr_setup_packet_handler() local 1260 tmode = le16_to_cpu(req.wIndex) >> 8; in isr_setup_packet_handler() 1261 switch (tmode) { in isr_setup_packet_handler() 1267 ci->test_mode = tmode; in isr_setup_packet_handler()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 3969 TCGv_i32 tmode; in do_frint_mode() local 3981 tmode = gen_set_rmode(mode, status); in do_frint_mode() 3988 gen_restore_rmode(tmode, status); in do_frint_mode()
|