Searched refs:base_phys (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/sysdev/bestcomm/
H A Dsram.h25 phys_addr_t base_phys; member in struct:bcom_sram
43 return bcom_sram->base_phys +
49 (unsigned long)(pa - bcom_sram->base_phys);
H A Dsram.c72 bcom_sram->base_phys = (phys_addr_t) regaddr64;
76 if (!request_mem_region(bcom_sram->base_phys, bcom_sram->size, owner)) {
85 bcom_sram->base_virt = (void*) ioremap(bcom_sram->base_phys, bcom_sram->size);
90 owner, (long)bcom_sram->base_phys, bcom_sram->size );
109 rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]);
121 release_mem_region(bcom_sram->base_phys, bcom_sram->size);
136 release_mem_region(bcom_sram->base_phys, bcom_sram->size);
154 *phys = bcom_sram->base_phys + offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/sysdev/bestcomm/
H A Dsram.h25 phys_addr_t base_phys; member in struct:bcom_sram
43 return bcom_sram->base_phys +
49 (unsigned long)(pa - bcom_sram->base_phys);
H A Dsram.c72 bcom_sram->base_phys = (phys_addr_t) regaddr64;
76 if (!request_mem_region(bcom_sram->base_phys, bcom_sram->size, owner)) {
85 bcom_sram->base_virt = (void*) ioremap(bcom_sram->base_phys, bcom_sram->size);
90 owner, (long)bcom_sram->base_phys, bcom_sram->size );
109 rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]);
121 release_mem_region(bcom_sram->base_phys, bcom_sram->size);
136 release_mem_region(bcom_sram->base_phys, bcom_sram->size);
154 *phys = bcom_sram->base_phys + offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dinit.c92 whc->base_phys = start;
184 if (whc->base_phys)
185 release_mem_region(whc->base_phys, len);
H A Dwhcd.h38 resource_size_t base_phys; member in struct:whc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/whci/
H A Dinit.c92 whc->base_phys = start;
184 if (whc->base_phys)
185 release_mem_region(whc->base_phys, len);
H A Dwhcd.h38 resource_size_t base_phys; member in struct:whc

Completed in 120 milliseconds