Searched refs:bsm (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/gma500/ |
H A D | power.c | 138 int bsm, vbt; in gma_suspend_pci() local 141 pci_read_config_dword(pdev, 0x5C, &bsm); in gma_suspend_pci() 142 dev_priv->regs.saveBSM = bsm; in gma_suspend_pci()
|
/linux/arch/x86/kernel/ |
H A D | early-quirks.c | 330 u32 bsm; in gen3_stolen_base() local 337 bsm = read_pci_config(num, slot, func, INTEL_BSM); in gen3_stolen_base() 339 return bsm & INTEL_BSM_MASK; in gen3_stolen_base() 345 u64 bsm; in gen11_stolen_base() local 347 bsm = read_pci_config(num, slot, func, INTEL_GEN11_BSM_DW0); in gen11_stolen_base() 348 bsm &= INTEL_BSM_MASK; in gen11_stolen_base() 349 bsm |= (u64)read_pci_config(num, slot, func, INTEL_GEN11_BSM_DW1) << 32; in gen11_stolen_base() 351 return bsm; in gen11_stolen_base()
|
/linux/arch/s390/tools/ |
H A D | opcodes.txt | 18 0b bsm RR_RR
|