Home
last modified time | relevance | path

Searched refs:charSize (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dmpc8xxx_spi.c81 unsigned char charSize = 32; in spi_xfer() local
94 charSize = (bitlen >= 32 ? 32 : bitlen); in spi_xfer()
97 tmpdout = *(u32 *) dout >> (32 - charSize); in spi_xfer()
140 *(u32 *) din = (tmpdin << (32 - charSize)); in spi_xfer()
141 if (charSize == 32) { in spi_xfer()
/openbmc/phosphor-webui/app/common/directives/
H A Dserial-console.js147 var charSize;