Home | History | Annotate | Download | only in src

Lines Matching refs:offset

23 int check_smram(struct pci_dev *northbridge, int offset)
28 smram_value = pci_read_byte(northbridge, offset);
50 int offset = 0;
56 offset = 0x9d;
60 offset = 0x88;
64 offset = 0x88;
68 offset = 0x88;
72 offset = 0x88;
76 offset = 0x88;
83 offset = 0x88;
90 return offset;
95 int offset;
113 offset = strtoul(argv[1], NULL, 0);
115 offset = guess_offset(device);
117 printf("Using SMRAM offset 0x%02x:\n", offset);
119 return check_smram(device, offset);