/drivers/staging/sep/ |
D | sep_trace_events.h | 40 #define SEP_TRACE_FUNC_OUT(branch) trace_sep_func_end(__func__, branch) argument 41 #define SEP_TRACE_EVENT(branch) trace_sep_misc_event(__func__, branch) argument 44 #define SEP_TRACE_FUNC_OUT(branch) argument 45 #define SEP_TRACE_EVENT(branch) argument 95 TP_PROTO(const char *name, int branch), 97 TP_ARGS(name, branch), 101 __field(int, branch) 106 __entry->branch = branch; 109 TP_printk("func_start %s %d", __entry->name, __entry->branch) 114 TP_PROTO(const char *name, int branch), [all …]
|
/drivers/edac/ |
D | i7300_edac.c | 69 #define to_channel(ch, branch) ((((branch)) << 1) | (ch)) argument 71 #define to_csrow(slot, ch, branch) \ argument 72 (to_channel(ch, branch) | ((slot) << 2)) 414 unsigned branch, channel, bank, rank, cas, ras; in i7300_process_fbd_error() local 431 branch = (GET_FBD_FAT_IDX(error_reg) == 2) ? 1 : 0; in i7300_process_fbd_error() 453 branch, -1, rank, in i7300_process_fbd_error() 467 branch = (GET_FBD_NF_IDX(error_reg) == 2) ? 1 : 0; in i7300_process_fbd_error() 485 channel = (branch << 1); in i7300_process_fbd_error() 500 branch >> 1, channel % 2, rank, in i7300_process_fbd_error() 588 int slot, int ch, int branch, in decode_mtr() argument [all …]
|
D | i5400_edac.c | 516 int branch; in i5400_proccess_non_recoverable_info() local 540 branch = extract_fbdchan_indx(info->ferr_fat_fbd); in i5400_proccess_non_recoverable_info() 541 channel = branch; in i5400_proccess_non_recoverable_info() 552 rank, channel, channel + 1, branch >> 1, bank, in i5400_proccess_non_recoverable_info() 564 branch >> 1, -1, rank, in i5400_proccess_non_recoverable_info() 581 int branch; in i5400_process_nonfatal_error_info() local 605 branch = extract_fbdchan_indx(info->ferr_nf_fbd); in i5400_process_nonfatal_error_info() 613 channel += branch; in i5400_process_nonfatal_error_info() 625 rank, channel, branch >> 1, bank, in i5400_process_nonfatal_error_info() 632 branch >> 1, bank, rdwr_str(rdwr), ras, cas, in i5400_process_nonfatal_error_info() [all …]
|
D | i5000_edac.c | 551 int branch; in i5000_process_nonfatal_error_info() local 568 branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd); in i5000_process_nonfatal_error_info() 574 channel = branch & 2; in i5000_process_nonfatal_error_info() 583 rank, channel, channel + 1, branch >> 1, bank, in i5000_process_nonfatal_error_info() 638 branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd); in i5000_process_nonfatal_error_info() 646 channel += branch; in i5000_process_nonfatal_error_info() 655 rank, channel, branch >> 1, bank, in i5000_process_nonfatal_error_info() 676 "CAS=%d, CE Err=0x%x (%s))", branch >> 1, bank, in i5000_process_nonfatal_error_info() 720 branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd); in i5000_process_nonfatal_error_info() 728 branch >> 1, -1, -1, in i5000_process_nonfatal_error_info() [all …]
|
/drivers/usb/host/ |
D | ohci-q.c | 94 int i, branch = -ENOSPC; in balance() local 104 if (branch < 0 || ohci->load [branch] > ohci->load [i]) { in balance() 114 branch = i; in balance() 117 return branch; in balance() 132 ed, ed->branch, ed->load, ed->interval); in periodic_link() 134 for (i = ed->branch; i < NUM_INTS; i += ed->interval) { in periodic_link() 168 int branch; in ed_schedule() local 235 branch = balance (ohci, ed->interval, ed->load); in ed_schedule() 236 if (branch < 0) { in ed_schedule() 239 branch, ed->interval, ed->load); in ed_schedule() [all …]
|
D | sl811-hcd.c | 450 DBG("deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch); in finish_request() 451 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request() 461 ep->branch = PERIODIC_SIZE; in finish_request() 763 int i, branch = -ENOSPC; in balance() local 769 if (branch < 0 || sl811->load[branch] > sl811->load[i]) { in balance() 779 branch = i; in balance() 782 return branch; in balance() 873 ep->branch = PERIODIC_SIZE; in sl811h_urb_enqueue() 897 if (ep->branch < PERIODIC_SIZE) { in sl811h_urb_enqueue() 904 + ep->branch; in sl811h_urb_enqueue() [all …]
|
D | isp116x-hcd.c | 323 DBG("deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch); in finish_request() 324 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request() 334 ep->branch = PERIODIC_SIZE; in finish_request() 653 int i, branch = -ENOSPC; in balance() local 658 if (branch < 0 || isp116x->load[branch] > isp116x->load[i]) { in balance() 668 branch = i; in balance() 671 return branch; in balance() 755 ep->branch = PERIODIC_SIZE; in isp116x_urb_enqueue() 780 if (ep->branch < PERIODIC_SIZE) in isp116x_urb_enqueue() 783 ep->branch = ret = balance(isp116x, ep->period, ep->load); in isp116x_urb_enqueue() [all …]
|
D | isp1362-hcd.c | 338 ptd->faddr |= PTD_SF_INT(ep->branch); in prepare_ptd() 492 ep, ep->branch, ep->load, in finish_request() 493 isp1362_hcd->load[ep->branch], in finish_request() 494 isp1362_hcd->load[ep->branch] - ep->load); in finish_request() 495 isp1362_hcd->load[ep->branch] -= ep->load; in finish_request() 496 ep->branch = PERIODIC_SIZE; in finish_request() 1190 int i, branch = -ENOSPC; in balance() local 1196 if (branch < 0 || isp1362_hcd->load[branch] > isp1362_hcd->load[i]) { in balance() 1208 branch = i; in balance() 1211 return branch; in balance() [all …]
|
D | sl811.h | 183 u16 branch; member
|
D | ohci.h | 62 u8 branch; member
|
D | isp116x.h | 318 u16 branch; member
|
D | isp1362.h | 452 u8 branch; member
|
D | ohci-hcd.c | 232 frame |= ed->branch; in ohci_urb_enqueue()
|
/drivers/net/wimax/i2400m/ |
D | control.c | 1020 unsigned major, minor, branch; in i2400m_firmware_check() local 1056 branch = le16_to_cpu(l4mv->branch); in i2400m_firmware_check() 1060 "%u.%u.%u\n", major, minor, branch); in i2400m_firmware_check() 1066 major, minor, branch); in i2400m_firmware_check() 1070 major, minor, branch); in i2400m_firmware_check()
|
/drivers/mfd/ |
D | db8500-prcmu.c | 454 int branch; member 1501 int branch) in pll_rate() argument 1524 if ((branch == PLL_FIX) || ((branch == PLL_DIV) && in pll_rate() 1556 rate = pll_rate(PRCM_PLLSOC0_FREQ, rate, clk_mgt[clock].branch); in clock_rate() 1558 rate = pll_rate(PRCM_PLLSOC1_FREQ, rate, clk_mgt[clock].branch); in clock_rate() 1560 rate = pll_rate(PRCM_PLLDDR_FREQ, rate, clk_mgt[clock].branch); in clock_rate() 1668 static unsigned long clock_source_rate(u32 clk_mgt_val, int branch) in clock_source_rate() argument 1674 return pll_rate(PRCM_PLLSOC0_FREQ, ROOT_CLOCK_RATE, branch); in clock_source_rate() 1676 return pll_rate(PRCM_PLLSOC1_FREQ, ROOT_CLOCK_RATE, branch); in clock_source_rate() 1678 return pll_rate(PRCM_PLLDDR_FREQ, ROOT_CLOCK_RATE, branch); in clock_source_rate() [all …]
|
/drivers/video/ |
D | pxafb.c | 85 struct fb_var_screeninfo *var, int branch); 1106 int branch) in setup_base_frame() argument 1112 dma = DMA_BASE + (branch ? DMA_MAX : 0); in setup_base_frame() 1113 pal = (bpp >= 16) ? PAL_NONE : PAL_BASE + (branch ? PAL_MAX : 0); in setup_base_frame()
|
/drivers/firewire/ |
D | ohci.c | 1055 __le16 branch; in find_branch_descriptor() local 1057 branch = d->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS); in find_branch_descriptor() 1060 if (z == 2 && branch == cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) in find_branch_descriptor()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3614 * Interrupt branch address for SCS SEQ_INT1 mode 0 and 1 interrupts. 3640 * Interrupt branch address for HST_SEQ_INT2 interrupts.
|
D | aic79xx.seq | 1870 * First instruction in an ISR cannot be a branch on
|