Searched defs:config_reg (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Dbcmsdh_linux.c385 uint32 config_reg; local
393 config_reg = OSL_PCI_READ_CONFIG(osh, 0x4c, 4);
401 config_reg |= 0x02;
402 OSL_PCI_WRITE_CONFIG(osh, 0x4c, 4, config_reg);
/drivers/sh/
H A Dpfc.c312 struct pinmux_cfg_reg *config_reg; local
318 config_reg = gpioc->cfg_regs + k;
320 r_width = config_reg->reg_width;
321 f_width = config_reg->field_width;
332 curr_width = config_reg->var_field_width[m];
336 if (config_reg->enum_ids[pos + n] == enum_id) {
337 *crp = config_reg;
340 *cntp = &config_reg->cnt[m];
/drivers/tty/serial/
H A Dsirfsoc_uart.c349 unsigned long config_reg = 0; local
364 config_reg |= SIRFUART_DATA_BIT_LEN_8;
367 config_reg |= SIRFUART_DATA_BIT_LEN_7;
370 config_reg |= SIRFUART_DATA_BIT_LEN_6;
373 config_reg |= SIRFUART_DATA_BIT_LEN_5;
377 config_reg |= SIRFUART_STOP_BIT_LEN_2;
398 config_reg |= SIRFUART_STICK_BIT_MARK;
400 config_reg |= SIRFUART_STICK_BIT_SPACE;
402 config_reg |= SIRFUART_STICK_BIT_ODD;
404 config_reg |
[all...]
/drivers/scsi/
H A Dqla1280.c211 - Kill private structure defining PCI config space (struct config_reg)
3949 uint16_t config_reg, scsi_control; local
3954 config_reg = RD_REG_WORD(&reg->cfg_1);
3957 WRT_REG_WORD(&reg->cfg_1, config_reg);
/drivers/usb/host/
H A Dxhci.h145 * @config_reg: CONFIG - Configure Register
168 __le32 config_reg; member in struct:xhci_op_regs
258 /* CONFIG - Configure Register - config_reg bitmasks */
1345 u32 config_reg; member in struct:s3_save

Completed in 114 milliseconds