| /drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| A D | gm200.c | 83 pmu_load(struct nv50_devinit *init, u8 type, bool post, in pmu_load() argument 94 if (!post || !subdev->device->pmu) in pmu_load() 115 gm200_devinit_preos(struct nv50_devinit *init, bool post) in gm200_devinit_preos() argument 120 pmu_load(init, 0x01, post, NULL, NULL); in gm200_devinit_preos() 124 gm200_devinit_post(struct nvkm_devinit *base, bool post) in gm200_devinit_post() argument 141 ret = pmu_load(init, 0x04, post, &exec, &args); in gm200_devinit_post() 148 if (post) { in gm200_devinit_post() 156 if (post) { in gm200_devinit_post() 164 if (post) { in gm200_devinit_post() 174 gm200_devinit_preos(init, post); in gm200_devinit_post() [all …]
|
| A D | nv50.c | 100 if (!base->post) { in nv50_devinit_preinit() 103 base->post = true; in nv50_devinit_preinit() 109 if (!base->post) { in nv50_devinit_preinit() 113 base->post = true; in nv50_devinit_preinit() 134 while (init->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { in nv50_devinit_init() 165 .post = nv04_devinit_post,
|
| A D | base.c | 63 if (init && init->func->post) in nvkm_devinit_post() 64 ret = init->func->post(init, init->post); in nvkm_devinit_post() 75 init->post = true; in nvkm_devinit_fini() 89 init->post = init->force_post; in nvkm_devinit_preinit()
|
| A D | r535.c | 43 rm->post = hw->post; in r535_devinit_new()
|
| A D | priv.h | 14 int (*post)(struct nvkm_devinit *, bool post); member
|
| A D | tu102.c | 87 tu102_devinit_post(struct nvkm_devinit *init, bool post) in tu102_devinit_post() argument 95 .post = tu102_devinit_post,
|
| A D | gf100.c | 101 base->post = ((nvkm_rd32(device, 0x2240c) & BIT(1)) == 0); in gf100_devinit_preinit() 108 .post = nv04_devinit_post,
|
| A D | nv1a.c | 33 .post = nv04_devinit_post,
|
| A D | nv04.c | 414 if (!init->base.post) { in nv04_devinit_preinit() 422 init->base.post = true; in nv04_devinit_preinit() 455 .post = nv04_devinit_post,
|
| A D | gm107.c | 52 .post = nv04_devinit_post,
|
| A D | g84.c | 55 .post = nv04_devinit_post,
|
| A D | g98.c | 54 .post = nv04_devinit_post,
|
| A D | mcp89.c | 55 .post = nv04_devinit_post,
|
| A D | nv20.c | 69 .post = nv04_devinit_post,
|
| /drivers/video/fbdev/matrox/ |
| A D | matroxfb_misc.h | 9 unsigned int* in, unsigned int* feed, unsigned int* post); 13 unsigned int *post) in PLL_calcclock() argument 15 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); in PLL_calcclock()
|
| A D | matroxfb_maven.c | 227 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_PLL_mavenclock() argument 283 *post = p; in matroxfb_PLL_mavenclock() 294 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); in matroxfb_PLL_mavenclock() 300 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_mavenclock() argument 317 *post = p; in matroxfb_mavenclock() 322 unsigned int* in, unsigned int* feed, unsigned int* post) { in DAC1064_calcclock() argument 336 *post = p; in DAC1064_calcclock()
|
| /drivers/clk/sophgo/ |
| A D | clk-cv18xx-pll.c | 54 unsigned long pre, div, post; in ipll_find_rate() local 60 for_each_pll_limit_range(post, &limit->post_div) { in ipll_find_rate() 61 tmp = ipll_calc_rate(prate, pre, div, post); in ipll_find_rate() 70 post_div_sel = post; in ipll_find_rate() 290 unsigned long pre, div, post; in fpll_find_rate() local 298 for_each_pll_limit_range(post, &limit->post_div) { in fpll_find_rate() 301 pre, div, post, in fpll_find_rate() 309 post_div_sel = post; in fpll_find_rate()
|
| /drivers/gpu/drm/nouveau/nvif/ |
| A D | chan.c | 14 if (chan->func->gpfifo.post) { in nvif_chan_gpfifo_push_kick() 42 if (!chan->func->gpfifo.post) in nvif_chan_gpfifo_post() 45 return chan->func->gpfifo.post(chan, gpptr, pbptr); in nvif_chan_gpfifo_post() 64 if (chan->func->gpfifo.post) in nvif_chan_gpfifo_wait()
|
| /drivers/scsi/aacraid/ |
| A D | rx.c | 347 } * post; in aac_rx_check_health() local 358 post = dma_alloc_coherent(&dev->pdev->dev, in aac_rx_check_health() 361 if (unlikely(post == NULL)) { in aac_rx_check_health() 366 post->Post_Command = cpu_to_le32(COMMAND_POST_RESULTS); in aac_rx_check_health() 367 post->Post_Address = cpu_to_le32(baddr); in aac_rx_check_health() 372 post, paddr); in aac_rx_check_health()
|
| /drivers/gpu/drm/ci/ |
| A D | gitlab-ci.yml | 148 # post-merge pipeline 149 - if: &is-post-merge $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "push" 167 .never-post-merge-rules: 169 - if: *is-post-merge 179 - !reference [.never-post-merge-rules, rules] 207 - !reference [.never-post-merge-rules, rules]
|
| /drivers/spi/ |
| A D | spi-imx.c | 472 unsigned int pre, post; in mx51_ecspi_clkdiv() local 477 post = fls(fin) - fls(fspi); in mx51_ecspi_clkdiv() 478 if (fin > fspi << post) in mx51_ecspi_clkdiv() 479 post++; in mx51_ecspi_clkdiv() 483 post = max(4U, post) - 4; in mx51_ecspi_clkdiv() 484 if (unlikely(post > 0xf)) { in mx51_ecspi_clkdiv() 490 pre = DIV_ROUND_UP(fin, fspi << post) - 1; in mx51_ecspi_clkdiv() 493 __func__, fin, fspi, post, pre); in mx51_ecspi_clkdiv() 496 *fres = (fin / (pre + 1)) >> post; in mx51_ecspi_clkdiv() 499 (post << MX51_ECSPI_CTRL_POSTDIV_OFFSET); in mx51_ecspi_clkdiv()
|
| /drivers/scsi/be2iscsi/ |
| A D | be_cmds.c | 1617 u32 loop, post, rdy = 0; in beiscsi_check_fw_rdy() local 1621 post = beiscsi_get_post_stage(phba); in beiscsi_check_fw_rdy() 1622 if (post & POST_ERROR_BIT) in beiscsi_check_fw_rdy() 1624 if ((post & POST_STAGE_MASK) == POST_STAGE_ARMFW_RDY) { in beiscsi_check_fw_rdy() 1633 "BC_%d : FW not ready 0x%x\n", post); in beiscsi_check_fw_rdy() 1847 u32 post, status; in beiscsi_detect_tpe() local 1850 post = beiscsi_get_post_stage(phba); in beiscsi_detect_tpe() 1851 status = post & POST_STAGE_MASK; in beiscsi_detect_tpe() 1856 "BC_%d : HBA error recoverable: 0x%x\n", post); in beiscsi_detect_tpe() 1860 "BC_%d : HBA in UE: 0x%x\n", post); in beiscsi_detect_tpe()
|
| /drivers/tty/serial/8250/ |
| A D | serial_cs.c | 78 int (*post)(struct pcmcia_device *); member 197 .post = quirk_post_ibm, 670 if (info->quirk && info->quirk->post) in serial_config() 671 if (info->quirk->post(link)) in serial_config()
|
| /drivers/gpu/drm/i915/gt/ |
| A D | gen2_engine_cs.c | 145 int flush, int post) in __gen2_emit_breadcrumb() argument 158 while (post--) { in __gen2_emit_breadcrumb()
|
| /drivers/infiniband/sw/rxe/ |
| A D | rxe_comp.c | 444 bool post; in do_complete() local 447 post = ((qp->sq_sig_type == IB_SIGNAL_ALL_WR) || in do_complete() 451 if (post) in do_complete() 456 if (post) in do_complete()
|