Searched refs:test_mode (Results 1 - 16 of 16) sorted by relevance

/u-boot/arch/sandbox/include/asm/
H A Di2c.h11 bool test_mode; member in struct:sandbox_i2c_priv
H A Dtest.h77 * @test_mode: true to select test mode, false to run normally
79 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode);
/u-boot/drivers/i2c/
H A Dsandbox_i2c.c39 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode) argument
43 priv->test_mode = test_mode;
57 if (priv->test_mode && msg->addr == SANDBOX_I2C_TEST_ADDR)
68 if (priv->test_mode) {
/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c23 enum sandbox_i2c_eeprom_test_mode test_mode; member in struct:sandbox_i2c_flash_plat_data
41 plat->test_mode = mode;
97 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE)
120 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE)
163 plat->test_mode = SIE_TEST_MODE_NONE;
/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c622 int test_mode; local
624 test_mode = udc->test_mode;
629 switch (test_mode) {
682 DBG(DBG_ERR, "Invalid test mode: 0x%04x\n", test_mode);
784 udc->test_mode = le16_to_cpu(crq->wIndex);
H A Datmel_usba_udc.h298 u16 test_mode; member in struct:usba_udc
/u-boot/drivers/usb/mtu3/
H A Dmtu3.h329 unsigned test_mode:1; member in struct:mtu3
H A Dmtu3_gadget_ep0.c324 mtu->test_mode = true;
691 if (mtu->test_mode) {
H A Dmtu3_gadget.c572 mtu->test_mode = false;
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-mdio.h154 u16 test_mode : 3; member in struct:__anon43::__anon44
/u-boot/include/
H A Di2c.h106 bool test_mode; member in struct:dm_i2c_chip
/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h425 unsigned test_mode:1; member in struct:musb
H A Dmusb_gadget_ep0.c376 musb->test_mode = true;
740 else if (musb->test_mode) {
/u-boot/drivers/usb/dwc3/
H A Dep0.c454 dwc->test_mode = true;
883 if (dwc->test_mode) {
H A Dcore.h710 * @test_mode: true when we're entering a USB test mode
840 u8 test_mode; member in struct:dwc3
H A Dgadget.c2145 dwc->test_mode = false;

Completed in 240 milliseconds