Lines Matching refs:start_address
1479 int ibmphp_find_resource(struct bus_node *bus, u32 start_address, struct resource_node **res, int flag)
1508 if (res_cur->start == start_address) {
1522 if (res_cur->start == start_address) {
1910 u32 start_address, end_address, upper_start, upper_end;
1966 start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8;
1967 start_address |= (upper_io_start << 16);
1971 if ((start_address) && (start_address <= end_address)) {
1976 range->start = start_address;
1995 if (ibmphp_find_resource(bus_cur, start_address, &io, IO)) {
2004 io->start = start_address;
2014 start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
2017 if ((start_address) && (start_address <= end_address)) {
2023 range->start = start_address;
2043 if (ibmphp_find_resource(bus_cur, start_address, &mem, MEM)) {
2052 mem->start = start_address;
2062 start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
2065 start_address |= ((long) upper_start) << 32;
2069 if ((start_address) && (start_address <= end_address)) {
2075 range->start = start_address;
2094 if (ibmphp_find_resource(bus_cur, start_address, &pfmem, PFMEM)) {
2103 pfmem->start = start_address;