Searched refs:kgdb_resource (Results 1 – 1 of 1) sorted by relevance
1666 static struct resource kgdb_resource; in txx9_sio_kgdb_hook() local1670 kgdb_resource.name = "serial_txx9(debug)"; in txx9_sio_kgdb_hook()1671 kgdb_resource.start = rs_ports[port].base; in txx9_sio_kgdb_hook()1672 kgdb_resource.end = rs_ports[port].base + 36 - 1; in txx9_sio_kgdb_hook()1673 kgdb_resource.flags = IORESOURCE_MEM | IORESOURCE_BUSY; in txx9_sio_kgdb_hook()1675 ret = request_resource(&iomem_resource, &kgdb_resource); in txx9_sio_kgdb_hook()