Searched refs:branch (Results 1 - 18 of 18) sorted by last modified time

/drivers/video/fbdev/
H A Dpxafb.c85 struct fb_var_screeninfo *var, int branch);
1106 int branch)
1112 dma = DMA_BASE + (branch ? DMA_MAX : 0);
1113 pal = (bpp >= 16) ? PAL_NONE : PAL_BASE + (branch ? PAL_MAX : 0);
1104 setup_base_frame(struct pxafb_info *fbi, struct fb_var_screeninfo *var, int branch) argument
/drivers/usb/host/
H A Disp116x-hcd.c322 DBG("deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch);
323 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) {
333 ep->branch = PERIODIC_SIZE;
652 int i, branch = -ENOSPC; local
654 /* search for the least loaded schedule branch of that period
657 if (branch < 0 || isp116x->load[branch] > isp116x->load[i]) {
667 branch = i;
670 return branch;
[all...]
H A Disp116x.h318 u16 branch; member in struct:isp116x_ep
H A Disp1362-hcd.c334 ptd->faddr |= PTD_SF_INT(ep->branch);
485 DBG(1, "deschedule qh%d/%p branch %d load %d bandwidth %d -> %d\n", ep->interval,
486 ep, ep->branch, ep->load,
487 isp1362_hcd->load[ep->branch],
488 isp1362_hcd->load[ep->branch] - ep->load);
489 isp1362_hcd->load[ep->branch] -= ep->load;
490 ep->branch = PERIODIC_SIZE;
1184 int i, branch = -ENOSPC; local
1186 /* search for the least loaded schedule branch of that interval
1190 if (branch <
[all...]
H A Disp1362.h447 u8 branch; member in struct:isp1362_ep
H A Dohci-hcd.c246 frame |= ed->branch;
H A Dohci-q.c105 /* search for the right schedule branch to use for a periodic ed.
106 * does some load balancing; returns the branch, or negative errno.
110 int i, branch = -ENOSPC; local
116 /* search for the least loaded schedule branch of that period
120 if (branch < 0 || ohci->load [branch] > ohci->load [i]) {
130 branch = i;
133 return branch;
146 ohci_dbg(ohci, "link %sed %p branch %d [%dus.], interval %d\n",
148 ed, ed->branch, e
184 int branch; local
[all...]
H A Dohci.h63 u8 branch; member in struct:ed
H A Dsl811-hcd.c450 "deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch);
451 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) {
461 ep->branch = PERIODIC_SIZE;
759 * each branch minimized. see fig 3.5 in the OHCI spec for example.
765 int i, branch = -ENOSPC; local
767 /* search for the least loaded schedule branch of that period
771 if (branch < 0 || sl811->load[branch] > sl811->load[i]) {
781 branch
[all...]
H A Dsl811.h183 u16 branch; member in struct:sl811h_ep
/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c8269 * i40e_switch_branch_release - Delete a branch of the switch tree
8270 * @branch: where to start deleting
8272 * This uses recursion to find the tips of the branch to be
8275 static void i40e_switch_branch_release(struct i40e_veb *branch) argument
8277 struct i40e_pf *pf = branch->pf;
8278 u16 branch_seid = branch->seid;
8279 u16 veb_idx = branch->idx;
8286 if (pf->veb[i]->uplink_seid == branch->seid)
8293 * the VEB itself, so don't use (*branch) after this loop.
/drivers/net/wimax/i2400m/
H A Dcontrol.c1020 unsigned major, minor, branch; local
1056 branch = le16_to_cpu(l4mv->branch);
1060 "%u.%u.%u\n", major, minor, branch);
1066 major, minor, branch);
1067 /* Yes, we ignore the branch -- we don't have to track it */
1070 major, minor, branch);
/drivers/mfd/
H A Ddb8500-prcmu.c455 int branch; member in struct:clk_mgt
1502 int branch)
1525 if ((branch == PLL_FIX) || ((branch == PLL_DIV) &&
1557 rate = pll_rate(PRCM_PLLSOC0_FREQ, rate, clk_mgt[clock].branch);
1559 rate = pll_rate(PRCM_PLLSOC1_FREQ, rate, clk_mgt[clock].branch);
1561 rate = pll_rate(PRCM_PLLDDR_FREQ, rate, clk_mgt[clock].branch);
1669 static unsigned long clock_source_rate(u32 clk_mgt_val, int branch) argument
1675 return pll_rate(PRCM_PLLSOC0_FREQ, ROOT_CLOCK_RATE, branch);
1677 return pll_rate(PRCM_PLLSOC1_FREQ, ROOT_CLOCK_RATE, branch);
1501 pll_rate(void __iomem *reg, unsigned long src_rate, int branch) argument
[all...]
/drivers/clk/qcom/
H A DMakefile8 clk-qcom-y += clk-branch.o
/drivers/edac/
H A Di5000_edac.c551 int branch; local
568 branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd);
574 channel = branch & 2;
583 rank, channel, channel + 1, branch >> 1, bank,
638 branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd);
645 * from branch base of 0 */
646 channel += branch;
655 rank, channel, branch >> 1, bank,
676 "CAS=%d, CE Err=0x%x (%s))", branch >> 1, bank,
720 branch
1037 int slot, channel, branch; local
[all...]
H A Di5400_edac.c516 int branch; local
540 branch = extract_fbdchan_indx(info->ferr_fat_fbd);
541 channel = branch;
552 rank, channel, channel + 1, branch >> 1, bank,
564 branch >> 1, -1, rank,
581 int branch; local
605 branch = extract_fbdchan_indx(info->ferr_nf_fbd);
612 * from branch base of 0 */
613 channel += branch;
625 rank, channel, branch >>
962 int channel, branch; local
[all...]
H A Di7300_edac.c56 * On normal operation mode, the two channels on a branch should be
69 #define to_channel(ch, branch) ((((branch)) << 1) | (ch))
71 #define to_csrow(slot, ch, branch) \
72 (to_channel(ch, branch) | ((slot) << 2))
414 unsigned branch, channel, bank, rank, cas, ras; local
431 branch = (GET_FBD_FAT_IDX(error_reg) == 2) ? 1 : 0;
453 branch, -1, rank,
467 branch = (GET_FBD_NF_IDX(error_reg) == 2) ? 1 : 0;
485 channel = (branch <<
587 decode_mtr(struct i7300_pvt *pvt, int slot, int ch, int branch, struct i7300_dimm_info *dinfo, struct dimm_info *dimm) argument
753 int ch, branch, slot, channel, max_channel, max_branch; local
915 int branch; local
[all...]
/drivers/firewire/
H A Dohci.c152 * The descriptor containing the branch address of the first
158 * The last descriptor block in the DMA program. It contains the branch
1063 __le16 branch; local
1065 branch = d->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS);
1067 /* figure out which descriptor the branch address goes in */
1068 if (z == 2 && branch == cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS))
1092 /* If the branch address points to a buffer outside of the
1169 * branch address and looks like it's been sent. That way we
1258 * the branch address in the first descriptor.

Completed in 353 milliseconds