/linux/drivers/pci/hotplug/ |
H A D | shpchp_ctrl.c | 194 u8 flag, enum pci_bus_speed asp, enum pci_bus_speed bsp, in fix_bus_speed() argument 204 if (asp < bsp) { in fix_bus_speed() 206 bsp, asp); in fix_bus_speed() 213 if (bsp != asp) in fix_bus_speed() 216 if (bsp != msp) in fix_bus_speed() 234 enum pci_bus_speed asp, bsp, msp; in board_added() local 272 bsp = ctrl->pci_dev->subordinate->cur_bus_speed; in board_added() 281 bsp, msp); in board_added() 283 rc = fix_bus_speed(ctrl, p_slot, slots_not_empty, asp, bsp, msp); in board_added()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/bsp/ |
H A D | Kbuild | 2 nvkm-y += nvkm/engine/bsp/g84.o
|
/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-wpcm450.dtsi | 217 bsp_pins: mux-bsp { 218 groups = "bsp"; 219 function = "bsp";
|
/linux/drivers/gpu/drm/radeon/ |
H A D | rv6xx_dpm.h | 70 u32 bsp; member
|
H A D | sumo_dpm.h | 107 u32 bsp; member
|
H A D | rv6xx_dpm.c | 844 &pi->bsp, in rv6xx_program_bsp() 847 r600_set_bsp(rdev, pi->bsu, pi->bsp); in rv6xx_program_bsp() 855 (pi->hw.rp[0] * pi->bsp) / 200, in rv6xx_program_at() 856 (pi->hw.rp[1] * pi->bsp) / 200, in rv6xx_program_at() 857 (pi->hw.lp[2] * pi->bsp) / 200, in rv6xx_program_at() 858 (pi->hw.lp[1] * pi->bsp) / 200); in rv6xx_program_at()
|
H A D | rv770_dpm.h | 120 u32 bsp; member
|
H A D | rv770_dpm.c | 290 a_t = CG_R(r[i] * pi->bsp / 200) | CG_L(l[i] * pi->bsp / 200); in rv770_populate_smc_t() 825 &pi->bsp, in rv770_setup_bsp() 834 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in rv770_setup_bsp()
|
H A D | sumo_dpm.c | 322 xclk, 16, &pi->bsp, &pi->bsu); in sumo_calculate_bsp() 327 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in sumo_calculate_bsp()
|
H A D | si_dpm.c | 3683 &pi->bsp, in si_setup_bsp() 3693 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in si_setup_bsp() 5060 a_t |= CG_R(t_l * pi->bsp / 20000); in si_populate_smc_t() 5064 pi->pbsp : pi->bsp; in si_populate_smc_t()
|
H A D | ni_dpm.c | 2441 a_t |= CG_R(t_l * pi->bsp / 20000); in ni_populate_smc_t() 2445 pi->pbsp : pi->bsp; in ni_populate_smc_t()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/ |
H A D | Kbuild | 5 include $(src)/nvkm/engine/bsp/Kbuild
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | layout.h | 31 NVKM_LAYOUT_ONCE(NVKM_ENGINE_BSP , struct nvkm_engine , bsp)
|
/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-wpcm450.c | 417 WPCM450_GRP(bsp), \ 502 WPCM450_SFUNC(bsp); 568 WPCM450_MKFUNC(bsp), 677 WPCM450_PINCFG(41, bsp, MFSEL1, 9, none, NONE, 0), 678 WPCM450_PINCFG(42, bsp, MFSEL1, 9, none, NONE, 0),
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 899 .bsp = { 0x00000001, g84_bsp_new }, 930 .bsp = { 0x00000001, g84_bsp_new }, 961 .bsp = { 0x00000001, g84_bsp_new }, 992 .bsp = { 0x00000001, g84_bsp_new }, 1023 .bsp = { 0x00000001, g84_bsp_new }, 1085 .bsp = { 0x00000001, g84_bsp_new },
|
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.h | 576 u32 bsp; member
|
H A D | si_dpm.c | 4207 &pi->bsp, in si_setup_bsp() 4217 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in si_setup_bsp() 5604 a_t |= CG_R(t_l * pi->bsp / 20000); in si_populate_smc_t() 5608 pi->pbsp : pi->bsp; in si_populate_smc_t()
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 425 Format: { bsp (default) | all | none } 426 bsp: External NMI is delivered only to CPU 0
|