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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddcdbas.c51 static u32 smi_data_buf_phys_addr; variable
67 __func__, smi_data_buf_phys_addr, smi_data_buf_size);
73 smi_data_buf_phys_addr = 0;
110 smi_data_buf_phys_addr = (u32) virt_to_phys(buf);
114 __func__, smi_data_buf_phys_addr, smi_data_buf_size);
123 return sprintf(buf, "%x\n", smi_data_buf_phys_addr);
364 data = (u8 *)&smi_data_buf_phys_addr;
396 data = (u8 *)&smi_data_buf_phys_addr;
518 static DCDBAS_DEV_ATTR_RO(smi_data_buf_phys_addr);

Completed in 100 milliseconds