Home
last modified time | relevance | path

Searched refs:drb (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/bus/
H A Dmips_cdmm.c467 unsigned int drb, type, size; in mips_cdmm_early_probe() local
479 drb = bus->drbs_reserved; in mips_cdmm_early_probe()
483 for (; drb < bus->drbs; drb += size + 1) { in mips_cdmm_early_probe()
484 acsr = __raw_readl(cdmm + drb * CDMM_DRB_SIZE); in mips_cdmm_early_probe()
487 return cdmm + drb * CDMM_DRB_SIZE; in mips_cdmm_early_probe()
517 unsigned int drb, type, size, rev; in mips_cdmm_bus_discover() local
524 drb = bus->drbs_reserved; in mips_cdmm_bus_discover()
530 for (; drb < bus->drbs; drb += size + 1) { in mips_cdmm_bus_discover()
531 acsr = __raw_readl(cdmm + drb * CDMM_DRB_SIZE); in mips_cdmm_bus_discover()
540 cpu, id, drb, drb * CDMM_DRB_SIZE, in mips_cdmm_bus_discover()
[all …]
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_tx.c197 struct dpmaif_drb *drb = drb_base + cur_idx; in t7xx_setup_msg_drb() local
199 drb->header = cpu_to_le32(FIELD_PREP(DRB_HDR_DTYP, DES_DTYP_MSG) | in t7xx_setup_msg_drb()
203 drb->msg.msg_hdr = cpu_to_le32(FIELD_PREP(DRB_MSG_COUNT_L, count_l) | in t7xx_setup_msg_drb()
213 struct dpmaif_drb *drb = drb_base + cur_idx; in t7xx_setup_payload_drb() local
220 drb->header = cpu_to_le32(header); in t7xx_setup_payload_drb()
221 drb->pd.data_addr_l = cpu_to_le32(lower_32_bits(data_addr)); in t7xx_setup_payload_drb()
222 drb->pd.data_addr_h = cpu_to_le32(upper_32_bits(data_addr)); in t7xx_setup_payload_drb()
/openbmc/linux/drivers/edac/
H A Di82975x_edac.c348 u8 drb[4][2]; in dual_channel_active() local
353 drb[row][0] = readb(mch_window + I82975X_DRB + row); in dual_channel_active()
354 drb[row][1] = readb(mch_window + I82975X_DRB + row + 0x80); in dual_channel_active()
355 dualch = dualch && (drb[row][0] == drb[row][1]); in dual_channel_active()
H A Di3000_edac.c316 unsigned char dra[I3000_RANKS / 2], drb[I3000_RANKS]; in i3000_probe1() local
318 unsigned char *c0drb = drb, *c1drb = &drb[I3000_RANKS_PER_CHANNEL]; in i3000_probe1()
394 value = drb[i]; in i3000_probe1()