Lines Matching defs:u8val
3304 uint8_t u8val;
3331 pci_read_config_byte(pdev, where, &u8val);
3333 "%03x: %02x\n", where, u8val);
3423 uint8_t u8val;
3496 rc = pci_read_config_byte(pdev, where, &u8val);
3498 u8val |= (uint8_t)value;
3500 u8val);
3504 rc = pci_read_config_byte(pdev, where, &u8val);
3506 u8val &= (uint8_t)(~value);
3508 u8val);