Searched refs:data_byte (Results 1 – 1 of 1) sorted by relevance
68 u8 data_byte = -1; in sylixos_read() local81 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() local122 data_byte = buf[0]; in sylixos_write()123 ret = pciConfigOutByte(d->bus, d->dev, d->func, pos, data_byte); in sylixos_write()