Searched refs:base_high (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 54 char *base_high; member 100 char *base_high = SHMERRORPTR; in xf86ExtendedInitInt10() local 222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10() 223 if (base_high == SHMERRORPTR) { in xf86ExtendedInitInt10() 228 ((linuxInt10Priv *) pInt->private)->base_high = base_high; in xf86ExtendedInitInt10() 231 ((linuxInt10Priv *) pInt->private)->base_high = NULL; in xf86ExtendedInitInt10() 312 if (base_high) in xf86ExtendedInitInt10() 313 shmdt(base_high); in xf86ExtendedInitInt10() 316 if (base_high) in xf86ExtendedInitInt10() 414 if (((linuxInt10Priv *) pInt->private)->base_high) in xf86FreeInt10() [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pci.c | 67 u32 base_low, base_high; in pci_bar_show() local 101 base_high = 0x0; in pci_bar_show() 109 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show() 112 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show() 118 base = base | ((u64)base_high << 32); in pci_bar_show()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | xor.h | 26 u32 base_high; /* 32bit base high */ member
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/ |
| H A D | interrupt.c | 162 u16 base_high; member 181 idt[intnum].base_high = (u16)((ulong)(routine) >> 16); in set_vector()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | trans.c | 3113 u32 base, base_high, write_ptr, write_ptr_val, wrap_cnt; in iwl_trans_pcie_dump_pointers() local 3117 base_high = DBGC_CUR_DBGBUF_BASE_ADDR_MSB; in iwl_trans_pcie_dump_pointers() 3137 cpu_to_le32(iwl_read_prph(trans, base_high)); in iwl_trans_pcie_dump_pointers()
|