Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dsylixos-device.c68 u8 data_byte = -1; in sylixos_read() local
81 ret = pciConfigInByte(d->bus, d->dev, d->func, pos, &data_byte); in sylixos_read()
84 buf[0] = (u8)data_byte; in sylixos_read()
109 u8 data_byte; in sylixos_write() local
122 data_byte = buf[0]; in sylixos_write()
123 ret = pciConfigOutByte(d->bus, d->dev, d->func, pos, data_byte); in sylixos_write()