Searched refs:start_address (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_ti.c273 int TIReadDownloadMemory (struct usb_device *dev, int start_address, int length, argument
280 dbg ("%s - @ %x for %d", __FUNCTION__, start_address, length);
293 start_address, read_length);
295 be_start_address = cpu_to_be16 (start_address);
314 start_address += read_length;
322 int TIReadRam (struct usb_device *dev, int start_address, int length, __u8 *buffer) argument
325 start_address,
332 static int TIReadBootMemory (struct edgeport_serial *serial, int start_address, int length, __u8 * buffer) argument
341 (__u16)(start_address+i), // wIndex
350 dbg ("%s - start_address
359 TIWriteBootMemory(struct edgeport_serial *serial, int start_address, int length, __u8 *buffer) argument
391 TIWriteDownloadI2C(struct edgeport_serial *serial, int start_address, int length, __u8 address_type, __u8 *buffer) argument
606 TIReadRom(struct edgeport_serial *serial, int start_address, int length, __u8 *buffer) argument
626 TIWriteRom(struct edgeport_serial *serial, int start_address, int length, __u8 *buffer) argument
649 int start_address; local
693 int start_address = 2; local
766 int start_address; local
968 int start_address; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_pci.c1221 u32 start_address; local
1250 pci_read_config_dword_nodev (ibmphp_pci_root_ops, busno, device, function, address[count], &start_address);
1256 pci_write_config_dword_nodev (ibmphp_pci_root_ops, busno, device, function, address[count], start_address);
1258 debug ("start_address is %x\n", start_address);
1265 tmp_address = start_address;
1266 if (start_address & PCI_BASE_ADDRESS_SPACE_IO) {
1268 start_address &= PCI_BASE_ADDRESS_IO_MASK;
1271 end_address = start_address + size - 1;
1272 if (ibmphp_find_resource (bus, start_address,
1342 u32 start_address, tmp_address; local
[all...]
H A Dibmphp_res.c1493 int ibmphp_find_resource (struct bus_node *bus, u32 start_address, struct resource_node **res, int flag) argument
1522 if (res_cur->start == start_address) {
1536 if (res_cur->start == start_address) {
1937 u32 start_address, end_address, upper_start, upper_end; local
1989 start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8;
1990 start_address |= (upper_io_start << 16);
1994 if ((start_address) && (start_address <= end_address)) {
2001 range->start = start_address;
2020 if (ibmphp_find_resource (bus_cur, start_address,
[all...]
H A Dibmphp_hpc.c359 u16 start_address; local
363 start_address = ctlr_ptr->u.isa_ctlr.io_start;
365 data = inb (start_address + offset);
374 u16 start_address; local
377 start_address = ctlr_ptr->u.isa_ctlr.io_start;
378 port_address = start_address + (u16) offset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/tables/
H A Dtbxfroot.c92 u8 *start_address,
104 for (offset = 0, mem_rover = start_address;
91 acpi_tb_scan_memory_for_rsdp( u8 *start_address, u32 length) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dactables.h167 u8 *start_address,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Datari_pamsnet.c160 static int calc_received (void *start_address);
379 calc_received (start_address)
380 void *start_address;
384 - (unsigned long)start_address);

Completed in 82 milliseconds