Searched refs:temp_dword (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/drivers/pci/hotplug/
H A Dcpqphp_nvram.c204 u32 temp_dword; local
215 temp_dword = available;
217 rc = access_EV(READ_EV, "CQTHPS", evbuffer, &temp_dword);
219 evbuffer_length = temp_dword;
224 temp_dword = 1;
226 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword);
243 u32 temp_dword; local
412 temp_dword = usedbytes;
414 rc = access_EV(WRITE_EV, "CQTHPS", (u8*) buffer, &temp_dword);
416 dbg("usedbytes = 0x%x, length = 0x%x\n", usedbytes, temp_dword);
[all...]
H A Dcpqphp_ctrl.c406 u32 temp_dword; local
439 temp_dword = (node->length | (alignment-1)) + 1 - alignment;
442 split_node->length = temp_dword;
444 node->length -= temp_dword;
481 u32 temp_dword; local
501 temp_dword = (node->base | (alignment-1)) + 1;
502 if ((node->length - (temp_dword - node->base)) < alignment)
505 node->length -= (temp_dword - node->base);
506 node->base = temp_dword;
534 u32 temp_dword; local
631 u32 temp_dword; local
728 u32 temp_dword; local
887 u32 temp_dword; local
2361 u32 temp_dword; local
[all...]
H A Dcpqphp_pci.c1170 u32 temp_dword, rc; local
1260 pci_bus_read_config_dword (ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
1261 dbg("temp_D_word = %x\n", temp_dword);
1263 if (temp_dword != 0xFFFFFFFF) {
1293 temp_dword = io_base + io_length;
1295 if ((io_base) && (temp_dword < 0x10000)) {
1316 temp_dword = mem_base + mem_length;
1317 if ((mem_base) && (temp_dword < 0x10000)) {
1341 temp_dword = pre_mem_base + pre_mem_length;
1342 if ((pre_mem_base) && (temp_dword <
[all...]
H A Dcpqphp.h633 u32 temp_dword = readl(ctrl->hpc_reg + NON_INT_INPUT); local
634 dbg("slot: %d, PCIXCAP: %8x\n", hp_slot, temp_dword);
636 if (temp_dword & (0x10000 << hp_slot))
638 if (temp_dword & (0x100 << hp_slot))
642 if (temp_dword & (0x01 << hp_slot))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_nvram.c204 u32 temp_dword; local
215 temp_dword = available;
217 rc = access_EV(READ_EV, "CQTHPS", evbuffer, &temp_dword);
219 evbuffer_length = temp_dword;
224 temp_dword = 1;
226 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword);
243 u32 temp_dword; local
412 temp_dword = usedbytes;
414 rc = access_EV(WRITE_EV, "CQTHPS", (u8*) buffer, &temp_dword);
416 dbg("usedbytes = 0x%x, length = 0x%x\n", usedbytes, temp_dword);
[all...]
H A Dcpqphp_ctrl.c406 u32 temp_dword; local
439 temp_dword = (node->length | (alignment-1)) + 1 - alignment;
442 split_node->length = temp_dword;
444 node->length -= temp_dword;
481 u32 temp_dword; local
501 temp_dword = (node->base | (alignment-1)) + 1;
502 if ((node->length - (temp_dword - node->base)) < alignment)
505 node->length -= (temp_dword - node->base);
506 node->base = temp_dword;
534 u32 temp_dword; local
631 u32 temp_dword; local
728 u32 temp_dword; local
887 u32 temp_dword; local
2361 u32 temp_dword; local
[all...]
H A Dcpqphp_pci.c1170 u32 temp_dword, rc; local
1260 pci_bus_read_config_dword (ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
1261 dbg("temp_D_word = %x\n", temp_dword);
1263 if (temp_dword != 0xFFFFFFFF) {
1293 temp_dword = io_base + io_length;
1295 if ((io_base) && (temp_dword < 0x10000)) {
1316 temp_dword = mem_base + mem_length;
1317 if ((mem_base) && (temp_dword < 0x10000)) {
1341 temp_dword = pre_mem_base + pre_mem_length;
1342 if ((pre_mem_base) && (temp_dword <
[all...]
H A Dcpqphp.h633 u32 temp_dword = readl(ctrl->hpc_reg + NON_INT_INPUT); local
634 dbg("slot: %d, PCIXCAP: %8x\n", hp_slot, temp_dword);
636 if (temp_dword & (0x10000 << hp_slot))
638 if (temp_dword & (0x100 << hp_slot))
642 if (temp_dword & (0x01 << hp_slot))

Completed in 188 milliseconds