/arch/mips/pci/ |
D | pci-ip27.c | 47 struct bridge_controller *bc; in bridge_probe() local 60 bc = &bridges[num_bridges]; in bridge_probe() 62 bc->pc.pci_ops = &bridge_pci_ops; in bridge_probe() 63 bc->pc.mem_resource = &bc->mem; in bridge_probe() 64 bc->pc.io_resource = &bc->io; in bridge_probe() 66 bc->pc.index = num_bridges; in bridge_probe() 68 bc->mem.name = "Bridge PCI MEM"; in bridge_probe() 69 bc->pc.mem_offset = offset; in bridge_probe() 70 bc->mem.start = 0; in bridge_probe() 71 bc->mem.end = ~0UL; in bridge_probe() [all …]
|
D | ops-bridge.c | 46 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf0_read_config() local 47 bridge_t *bridge = bc->base; in pci_conf0_read_config() 106 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf1_read_config() local 107 bridge_t *bridge = bc->base; in pci_conf1_read_config() 179 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf0_write_config() local 180 bridge_t *bridge = bc->base; in pci_conf0_write_config() 245 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf1_write_config() local 246 bridge_t *bridge = bc->base; in pci_conf1_write_config()
|
/arch/mips/sgi-ip27/ |
D | ip27-irq-pci.c | 137 struct bridge_controller *bc; in startup_bridge_irq() local 144 bc = IRQ_TO_BRIDGE(d->irq); in startup_bridge_irq() 145 bridge = bc->base; in startup_bridge_irq() 153 bridge->b_int_addr[pin].addr = (0x20000 | swlevel | (bc->nasid << 8)); in startup_bridge_irq() 185 struct bridge_controller *bc = IRQ_TO_BRIDGE(d->irq); in shutdown_bridge_irq() local 186 bridge_t *bridge = bc->base; in shutdown_bridge_irq() 235 int request_bridge_irq(struct bridge_controller *bc) in request_bridge_irq() argument 248 cpu = bc->irq_cpu; in request_bridge_irq()
|
/arch/m32r/lib/ |
D | ashxdi3.S | 25 bc 1f 45 bc 1f 62 bc 1f 82 bc 1f 102 bc 1f 119 bc 1f 143 bc 1f 169 bc 1f 193 bc 1f 220 bc 1f [all …]
|
D | memset.S | 28 bc byte_set 39 bc byte_set 72 bc byte_set_wrap1 106 bc byte_set 119 bc byte_set 159 bc byte_set_wrap1
|
D | strlen.S | 53 bc.s strlen_exit || cmpz r0
|
/arch/parisc/kernel/ |
D | drivers.c | 295 memset(&path->bc, -1, 6); in get_node_path() 300 path->bc[i--] = PCI_SLOT(devfn); in get_node_path() 307 path->bc[i--] = PCI_SLOT(devfn) | (PCI_FUNC(devfn)<< 5); in get_node_path() 309 path->bc[i--] = to_parisc_device(dev)->hw_path; in get_node_path() 319 if (path->bc[i] == -1) in print_hwpath() 321 output += sprintf(output, "%u/", (unsigned char) path->bc[i]); in print_hwpath() 392 if (path.bc[i] == -1) in setup_bus_id() 394 output += sprintf(output, "%u:", (unsigned char) path.bc[i]); in setup_bus_id() 467 if (modpath->bc[i] == -1) in create_parisc_device() 469 parent = &alloc_tree_node(parent, modpath->bc[i])->dev; in create_parisc_device() [all …]
|
D | inventory.c | 469 memset(module_path.path.bc, 0xff, 6); in snake_inventory() 475 memset(module_path.path.bc, 0xff, 4); in snake_inventory() 476 module_path.path.bc[4] = mod; in snake_inventory() 479 module_path.path.bc[5] = 0; in snake_inventory()
|
/arch/m68k/kernel/ |
D | relocate_kernel.S | 142 cpusha %bc 144 cinva %bc
|
D | head.S | 1459 cpusha %bc 2463 cinva %bc 2474 cinva %bc
|
/arch/ia64/kernel/ |
D | mca_drv.c | 583 if (psp->bc && pbci->eb && pbci->bsi == 0) { in recover_from_platform_error() 605 } else if (psp->cc && !psp->bc) { /* Cache error */ in recover_from_platform_error() 679 if (psp->tc && !(psp->cc || psp->bc || psp->rc || psp->uc)) in recover_from_processor_error() 690 if (psp->cc == 0 && (psp->bc == 0 || pbci == NULL)) in recover_from_processor_error()
|
/arch/parisc/include/uapi/asm/ |
D | pdc.h | 352 unsigned char bc[6]; /* bus converter routing info */ member
|
/arch/parisc/include/asm/ |
D | pdc.h | 179 char bc[6]; /* Bus Converter routing info to a specific */ member
|
/arch/x86/kernel/ |
D | uprobes.c | 58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 62 (bc##UL << 0xc)|(bd##UL << 0xd)|(be##UL << 0xe)|(bf##UL << 0xf)) \
|
/arch/x86/kernel/kprobes/ |
D | core.c | 70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 74 (bc##UL << 0xc)|(bd##UL << 0xd)|(be##UL << 0xe)|(bf##UL << 0xf)) \
|
/arch/m32r/kernel/ |
D | head.S | 121 bc loop1
|
/arch/mips/include/asm/pci/ |
D | bridge.h | 850 extern int request_bridge_irq(struct bridge_controller *bc);
|
/arch/ia64/include/asm/ |
D | pal.h | 480 bc : 1, /* Bus check */ member 679 #define pmci_proc_bus_check pme_processor.bc
|
/arch/mips/include/uapi/asm/ |
D | inst.h | 676 __BITFIELD_FIELD(unsigned int bc : 5,
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 237 bc: MOV rSP/r12,Iv 522 bc: BSF Gv,Ev (!F3) | TZCNT Gv,Ev (F3) 722 bc: vfnmadd231ps/d Vx,Hx,Wx (66),(v)
|
/arch/m68k/ifpsp060/ |
D | ftest.sa | 20 dc.l $fea0487b,$01700000,$0b6461ff,$000015bc
|
D | pfpsp.sa | 130 dc.l $e005e003,$e002e001,$e001303c,$000460bc 1212 dc.l $009c009c,$006000bc,$006e0000,$0000006e 1369 dc.l $0060fdaa,$00660000,$000000bc,$006c011c 1370 dc.l $006000bc,$00660000,$00000130,$0130010c
|
D | fplsp.sa | 1802 dc.l $0003f200,$000060ff,$000002bc,$52830c80
|
/arch/mips/math-emu/ |
D | cp1emu.c | 127 mips32_insn.fb_format.bc = bc_op; in microMIPS32_to_MIPS32()
|