/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A D | outp.c | 38 list_for_each_entry(ior, &disp->ior, head) { in nvkm_outp_route() 39 if ((outp = ior->arm.outp) && ior->arm.outp != ior->asy.outp) { in nvkm_outp_route() 50 if (ior->asy.outp != ior->arm.outp) { in nvkm_outp_route() 52 ior->func->route.set(outp, ior); in nvkm_outp_route() 53 ior->arm.outp = ior->asy.outp; in nvkm_outp_route() 92 struct nvkm_ior *ior = outp->ior; in nvkm_outp_release() local 108 outp->ior = ior; in nvkm_outp_acquire_ior() 124 !ior->asy.outp && ior->type == type && !ior->arm.outp && in nvkm_outp_acquire_hda() 145 struct nvkm_ior *ior = outp->ior; in nvkm_outp_acquire() local 172 if (!ior->identity && !ior->asy.outp && ior->arm.outp == outp) { in nvkm_outp_acquire() [all …]
|
A D | ior.c | 37 list_for_each_entry(ior, &disp->ior, head) { in nvkm_ior_find() 38 if (ior->type == type && (id < 0 || ior->id == id)) in nvkm_ior_find() 39 return ior; in nvkm_ior_find() 48 if (ior) { in nvkm_ior_del() 61 if (!(ior = kzalloc(sizeof(*ior), GFP_KERNEL))) in nvkm_ior_new_() 63 ior->func = func; in nvkm_ior_new_() 64 ior->disp = disp; in nvkm_ior_new_() 66 ior->id = id; in nvkm_ior_new_() 67 snprintf(ior->name, sizeof(ior->name), "%s-%d", in nvkm_ior_new_() 68 nvkm_ior_name[ior->type], ior->id); in nvkm_ior_new_() [all …]
|
A D | nv50.c | 313 if (!ior) in nv50_disp_super_3_0() 321 ior->func->war_3(ior); in nv50_disp_super_3_0() 341 h = h - (3 * ior->dp.ef) - (12 / ior->dp.nr); in nv50_disp_super_2_2_dp() 349 ior->func->dp.audio_sym(ior, head->id, h, v); in nv50_disp_super_2_2_dp() 414 ior->func->dp.activesym(ior, head->id, bestTU, in nv50_disp_super_2_2_dp() 427 ior->func->dp.watermark(ior, head->id, unk); in nv50_disp_super_2_2_dp() 468 if (ior->type == SOR && ior->asy.proto == DP) in nv50_disp_super_2_2() 472 ior->func->clock(ior); in nv50_disp_super_2_2() 474 ior->func->war_2(ior); in nv50_disp_super_2_2() 538 ior->func->state(ior, &ior->arm); in nv50_disp_super_1() [all …]
|
A D | dp.c | 83 struct nvkm_ior *ior = dp->outp.ior; in nvkm_dp_train_drive() local 128 ior->func->dp.drive(ior, i, ocfg.pc, ocfg.dc, in nvkm_dp_train_drive() 152 dp->outp.ior->func->dp.pattern(dp->outp.ior, pattern); in nvkm_dp_train_pattern() 228 struct nvkm_ior *ior = dp->outp.ior; in nvkm_dp_train_links() local 240 ior->dp.nr, ior->dp.bw * 27); in nvkm_dp_train_links() 279 ret = ior->func->dp.links(ior, dp->aux); in nvkm_dp_train_links() 288 ior->func->dp.power(ior, ior->dp.nr); in nvkm_dp_train_links() 293 if (ior->dp.ef) in nvkm_dp_train_links() 368 struct nvkm_ior *ior = dp->outp.ior; in nvkm_dp_train() local 470 struct nvkm_ior *ior = dp->outp.ior; in nvkm_dp_acquire() local [all …]
|
A D | rootnv50.c | 125 ret = outp->ior->func->sense(outp->ior, args->v0.data); in nv50_disp_root_mthd_() 139 struct nvkm_ior *ior = outp->ior; in nv50_disp_root_mthd_() local 151 if (!ior->func->hda.hpd) in nv50_disp_root_mthd_() 156 ior->func->dp.audio(ior, hidx, true); in nv50_disp_root_mthd_() 157 ior->func->hda.hpd(ior, hidx, true); in nv50_disp_root_mthd_() 158 ior->func->hda.eld(ior, hidx, data, size); in nv50_disp_root_mthd_() 161 ior->func->dp.audio(ior, hidx, false); in nv50_disp_root_mthd_() 162 ior->func->hda.hpd(ior, hidx, false); in nv50_disp_root_mthd_() 202 outp->ior->func->hdmi.ctrl(outp->ior, hidx, args->v0.state, in nv50_disp_root_mthd_() 208 outp->ior->func->hdmi.scdc(outp->ior, args->v0.scdc); in nv50_disp_root_mthd_() [all …]
|
A D | hdagf119.c | 27 gf119_hda_device_entry(struct nvkm_ior *ior, int head) in gf119_hda_device_entry() argument 29 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_hda_device_entry() 35 gf119_hda_eld(struct nvkm_ior *ior, int head, u8 *data, u8 size) in gf119_hda_eld() argument 37 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_hda_eld() 38 const u32 soff = 0x030 * ior->id + (head * 0x04); in gf119_hda_eld() 49 gf119_hda_hpd(struct nvkm_ior *ior, int head, bool present) in gf119_hda_hpd() argument 51 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_hda_hpd() 52 const u32 soff = 0x030 * ior->id + (head * 0x04); in gf119_hda_hpd() 56 ior->func->hda.device_entry(ior, head); in gf119_hda_hpd()
|
A D | hdagt215.c | 27 gt215_hda_eld(struct nvkm_ior *ior, int head, u8 *data, u8 size) in gt215_hda_eld() argument 29 struct nvkm_device *device = ior->disp->engine.subdev.device; in gt215_hda_eld() 30 const u32 soff = ior->id * 0x800; in gt215_hda_eld() 41 gt215_hda_hpd(struct nvkm_ior *ior, int head, bool present) in gt215_hda_hpd() argument 43 struct nvkm_device *device = ior->disp->engine.subdev.device; in gt215_hda_hpd() 50 nvkm_mask(device, 0x61c448 + ior->id * 0x800, mask, data); in gt215_hda_hpd()
|
A D | base.c | 243 struct nvkm_ior *ior; in nvkm_disp_init() local 262 list_for_each_entry(ior, &disp->ior, head) { in nvkm_disp_init() 263 ior->func->power(ior, true, true, true, true, true); in nvkm_disp_init() 278 struct nvkm_ior *ior; in nvkm_disp_oneinit() local 410 if (!WARN_ON(!ior)) in nvkm_disp_oneinit() 411 ior->identity = true; in nvkm_disp_oneinit() 449 while (!list_empty(&disp->ior)) { in nvkm_disp_dtor() 450 struct nvkm_ior *ior = in nvkm_disp_dtor() local 451 list_first_entry(&disp->ior, typeof(*ior), head); in nvkm_disp_dtor() 452 nvkm_ior_del(&ior); in nvkm_disp_dtor() [all …]
|
A D | hdmigm200.c | 27 gm200_hdmi_scdc(struct nvkm_ior *ior, u8 scdc) in gm200_hdmi_scdc() argument 29 struct nvkm_device *device = ior->disp->engine.subdev.device; in gm200_hdmi_scdc() 30 const u32 soff = nv50_ior_base(ior); in gm200_hdmi_scdc() 35 ior->tmds.high_speed = !!(scdc & 0x2); in gm200_hdmi_scdc()
|
A D | sorgm200.c | 49 gm200_sor_route_set(struct nvkm_outp *outp, struct nvkm_ior *ior) in gm200_sor_route_set() argument 53 const u32 sor = ior ? ior->id + 1 : 0; in gm200_sor_route_set() 54 u32 link = ior ? (ior->asy.link == 2) : 0; in gm200_sor_route_set()
|
A D | ior.h | 101 nv50_ior_base(struct nvkm_ior *ior) in nv50_ior_base() argument 103 return ior->id * 0x800; in nv50_ior_base() 112 nv50_sor_link(struct nvkm_ior *ior) in nv50_sor_link() argument 114 return nv50_ior_base(ior) + ((ior->asy.link == 2) * 0x80); in nv50_sor_link()
|
A D | hdmigt215.c | 27 gt215_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gt215_hdmi_ctrl() argument 30 struct nvkm_device *device = ior->disp->engine.subdev.device; in gt215_hdmi_ctrl() 35 const u32 soff = nv50_ior_base(ior); in gt215_hdmi_ctrl()
|
A D | hdagv100.c | 25 gv100_hda_device_entry(struct nvkm_ior *ior, int head) in gv100_hda_device_entry() argument 27 struct nvkm_device *device = ior->disp->engine.subdev.device; in gv100_hda_device_entry()
|
A D | piornv50.c | 73 nv50_pior_depth(struct nvkm_ior *ior, struct nvkm_ior_state *state, u32 ctrl) in nv50_pior_depth() argument 78 if (state->head && state == &ior->asy) { in nv50_pior_depth() 80 nvkm_head_find(ior->disp, __ffs(state->head)); in nv50_pior_depth()
|
A D | sorg94.c | 143 struct nvkm_ior *ior; in g94_sor_war_update_sppll1() local 147 list_for_each_entry(ior, &disp->ior, head) { in g94_sor_war_update_sppll1() 148 if (ior->type != SOR) in g94_sor_war_update_sppll1() 151 clksor = nvkm_rd32(device, 0x614300 + nv50_ior_base(ior)); in g94_sor_war_update_sppll1()
|
A D | hdmigf119.c | 27 gf119_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gf119_hdmi_ctrl() argument 30 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_hdmi_ctrl()
|
A D | hdmigk104.c | 27 gk104_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gk104_hdmi_ctrl() argument 30 struct nvkm_device *device = ior->disp->engine.subdev.device; in gk104_hdmi_ctrl()
|
A D | hdmig84.c | 27 g84_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in g84_hdmi_ctrl() argument 30 struct nvkm_device *device = ior->disp->engine.subdev.device; in g84_hdmi_ctrl()
|
A D | hdmigv100.c | 25 gv100_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gv100_hdmi_ctrl() argument 28 struct nvkm_device *device = ior->disp->engine.subdev.device; in gv100_hdmi_ctrl()
|
/linux/arch/parisc/kernel/ |
A D | unaligned.c | 123 unsigned long saddr = regs->ior; in emulate_ldh() 128 regs->isr, regs->ior, toreg); in emulate_ldh() 157 unsigned long saddr = regs->ior; in emulate_ldw() 162 regs->isr, regs->ior, toreg); in emulate_ldw() 196 unsigned long saddr = regs->ior; in emulate_ldd() 201 regs->isr, regs->ior, toreg); in emulate_ldd() 277 val, regs->isr, regs->ior); in emulate_sth() 312 val, regs->isr, regs->ior); in emulate_stw() 358 val, regs->isr, regs->ior); in emulate_std() 679 (void __user *)regs->ior); in handle_unaligned() [all …]
|
A D | kgdb.c | 83 gr->ior = regs->ior; in pt_regs_to_gdb_regs() 114 regs->ior = gr->ior; in gdb_regs_to_pt_regs()
|
A D | traps.c | 145 level, regs->iir, regs->isr, regs->ior); in show_regs() 372 regs->ior = pim_wide->cr[21]; in transfer_pim_to_trap_frame() 396 regs->ior = pim_narrow->cr[21]; in transfer_pim_to_trap_frame() 665 fault_address = regs->ior; in handle_interruption() 679 fault_address = regs->ior; in handle_interruption() 746 ((void __user *) regs->ior)); in handle_interruption() 761 (void __user *)regs->ior); in handle_interruption() 777 (void __user *)regs->ior); in handle_interruption()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
A D | macros.fuc | 182 #define nv_iord(reg,ior) /* 183 */ mov reg ior /* 187 #define nv_iord(reg,ior) /* 188 */ mov reg ior /* 193 #define nv_iowr(ior,reg) /* 194 */ mov $r0 ior /* 199 #define nv_iowr(ior,reg) /* 200 */ mov $r0 ior /* 206 #define nv_iowrs(ior,reg) /* 207 */ mov $r0 ior /* [all …]
|
/linux/drivers/net/ethernet/davicom/ |
A D | dm9000.c | 159 ior(struct board_info *db, int reg) in ior() function 187 if (ior(db, DM9000_NCR) & 1) in dm9000_reset() 193 if (ior(db, DM9000_NCR) & 1) in dm9000_reset() 307 ret = (ior(db, DM9000_EPDRH) << 8) | ior(db, DM9000_EPDRL); in dm9000_phy_read() 426 ret = ior(db, reg); in dm9000_read_locked() 497 to[0] = ior(db, DM9000_EPDRL); in dm9000_read_eeprom() 498 to[1] = ior(db, DM9000_EPDRH); in dm9000_read_eeprom() 1248 nsr = ior(db, DM9000_NSR); in dm9000_wol_interrupt() 1249 wcr = ior(db, DM9000_WCR); in dm9000_wol_interrupt() 1612 id_val = ior(db, DM9000_VIDL); in dm9000_probe() [all …]
|
/linux/arch/parisc/include/uapi/asm/ |
A D | ptrace.h | 38 unsigned long ior; /* CR21 */ member 59 unsigned long ior; /* CR21 */ member
|