Lines Matching defs:u8val
3306 uint8_t u8val;
3333 pci_read_config_byte(pdev, where, &u8val);
3335 "%03x: %02x\n", where, u8val);
3424 uint8_t u8val;
3497 rc = pci_read_config_byte(pdev, where, &u8val);
3499 u8val |= (uint8_t)value;
3501 u8val);
3505 rc = pci_read_config_byte(pdev, where, &u8val);
3507 u8val &= (uint8_t)(~value);
3509 u8val);