Lines Matching refs:dev_fn
38 state.dev_fn = devfn; in pci_list()
61 state.bus, state.dev_fn >> 3, state.dev_fn & 7, in pci_list()
109 loc.dev_fn = atoui(argv[4].str); in pci_config()
117 loc.dev_fn >> 3, loc.dev_fn & 7, config.vendor_id, config.device_id); in pci_config()
132 loc.dev_fn = atoui(argv[4].str); in pci_config()
141 … printf("byte at device %02x:%02x config offset %04x: %02x\n", loc.bus, loc.dev_fn, offset, value); in pci_config()
150 … printf("half at device %02x:%02x config offset %04x: %04x\n", loc.bus, loc.dev_fn, offset, value); in pci_config()
159 … printf("word at device %02x:%02x config offset %04x: %08x\n", loc.bus, loc.dev_fn, offset, value); in pci_config()
169 loc.dev_fn = atoui(argv[4].str); in pci_config()
178 … printf("byte to device %02x:%02x config offset %04x: %02x\n", loc.bus, loc.dev_fn, offset, value); in pci_config()
187 … printf("half to device %02x:%02x config offset %04x: %04x\n", loc.bus, loc.dev_fn, offset, value); in pci_config()
196 … printf("word to device %02x:%02x config offset %04x: %08x\n", loc.bus, loc.dev_fn, offset, value); in pci_config()