Searched refs:mind (Results 1 – 12 of 12) sorted by relevance
/u-boot/drivers/net/ |
A D | pic32_mdio.c | 25 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_write() 39 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_write() 51 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_read() 65 wait_for_bit_le32(&mii_regs->mind.raw, in pic32_mdio_read() 85 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_reset() 92 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_reset() 99 wait_for_bit_le32(&mii_regs->mind.raw, MIIMIND_BUSY, in pic32_mdio_reset()
|
A D | pic32_eth.h | 38 struct pic32_reg_atomic mind; /* 0x2d0 */ member
|
A D | lpc32xx_eth.c | 94 u32 mind; /* MII management indicators register */ member 261 mind_reg = readl(®s->mind); in mii_reg_read() 320 mind_reg = readl(®s->mind); in mii_reg_write()
|
/u-boot/doc/ |
A D | README.mpc85xx-sd-spi-boot | 43 Where $file is the target file. Also keep in mind the u-boot.bin file needs 55 in mind that some of these config files are tied to the platforms DDR speed.
|
A D | README.unaligned-memory-access.txt | 108 On a related topic, with the above considerations in mind you may observe 142 With the above in mind, let's move onto a real life example of a function
|
A D | README.generic-board | 114 this in mind, rather than focusing too narrowly on particular ARM, x86 or
|
/u-boot/doc/device-tree-bindings/mtd/spi/ |
A D | spi-flash.txt | 7 mind that the DT binding is not U-Boot-only, but in case of
|
/u-boot/doc/usage/ |
A D | for.rst | 17 The counter variable of the loop is a shell variable. Please, keep in mind that
|
/u-boot/doc/imx/habv4/ |
A D | introduction_habv4.txt | 86 Keep in mind that the encrypted boot makes use of both mechanisms whatever the
|
/u-boot/doc/uImage.FIT/ |
A D | x86-fit-boot.txt | 37 To my mind, if you sit back and look at things from first principles, this
|
/u-boot/doc/driver-model/ |
A D | ethernet.rst | 232 Keep in mind that you should code the driver to avoid storing state in global
|
A D | design.rst | 261 method of the relevant driver. Bearing in mind that there are two drivers,
|
Completed in 13 milliseconds