/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | pfpsp.sa | 1 dc.l $60ff0000,$17400000,$60ff0000,$15f40000 2 dc.l $60ff0000,$02b60000,$60ff0000,$04700000 3 dc.l $60ff0000,$1b100000,$60ff0000,$19aa0000 4 dc.l $60ff0000,$1b5a0000,$60ff0000,$062e0000 5 dc.l $60ff0000,$102c0000,$51fc51fc,$51fc51fc 6 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc 7 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc 8 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc 9 dc.l $2f00203a,$ff2c487b,$0930ffff,$fef8202f 10 dc.l $00044e74,$00042f00,$203afef2,$487b0930 [all …]
|
D | fplsp.sa | 1 dc.l $60ff0000,$238e0000,$60ff0000,$24200000 2 dc.l $60ff0000,$24b60000,$60ff0000,$11060000 3 dc.l $60ff0000,$11980000,$60ff0000,$122e0000 4 dc.l $60ff0000,$0f160000,$60ff0000,$0fa80000 5 dc.l $60ff0000,$103e0000,$60ff0000,$12ae0000 6 dc.l $60ff0000,$13400000,$60ff0000,$13d60000 7 dc.l $60ff0000,$05ae0000,$60ff0000,$06400000 8 dc.l $60ff0000,$06d60000,$60ff0000,$213e0000 9 dc.l $60ff0000,$21d00000,$60ff0000,$22660000 10 dc.l $60ff0000,$16160000,$60ff0000,$16a80000 [all …]
|
D | itest.sa | 1 dc.l $60ff0000,$005c5465,$7374696e,$67203638 2 dc.l $30363020,$49535020,$73746172,$7465643a 3 dc.l $0a007061,$73736564,$0a002066,$61696c65 4 dc.l $640a0000,$4a80660e,$487affe8,$61ff0000 5 dc.l $4f9a588f,$4e752f01,$61ff0000,$4fa4588f 6 dc.l $487affd8,$61ff0000,$4f82588f,$4e754e56 7 dc.l $ff6048e7,$3f3c487a,$ff9e61ff,$00004f6c 8 dc.l $588f42ae,$ff78487b,$01700000,$00ea61ff 9 dc.l $00004f58,$588f61ff,$000000f0,$61ffffff 10 dc.l $ffa642ae,$ff78487b,$01700000,$0af661ff [all …]
|
D | ftest.sa | 1 dc.l $60ff0000,$00d40000,$60ff0000,$016c0000 2 dc.l $60ff0000,$01a80000,$54657374,$696e6720 3 dc.l $36383036,$30204650,$53502073,$74617274 4 dc.l $65643a0a,$00546573,$74696e67,$20363830 5 dc.l $36302046,$50535020,$756e696d,$706c656d 6 dc.l $656e7465,$6420696e,$73747275,$6374696f 7 dc.l $6e207374,$61727465,$643a0a00,$54657374 8 dc.l $696e6720,$36383036,$30204650,$53502065 9 dc.l $78636570,$74696f6e,$20656e61,$626c6564 10 dc.l $20737461,$72746564,$3a0a0070,$61737365 [all …]
|
D | ilsp.sa | 1 dc.l $60ff0000,$01fe0000,$60ff0000,$02080000 2 dc.l $60ff0000,$04900000,$60ff0000,$04080000 3 dc.l $60ff0000,$051e0000,$60ff0000,$053c0000 4 dc.l $60ff0000,$055a0000,$60ff0000,$05740000 5 dc.l $60ff0000,$05940000,$60ff0000,$05b40000 6 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc 7 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc 8 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc 9 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc 10 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc [all …]
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | arcofi.c | 24 del_timer(&cs->dc.isac.arcofitimer); in add_arcofi_timer() 26 init_timer(&cs->dc.isac.arcofitimer); in add_arcofi_timer() 27 cs->dc.isac.arcofitimer.expires = jiffies + ((ARCOFI_TIMER_VALUE * HZ)/1000); in add_arcofi_timer() 28 add_timer(&cs->dc.isac.arcofitimer); in add_arcofi_timer() 36 cs->dc.isac.mon_txp = 0; in send_arcofi() 37 cs->dc.isac.mon_txc = cs->dc.isac.arcofi_list->len; in send_arcofi() 38 memcpy(cs->dc.isac.mon_tx, cs->dc.isac.arcofi_list->msg, cs->dc.isac.mon_txc); in send_arcofi() 39 switch(cs->dc.isac.arcofi_bc) { in send_arcofi() 41 case 1: cs->dc.isac.mon_tx[1] |= 0x40; in send_arcofi() 45 cs->dc.isac.mocr &= 0x0f; in send_arcofi() [all …]
|
D | isac.c | 52 switch (cs->dc.isac.ph_state) { in isac_new_ph() 287 cs->dc.isac.ph_state = (exval >> 2) & 0xf; in isac_interrupt() 289 debugl1(cs, "ph_state change %x", cs->dc.isac.ph_state); in isac_interrupt() 336 if (!cs->dc.isac.mon_rx) { in isac_interrupt() 337 if (!(cs->dc.isac.mon_rx = kmalloc(MAX_MON_FRAME, GFP_ATOMIC))) { in isac_interrupt() 340 cs->dc.isac.mocr &= 0xf0; in isac_interrupt() 341 cs->dc.isac.mocr |= 0x0a; in isac_interrupt() 342 cs->writeisac(cs, ISAC_MOCR, cs->dc.isac.mocr); in isac_interrupt() 345 cs->dc.isac.mon_rxp = 0; in isac_interrupt() 347 if (cs->dc.isac.mon_rxp >= MAX_MON_FRAME) { in isac_interrupt() [all …]
|
D | icc.c | 52 switch (cs->dc.icc.ph_state) { in icc_new_ph() 283 cs->dc.icc.ph_state = (exval >> 2) & 0xf; in icc_interrupt() 285 debugl1(cs, "ph_state change %x", cs->dc.icc.ph_state); in icc_interrupt() 332 if (!cs->dc.icc.mon_rx) { in icc_interrupt() 333 if (!(cs->dc.icc.mon_rx = kmalloc(MAX_MON_FRAME, GFP_ATOMIC))) { in icc_interrupt() 336 cs->dc.icc.mocr &= 0xf0; in icc_interrupt() 337 cs->dc.icc.mocr |= 0x0a; in icc_interrupt() 338 cs->writeisac(cs, ICC_MOCR, cs->dc.icc.mocr); in icc_interrupt() 341 cs->dc.icc.mon_rxp = 0; in icc_interrupt() 343 if (cs->dc.icc.mon_rxp >= MAX_MON_FRAME) { in icc_interrupt() [all …]
|
D | amd7930_fn.c | 134 cs->dc.amd7930.lmr1 = command; in Amd7930_ph_command() 162 cs->dc.amd7930.ph_state = (lsr & 0x7) + 2; in Amd7930_get_state() 171 … u_char index = stateHelper[cs->dc.amd7930.old_state]*8 + stateHelper[cs->dc.amd7930.ph_state]-1; in Amd7930_new_ph() 176 cs->dc.amd7930.ph_state, cs->dc.amd7930.old_state, message & 0x0f, index); in Amd7930_new_ph() 178 cs->dc.amd7930.old_state = cs->dc.amd7930.ph_state; in Amd7930_new_ph() 223 cs->dc.amd7930.old_state = 3; in Amd7930_new_ph() 374 if(!cs->dc.amd7930.tx_xmtlen) in Amd7930_fill_Dfifo() 378 else len = cs->dc.amd7930.tx_xmtlen; in Amd7930_fill_Dfifo() 406 if(!cs->dc.amd7930.tx_xmtlen) { in Amd7930_fill_Dfifo() 408 cs->dc.amd7930.tx_xmtlen = dtcrw; in Amd7930_fill_Dfifo() [all …]
|
D | enternow_pci.c | 209 … cs->dc.amd7930.ph_command(cs, (cs->dc.amd7930.lmr1 | (*chan + 1)), "MDL_BC_ASSIGN"); in enpci_card_msg() 221 … cs->dc.amd7930.ph_command(cs, (cs->dc.amd7930.lmr1 & ~(*chan + 1)), "MDL_BC_RELEASE"); in enpci_card_msg() 223 if (!(cs->dc.amd7930.lmr1 & 3)) { in enpci_card_msg() 411 cs->dc.amd7930.setIrqMask = &enpci_setIrqMask; in setup_enternow_pci()
|
D | amd7930_fn.h | 26 #define AmdIrqOff(cs) cs->dc.amd7930.setIrqMask(cs, 0) 27 #define AmdIrqOn(cs) cs->dc.amd7930.setIrqMask(cs, 1)
|
D | elsa.c | 540 cs->dc.isac.arcofi_bc = bc; in set_arcofi() 542 interruptible_sleep_on(&cs->dc.isac.arcofi_wait); in set_arcofi() 553 if (!cs->dc.isac.mon_tx) in check_arcofi() 554 if (!(cs->dc.isac.mon_tx=kmalloc(MAX_MON_FRAME, GFP_ATOMIC))) { in check_arcofi() 559 cs->dc.isac.arcofi_bc = 0; in check_arcofi() 561 interruptible_sleep_on(&cs->dc.isac.arcofi_wait); in check_arcofi() 563 debugl1(cs, "Arcofi response received %d bytes", cs->dc.isac.mon_rxp); in check_arcofi() 564 p = cs->dc.isac.mon_rx; in check_arcofi() 567 QuickHex(t, p, cs->dc.isac.mon_rxp); in check_arcofi() 569 if ((cs->dc.isac.mon_rxp == 2) && (cs->dc.isac.mon_rx[0] == 0xa0)) { in check_arcofi() [all …]
|
D | ipacx.c | 68 cs->dc.isac.ph_state); in ph_command() 88 cs->dc.isac.ph_state = event; in cic_int() 155 if ((cs->dc.isac.ph_state == IPACX_IND_RES) || in dch_l2l1() 156 (cs->dc.isac.ph_state == IPACX_IND_DR) || in dch_l2l1() 157 (cs->dc.isac.ph_state == IPACX_IND_DC)) in dch_l2l1() 244 switch (cs->dc.isac.ph_state) { in ipacx_new_ph()
|
D | w6692.c | 74 switch (cs->dc.w6692.ph_state) { in W6692_new_ph() 532 cs->dc.w6692.ph_state = v1 & W_CIR_COD_MASK; in W6692_interrupt() 534 debugl1(cs, "ph_state_change %x", cs->dc.w6692.ph_state); in W6692_interrupt() 628 if ((cs->dc.w6692.ph_state == W_L1IND_DRD)) in W6692_l1hw() 632 cs->dc.w6692.ph_state = W_L1CMD_RST; in W6692_l1hw() 901 cs->dc.w6692.ph_state = W_L1CMD_RST; in initW6692()
|
D | hfc_sx.c | 677 cs->dc.hfcsx.ph_state = 1; in hfcsx_auxcmd() 800 debugl1(cs, "ph_state chg %d->%d", cs->dc.hfcsx.ph_state, in hfcsx_interrupt() 802 cs->dc.hfcsx.ph_state = exval; in hfcsx_interrupt() 1338 switch (cs->dc.hfcsx.ph_state) { in hfcsx_bh() 1357 switch (cs->dc.hfcsx.ph_state) { in hfcsx_bh() 1371 cs->dc.hfcsx.ph_state = 4; in hfcsx_bh() 1527 cs->dc.hfcsx.ph_state = 0; in setup_hfcsx()
|
D | hfc_pci.c | 825 cs->dc.hfcpci.ph_state = 1; in hfcpci_auxcmd() 1006 debugl1(cs, "ph_state chg %d->%d", cs->dc.hfcpci.ph_state, in hfcpci_interrupt() 1008 cs->dc.hfcpci.ph_state = exval; in hfcpci_interrupt() 1555 switch (cs->dc.hfcpci.ph_state) { in hfcpci_bh() 1574 switch (cs->dc.hfcpci.ph_state) { in hfcpci_bh() 1588 cs->dc.hfcpci.ph_state = 4; in hfcpci_bh() 1702 cs->dc.hfcpci.ph_state = 0; in setup_hfcpci()
|
/linux-2.4.37.9/drivers/media/video/ |
D | zr36120_i2c.c | 62 struct video_decoder_capability dc; in attach_inform() local 70 rv = i2c_control_device(&ztv->i2c, I2C_DRIVERID_VIDEODECODER, DECODER_GET_CAPABILITIES, &dc); in attach_inform() 75 DEBUG(printk(CARD_DEBUG "capabilities %d %d %d\n",CARD,dc.flags,dc.inputs,dc.outputs)); in attach_inform() 78 if (dc.flags & 16 /*VIDEO_DECODER_VBI*/) in attach_inform()
|
D | saa7110.c | 262 struct video_decoder_capability *dc = arg; in saa7110_command() local 263 dc->flags = VIDEO_DECODER_PAL in saa7110_command() 268 dc->inputs = SAA7110_MAX_INPUT; in saa7110_command() 269 dc->outputs = SAA7110_MAX_OUTPUT; in saa7110_command()
|
D | planb.c | 2134 dbdma_cmd_ptr dc; in planb_ioctl() local 2150 dc = pb->vid_cbo.start + i; in planb_ioctl() 2152 dc->req_count, dc->command, dc->phy_addr, in planb_ioctl() 2153 dc->cmd_dep, dc->res_count, dc->xfer_status); in planb_ioctl()
|
/linux-2.4.37.9/fs/reiserfs/ |
D | ibalance.c | 137 struct disk_child * dc; in internal_insert_childs() local 153 dc = B_N_CHILD(cur,to+1); in internal_insert_childs() 155 memmove (dc + count, dc, (nr+1-(to+1)) * DC_SIZE); in internal_insert_childs() 162 memcpy (dc, new_dc, DC_SIZE * count); in internal_insert_childs() 212 struct disk_child * dc; in internal_delete_pointers_items() local 241 dc = B_N_CHILD (cur, first_p); in internal_delete_pointers_items() 243 memmove (dc, dc + del_num, (nr + 1 - first_p - del_num) * DC_SIZE); in internal_delete_pointers_items() 303 struct disk_child * dc; in internal_copy_pointers_items() local 331 dc = B_N_CHILD (dest, dest_order); in internal_copy_pointers_items() 333 memmove (dc + cpy_num, dc, (nr_dest - dest_order) * DC_SIZE); in internal_copy_pointers_items() [all …]
|
D | prints.c | 150 static void sprintf_disk_child (char * buf, struct disk_child * dc) in sprintf_disk_child() argument 152 sprintf (buf, "[dc_number=%d, dc_size=%u]", dc_block_number(dc), dc_size(dc)); in sprintf_disk_child() 402 struct disk_child * dc; in print_internal() local 421 dc = B_N_CHILD (bh, from); in print_internal() 422 reiserfs_warning (NULL, "PTR %d: %y ", from, dc); in print_internal() 424 for (i = from, key = B_N_PDELIM_KEY (bh, from), dc ++; i < to; i ++, key ++, dc ++) { in print_internal() 425 reiserfs_warning (NULL, "KEY %d: %k PTR %d: %y ", i, key, i + 1, dc); in print_internal()
|
D | do_balan.c | 1335 struct disk_child * dc; in check_internal_node() local 1346 dc = B_N_CHILD (bh, 0); in check_internal_node() 1348 for (i = 0; i <= B_NR_ITEMS (bh); i ++, dc ++) { in check_internal_node() 1349 if (!is_reusable (s, dc_block_number(dc), 1) ) { in check_internal_node() 1351 reiserfs_panic (s, "PAP-12338: check_internal_node: invalid child pointer %y in %b", dc, bh); in check_internal_node()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_setup.c | 214 unsigned int *dc = (unsigned int *) in pmac_show_cpuinfo() local 218 if (get_property(np, "cache-unified", NULL) != 0 && dc) { in pmac_show_cpuinfo() 219 seq_printf(m, " %dK unified", *dc / 1024); in pmac_show_cpuinfo() 223 if (dc) in pmac_show_cpuinfo() 225 (ic? " +": ""), *dc / 1024); in pmac_show_cpuinfo()
|
/linux-2.4.37.9/drivers/sound/ |
D | mpu401.c | 61 #define BUFTEST(dc) if (dc->m_ptr >= MBUF_MAX || dc->m_ptr < 0) \ argument 62 …{printk( "MPU: Invalid buffer pointer %d/%d, s=%d\n", dc->m_ptr, dc->m_left, dc->m_state);dc->m…
|
/linux-2.4.37.9/net/bluetooth/ |
D | hci_event.c | 598 evt_disconn_complete *dc = (evt_disconn_complete *) skb->data; in hci_disconn_complete_evt() local 600 __u16 handle = __le16_to_cpu(dc->handle); in hci_disconn_complete_evt() 602 BT_DBG("%s status %d", hdev->name, dc->status); in hci_disconn_complete_evt() 604 if (dc->status) in hci_disconn_complete_evt() 612 hci_proto_disconn_ind(conn, dc->reason); in hci_disconn_complete_evt()
|