Home
last modified time | relevance | path

Searched refs:phys_addr (Results 1 – 17 of 17) sorted by relevance

/external/syslinux/gpxe/src/interface/efi/
Defi_umalloc.c46 EFI_PHYSICAL_ADDRESS phys_addr; in efi_urealloc() local
60 &phys_addr ) ) != 0 ) { in efi_urealloc()
65 assert ( phys_addr != 0 ); in efi_urealloc()
66 new_ptr = phys_to_user ( phys_addr + EFI_PAGE_SIZE ); in efi_urealloc()
70 new_pages, phys_addr ); in efi_urealloc()
84 phys_addr = user_to_phys ( old_ptr, -EFI_PAGE_SIZE ); in efi_urealloc()
85 if ( ( efirc = bs->FreePages ( phys_addr, old_pages ) ) != 0 ){ in efi_urealloc()
87 old_pages, phys_addr, efi_strerror ( efirc ) ); in efi_urealloc()
92 DBG ( "EFI freed %d pages at %llx\n", old_pages, phys_addr ); in efi_urealloc()
/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h42 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument
47 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source()
48 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source()
52 __u16 *phys_addr) in cec_ops_active_source() argument
54 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source()
72 __u16 phys_addr) in cec_msg_inactive_source() argument
76 msg->msg[2] = phys_addr >> 8; in cec_msg_inactive_source()
77 msg->msg[3] = phys_addr & 0xff; in cec_msg_inactive_source()
81 __u16 *phys_addr) in cec_ops_inactive_source() argument
83 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_inactive_source()
[all …]
Dkvm.h268 __u64 phys_addr; member
392 __u64 phys_addr; member
Dcec.h415 __u16 phys_addr; member
/external/syslinux/gpxe/src/include/gpxe/
Duaccess.h202 userptr_t phys_to_user ( unsigned long phys_addr );
260 static inline __always_inline void * phys_to_virt ( unsigned long phys_addr ) { in phys_to_virt() argument
261 return user_to_virt ( phys_to_user ( phys_addr ), 0 ); in phys_to_virt()
Dio.h161 unsigned long phys_to_bus ( unsigned long phys_addr );
/external/syslinux/gpxe/src/include/gpxe/efi/
Defi_uaccess.h28 UACCESS_INLINE ( efi, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE()
29 return phys_addr; in UACCESS_INLINE()
Defi_io.h38 IOAPI_INLINE ( efi, phys_to_bus ) ( unsigned long phys_addr ) { in IOAPI_INLINE()
39 return phys_addr; in IOAPI_INLINE()
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_dma.c102 void ath5k_hw_set_rxdp(struct ath5k_hw *ah, u32 phys_addr) in ath5k_hw_set_rxdp() argument
104 ath5k_hw_reg_write(ah, phys_addr, AR5K_RXDP); in ath5k_hw_set_rxdp()
292 int ath5k_hw_set_txdp(struct ath5k_hw *ah, unsigned int queue, u32 phys_addr) in ath5k_hw_set_txdp() argument
316 ath5k_hw_reg_write(ah, phys_addr, tx_reg); in ath5k_hw_set_txdp()
Dath5k.h1094 extern void ath5k_hw_set_rxdp(struct ath5k_hw *ah, u32 phys_addr);
1099 u32 phys_addr);
/external/syslinux/gpxe/src/arch/i386/include/gpxe/
Dx86_io.h37 IOAPI_INLINE ( x86, phys_to_bus ) ( unsigned long phys_addr ) { in IOAPI_INLINE()
38 return phys_addr; in IOAPI_INLINE()
/external/syslinux/gpxe/src/arch/i386/include/
Dlibrm.h40 UACCESS_INLINE ( librm, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE()
41 return ( phys_addr - virt_offset ); in UACCESS_INLINE()
/external/syslinux/gpxe/src/drivers/net/
Dpcnet32.c197 u8 phys_addr[6]; member
403 lp->init_block.phys_addr[i] = nic->node_addr[i]; in pcnet32_init_ring()
882 lp->init_block.phys_addr[i] = nic->node_addr[i]; in pcnet32_probe()
Ddepca.c443 u8 phys_addr[ETH_ALEN]; /* Physical ethernet address */
497 lp.init_block.phys_addr[i] = nic->node_addr[i];
D3c515.c688 short *phys_addr = (short *) nic->node_addr; in corkscrew_probe1() local
701 phys_addr[i] = htons(eeprom[i]); in corkscrew_probe1()
/external/kernel-headers/original/uapi/drm/
Dmga_drm.h270 unsigned long phys_addr; member
/external/libdrm/include/drm/
Dmga_drm.h266 unsigned long phys_addr; member