Searched refs:address (Results 201 - 225 of 711) sorted by relevance

1234567891011>>

/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c8 * state of a process address space. This file also handles TLB invalidates
131 * structure is maintained for EACH address space (MM struct). The GMS is
133 * functions. This structure is linked to the mm_struct for the address space
142 * in the GRU for the address space. This bitmap must be passed to the
251 unsigned long address)
257 gru_flush_tlb_range(gms, address, PAGE_SIZE);
258 gru_dbg(grudev, "gms %p, address 0x%lx\n", gms, address);
250 gru_invalidate_page(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long address) argument
/drivers/net/wireless/prism54/
H A Disl_oid.h40 u8 address[6]; member in struct:obj_mlme
47 u8 address[6]; member in struct:obj_mlmeex
57 u32 addr; /* 32bit bus address */
61 u8 address[6]; member in struct:obj_bss
/drivers/pnp/pnpacpi/
H A Drsparser.c355 pnp_register_port_resource(dev, option_flags, io->address, io->address,
391 pnp_register_mem_resource(dev, option_flags, p->address, p->address,
786 fixed_io->address = p->start;
789 fixed_io->address = 0;
793 pnp_dbg(&dev->dev, " encode fixed_io %#x-%#x\n", fixed_io->address,
794 fixed_io->address + fixed_io->address_length - 1);
856 fixed_memory32->address = p->start;
859 fixed_memory32->address
[all...]
/drivers/staging/iio/accel/
H A Dsca3000_ring.c171 return sprintf(buf, "%d\n", !!(val & this_attr->address));
198 st->rx[0] | this_attr->address);
202 st->rx[0] & ~this_attr->address);
/drivers/usb/misc/sisusbvga/
H A Dsisusb.h97 p->address = cpu_to_le32(p->address); \
191 u32 address; member in struct:sisusb_packet
300 #define SUCMD_CLRSCR 0x07 /* data0:1:2 = length, data3 = address */
/drivers/acpi/
H A Dacpi_ipmi.c258 acpi_physical_address address,
269 * IPMI network function and command are encoded in the address
272 msg->netfn = IPMI_OP_RGN_NETFN(address);
273 msg->cmd = IPMI_OP_RGN_CMD(address);
296 * the IPMI request message buffer to get the IPMB address.
532 * @address: This contains the netfn/command of IPMI request message.
541 acpi_ipmi_space_handler(u32 function, acpi_physical_address address, argument
565 if (acpi_format_ipmi_request(tx_msg, address, value) != 0) {
257 acpi_format_ipmi_request(struct acpi_ipmi_msg *tx_msg, acpi_physical_address address, acpi_integer *value) argument
H A Dec.c415 static int acpi_ec_read(struct acpi_ec *ec, u8 address, u8 *data) argument
420 .wdata = &address, .rdata = &d,
428 static int acpi_ec_write(struct acpi_ec *ec, u8 address, u8 data) argument
430 u8 wdata[2] = { address, data };
703 acpi_ec_space_handler(u32 function, acpi_physical_address address, argument
711 if ((address > 0xFF) || !value || !handler_context)
720 for (i = 0; i < bytes; ++i, ++address, ++value)
722 acpi_ec_read(ec, address, value) :
723 acpi_ec_write(ec, address, *value);
946 * The first address regio
[all...]
/drivers/gpu/drm/
H A Ddrm_dp_helper.c60 * Send the address. If the I2C link is running, this 'restarts'
61 * the connection with the new address, this is used for doing
65 i2c_algo_dp_aux_address(struct i2c_adapter *adapter, u16 address, bool reading) argument
75 algo_data->address = address;
83 * a bare address packet with the MOT bit turned off
102 * Write a single byte to the current I2C address, the
119 * Read a single byte from the current I2C address, the
374 msg.address = offset;
419 * @offset: address o
[all...]
/drivers/iommu/
H A Damd_iommu_types.h265 * Aligns a given io-virtual address to a given page size
268 #define PAGE_SIZE_ALIGN(address, pagesize) \
269 ((address) & ~((pagesize) - 1))
271 * Creates an IOMMU PTE for an address and a given pagesize
275 #define PAGE_SIZE_PTE(address, pagesize) \
276 (((address) | ((pagesize) - 1)) & \
375 #define APERTURE_MAX_RANGES 32 /* allows 4GB of DMA address space */
385 u64 address; /* IO virtual address of the fault*/ member in struct:amd_iommu_fault
422 * DMA address spac
[all...]
/drivers/net/ethernet/ibm/emac/
H A Dphy.c36 return phy->mdio_read(phy->dev, phy->address, reg);
41 phy->mdio_write(phy->dev, phy->address, reg, val);
483 int emac_mii_phy_probe(struct mii_phy *phy, int address) argument
491 phy->address = address;
/drivers/net/wireless/ath/ath6kl/
H A Dhif.c73 u32 i, address, regdump_addr = 0; local
80 address = ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_failure_state));
81 address = TARG_VTOP(ar->target_type, address);
84 ret = ath6kl_diag_read32(ar, address, &regdump_addr);
92 ath6kl_dbg(ATH6KL_DBG_IRQ, "register dump data address 0x%x\n",
/drivers/staging/iio/meter/
H A Dade7753.c144 ret = ade7753_spi_read_reg_8(dev, this_attr->address, &val);
159 ret = ade7753_spi_read_reg_16(dev, this_attr->address, &val);
174 ret = ade7753_spi_read_reg_24(dev, this_attr->address, &val);
193 ret = ade7753_spi_write_reg_8(dev, this_attr->address, val);
211 ret = ade7753_spi_write_reg_16(dev, this_attr->address, val);
H A Dade7759.c143 ret = ade7759_spi_read_reg_8(dev, this_attr->address, &val);
158 ret = ade7759_spi_read_reg_16(dev, this_attr->address, &val);
173 ret = ade7759_spi_read_reg_40(dev, this_attr->address, &val);
192 ret = ade7759_spi_write_reg_8(dev, this_attr->address, val);
210 ret = ade7759_spi_write_reg_16(dev, this_attr->address, val);
/drivers/hwmon/
H A Dvt8231.c46 MODULE_PARM_DESC(force_addr, "Initialize the base address of the sensors");
947 static int vt8231_device_add(unsigned short address) argument
950 .start = address,
951 .end = address + VT8231_EXTENT - 1,
961 pdev = platform_device_alloc("vt8231", address);
991 u16 address, val; local
993 address = force_addr & 0xff00;
994 dev_warn(&dev->dev, "Forcing ISA address 0x%x\n",
995 address);
998 pci_write_config_word(dev, VT8231_BASE_REG, address |
[all...]
H A Dibmpex.c90 struct ipmi_addr address; member in struct:ibmpex_bmc_data
133 err = ipmi_validate_addr(&data->address, sizeof(data->address));
138 err = ipmi_request_settime(data->user, &data->address, data->tx_msgid,
469 data->address.addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE;
470 data->address.channel = IPMI_BMC_CHANNEL;
471 data->address.data[0] = 0;
/drivers/power/
H A Dsbs-battery.c174 static int sbs_read_word_data(struct i2c_client *client, u8 address) argument
184 ret = i2c_smbus_read_word_data(client, address);
192 "%s: i2c read at address 0x%x failed\n",
193 __func__, address);
200 static int sbs_read_string_data(struct i2c_client *client, u8 address, argument
222 ret = i2c_smbus_read_byte_data(client, address);
230 "%s: i2c read at address 0x%x failed\n",
231 __func__, address);
247 client, address,
256 "%s: i2c read at address
268 sbs_write_word_data(struct i2c_client *client, u8 address, u16 value) argument
[all...]
/drivers/iio/dac/
H A Dad5755.c263 *reg = AD5755_WRITE_REG_DATA(chan->address);
265 *reg = AD5755_READ_REG_DATA(chan->address);
271 *reg = AD5755_WRITE_REG_OFFSET(chan->address);
273 *reg = AD5755_READ_REG_OFFSET(chan->address);
279 *reg = AD5755_WRITE_REG_GAIN(chan->address);
281 *reg = AD5755_READ_REG_GAIN(chan->address);
523 channels[i].address = i;
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c329 u_int address; local
341 address = f3_instr->address;
342 address += cur_instr->patch_label->info.linfo->address;
343 f3_instr->address = address;
/drivers/usb/host/
H A Dxhci-dbg.c255 u64 address; local
263 address = le64_to_cpu(trb->link.segment_ptr);
264 xhci_dbg(xhci, "Next ring segment DMA address = 0x%llx\n", address);
276 address = le64_to_cpu(trb->trans_event.buffer);
278 * FIXME: look at flags to figure out if it's an address or if
281 xhci_dbg(xhci, "DMA address or buffer contents= %llu\n", address);
284 address = le64_to_cpu(trb->event_cmd.cmd_trb);
285 xhci_dbg(xhci, "Command TRB pointer = %llu\n", address);
[all...]
H A Dr8a66597-hcd.c245 return dev->address;
294 static void set_child_connect_map(struct r8a66597 *r8a66597, int address) argument
298 idx = address / 32;
299 r8a66597->child_connect_map[idx] |= 1 << (address % 32);
302 static void put_child_connect_map(struct r8a66597 *r8a66597, int address) argument
306 idx = address / 32;
307 r8a66597->child_connect_map[idx] &= ~(1 << (address % 32));
351 int usb_address = urb->setup_packet[2]; /* urb->pipe is address 0 */
359 dev->address = addr;
372 set_devadd_reg(r8a66597, dev->address,
848 force_dequeue(struct r8a66597 *r8a66597, u16 pipenum, u16 address) argument
[all...]
/drivers/media/pci/cx23885/
H A Dcx23885-417.c318 int mc417_register_write(struct cx23885_dev *dev, u16 address, u32 value) argument
357 /* Write address byte 0 */
359 (address & 0xFF);
364 /* Write address byte 1 */
366 ((address >> 8) & 0xFF);
382 int mc417_register_read(struct cx23885_dev *dev, u16 address, u32 *value) argument
394 /* Write address byte 0 */
396 ((address & 0x00FF));
401 /* Write address byte 1 */
403 ((address >>
476 mc417_memory_write(struct cx23885_dev *dev, u32 address, u32 value) argument
540 mc417_memory_read(struct cx23885_dev *dev, u32 address, u32 *value) argument
[all...]
/drivers/media/pci/cx88/
H A Dcx88-blackbird.c235 static int memory_write(struct cx88_core *core, u32 address, u32 value) argument
237 /* Warning: address is dword address (4 bytes) */
242 cx_writeb(P1_MADDR2, (unsigned int)(address >> 16) | 0x40);
243 cx_writeb(P1_MADDR1, (unsigned int)(address >> 8));
244 cx_writeb(P1_MADDR0, (unsigned int)address);
251 static int memory_read(struct cx88_core *core, u32 address, u32 *value) argument
256 /* Warning: address is dword address (4 bytes) */
257 cx_writeb(P1_MADDR2, (unsigned int)(address >> 1
277 register_write(struct cx88_core *core, u32 address, u32 value) argument
293 register_read(struct cx88_core *core, u32 address, u32 *value) argument
[all...]
/drivers/tty/ipwireless/
H A Dhardware.c32 unsigned int address,
136 unsigned char address:3; member in struct:nl_first_packet_header
144 unsigned char address:3; member in struct:nl_packet_header
478 pkt.hdr_first.address = packet->dest_addr;
620 unsigned int address,
624 unsigned int channel_idx = address - 1;
631 ": data packet has bad address %u\n", address);
815 unsigned int address = packet->hdr.address; local
618 queue_received_packet(struct ipw_hardware *hw, unsigned int protocol, unsigned int address, const unsigned char *data, int length, int is_last) argument
1526 handle_received_SETUP_packet(struct ipw_hardware *hw, unsigned int address, const unsigned char *data, int len, int is_last) argument
[all...]
/drivers/usb/misc/
H A Dftdi-elan.c116 u8 address; member in struct:u132_command
127 u8 address; member in struct:u132_respond
380 command->address = 0x00;
402 command->address = 0x00;
438 command->address = 0x00;
755 buf[b++] = command->address;
1256 command->address = 0x00;
1288 command->address = addressofs;
1320 command->address = addressofs;
1366 respond->address
1487 ftdi_elan_edset_setup(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1531 usb_ftdi_elan_edset_setup(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1544 ftdi_elan_edset_input(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1596 usb_ftdi_elan_edset_input(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1609 ftdi_elan_edset_empty(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1653 usb_ftdi_elan_edset_empty(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1666 ftdi_elan_edset_output(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1732 usb_ftdi_elan_edset_output(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1745 ftdi_elan_edset_single(struct usb_ftdi *ftdi, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
1797 usb_ftdi_elan_edset_single(struct platform_device *pdev, u8 ed_number, void *endp, struct urb *urb, u8 address, u8 ep_number, u8 toggle_bits, void (*callback) (void *endp, struct urb *urb, u8 *buf, int len, int toggle_bits, int error_count, int condition_code, int repeat_number, int halted, int skipped, int actual, int non_null)) argument
[all...]
/drivers/net/wireless/ath/ath10k/
H A Dpci.c472 static int ath10k_pci_diag_read_mem(struct ath10k *ar, u32 address, void *data, argument
482 /* Host buffer address in CE space */
518 /* Request CE to send from Target(!) address to Host buffer */
520 * The address supplied by the caller is in the
521 * Target CPU virtual address space.
523 * In order to use this address with the diagnostic CE,
524 * convert it from Target CPU virtual address space
525 * to CE address space
527 address = TARG_CPU_SPACE_TO_CE_SPACE(ar, ar_pci->mem,
528 address);
597 ath10k_pci_diag_read32(struct ath10k *ar, u32 address, u32 *value) argument
636 ath10k_pci_diag_write_mem(struct ath10k *ar, u32 address, const void *data, int nbytes) argument
766 ath10k_pci_diag_write32(struct ath10k *ar, u32 address, u32 value) argument
[all...]

Completed in 1140 milliseconds

1234567891011>>