Searched refs:iotype (Results 51 - 75 of 157) sorted by path

1234567

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c704 enum io_type iotype; local
709 iotype = IO_CMD_PAUSE_BAND0_DM_BY_SCAN;
712 (u8 *)&iotype);
716 iotype = IO_CMD_RESUME_DM_BY_SCAN;
719 (u8 *)&iotype);
1439 bool rtl8723e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) argument
1447 iotype, rtlphy->set_io_inprogress);
1449 switch (iotype) {
1462 "switch case %#x not processed\n", iotype);
1468 rtlphy->current_io_type = iotype;
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1165 enum io_type iotype; local
1170 iotype = IO_CMD_PAUSE_BAND0_DM_BY_SCAN;
1172 (u8 *)&iotype);
1176 iotype = IO_CMD_RESUME_DM_BY_SCAN;
1178 (u8 *)&iotype);
2422 bool rtl8723be_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) argument
2430 iotype, rtlphy->set_io_inprogress);
2432 switch (iotype) {
2445 "switch case %#x not processed\n", iotype);
2451 rtlphy->current_io_type = iotype;
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c3275 enum io_type iotype = IO_CMD_PAUSE_BAND0_DM_BY_SCAN; local
3280 iotype = IO_CMD_PAUSE_BAND0_DM_BY_SCAN;
3283 (u8 *)&iotype);
3287 iotype = IO_CMD_PAUSE_BAND1_DM_BY_SCAN;
3290 (u8 *)&iotype);
3294 iotype = IO_CMD_RESUME_DM_BY_SCAN;
3297 (u8 *)&iotype);
4596 bool rtl8821ae_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) argument
4604 iotype, rtlphy->set_io_inprogress);
4606 switch (iotype) {
[all...]
/linux-master/drivers/ptp/
H A Dptp_ocp.c2257 uart.port.iotype = UPIO_MEM;
/linux-master/drivers/tty/serial/
H A D21285.c372 .iotype = UPIO_MEM,
/linux-master/drivers/tty/serial/8250/
H A D8250.h108 .iotype = UPIO_PORT, \
H A D8250_bcm2835aux.c235 device->port.iotype = UPIO_MEM32;
H A D8250_bcm7271.c1024 up.port.iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32;
H A D8250_core.c355 switch (port->iotype) {
375 switch (port->iotype) {
556 port->iotype = old_serial_port[i].io_type;
664 unsigned char iotype; local
671 if (uart_parse_earlycon(options, &iotype, &addr, &options))
678 if (port->iotype != iotype)
680 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 ||
681 iotype
[all...]
H A D8250_dfl.c94 uart->port.iotype = UPIO_MEM32;
98 uart->port.iotype = UPIO_MEM16;
H A D8250_dw.c122 if (p->iotype == UPIO_MEM32)
124 else if (p->iotype == UPIO_MEM32BE)
470 p->iotype = UPIO_MEM32;
537 switch (p->iotype) {
H A D8250_dwlib.h60 if (p->iotype == UPIO_MEM32BE)
67 if (p->iotype == UPIO_MEM32BE)
H A D8250_early.c40 switch (port->iotype) {
60 switch (port->iotype) {
H A D8250_em.c188 up.port.iotype = UPIO_MEM32;
H A D8250_exar.c737 uart.port.iobase, uart.port.irq, uart.port.iotype);
744 uart.port.iotype, priv->line[i]);
H A D8250_fsl.c143 port8250.port.iotype = UPIO_MEM;
H A D8250_ioc3.c60 up.port.iotype = UPIO_MEM;
H A D8250_lpc18xx.c156 uart.port.iotype = UPIO_MEM32;
H A D8250_lpss.c339 uart.port.iotype = UPIO_MEM32;
H A D8250_men_mcb.c218 uart.port.iotype = UPIO_MEM;
H A D8250_mid.c310 uart.port.iotype = UPIO_MEM;
H A D8250_mtk.c554 uart.port.iotype = UPIO_MEM32;
664 device->port.iotype = UPIO_MEM32;
H A D8250_of.c91 port->iotype = UPIO_PORT;
H A D8250_parisc.c53 uart.port.iotype = UPIO_MEM;
H A D8250_pci.c1580 port->port.iotype = UPIO_MEM32;
1665 port->port.iotype = UPIO_PORT;
1771 port->port.iotype = UPIO_MEM;
4129 uart.port.iobase, uart.port.irq, uart.port.iotype);
4136 uart.port.iotype, priv->line[i]);

Completed in 335 milliseconds

1234567