Searched refs:dnum (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | jz4740-adc.h | 28 #define JZ_ADC_CONFIG_DNUM(dnum) ((dnum) << 16) argument 29 #define JZ_ADC_CONFIG_XYZ_OFFSET(dnum) ((xyz) << 13) argument
|
| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | hfcmulti.c | 1593 dch = hc->chan[hc->dnum[0]].dch; in hfcmulti_leds() 1595 if (hc->chan[hc->dnum[0]].los) in hfcmulti_leds() 2417 dch = hc->chan[hc->dnum[0]].dch; in handle_timer_irq() 2420 hc->chan[hc->dnum[0]].los = temp; in handle_timer_irq() 2421 if (test_bit(HFC_CFG_REPORT_LOS, &hc->chan[hc->dnum[0]].cfg)) { in handle_timer_irq() 2422 if (!temp && hc->chan[hc->dnum[0]].los) in handle_timer_irq() 2425 if (temp && !hc->chan[hc->dnum[0]].los) in handle_timer_irq() 2429 if (test_bit(HFC_CFG_REPORT_AIS, &hc->chan[hc->dnum[0]].cfg)) { in handle_timer_irq() 2432 if (!temp && hc->chan[hc->dnum[0]].ais) in handle_timer_irq() 2435 if (temp && !hc->chan[hc->dnum[0]].ais) in handle_timer_irq() [all …]
|
| H A D | hfc_multi.h | 214 u_char dnum[32]; /* array of used dchannel numbers for port */ member
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pescx-defs.h | 199 uint64_t dnum:5; member 229 uint64_t dnum:5; 236 uint64_t dnum:5; member 266 uint64_t dnum:5;
|
| H A D | cvmx-pemx-defs.h | 210 uint64_t dnum:5; member 242 uint64_t dnum:5;
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | bootinfo-vme.h | 55 __be16 clun, dlun, ctype, dnum; member
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 5432 u32 dnum; in resp_comp_write() local 5455 dnum = 2 * num; in resp_comp_write() 5456 arr = kcalloc(lb_size, dnum, GFP_ATOMIC); in resp_comp_write() 5463 ret = do_dout_fetch(scp, dnum, arr); in resp_comp_write() 5467 } else if (sdebug_verbose && (ret < (dnum * lb_size))) in resp_comp_write() 5470 dnum * lb_size, ret); in resp_comp_write()
|