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

/linux-master/drivers/nvmem/
H A Dbrcm_nvram.c27 * @padding_byte: Padding value used to fill remaining space
36 uint8_t padding_byte; member in struct:brcm_nvram
62 memset((uint8_t *)val + to_copy, priv->padding_byte, bytes - to_copy);
78 priv->padding_byte = readb(base + priv->nvmem_size - 1);
82 if (readb(base + priv->data_len - 1) != priv->padding_byte)

Completed in 142 milliseconds