Searched refs:baseaddr_t (Results 1 – 4 of 4) sorted by relevance
312 baseaddr_t FirstByte; /* first byte in host space */313 baseaddr_t LastByte; /* last byte in host space */325 baseaddr_t FirstByte; /* first byte in host space */326 baseaddr_t LastByte; /* last byte in host space */
39 typedef unsigned char *baseaddr_t; /* memory base address */ typedef
258 baseaddr_t lw_base;
4255 io->FirstByte = (baseaddr_t)IOMEM_FIRST; in pcic_inquire_window()4256 io->LastByte = (baseaddr_t)IOMEM_LAST; in pcic_inquire_window()4268 mem->FirstByte = (baseaddr_t)MEM_FIRST; in pcic_inquire_window()4269 mem->LastByte = (baseaddr_t)MEM_LAST; in pcic_inquire_window()