Searched refs:iotype (Results 76 - 100 of 157) sorted by relevance

1234567

/linux-master/include/linux/
H A Dserial_core.h471 unsigned char iotype; /* io access style */ member in struct:uart_port
948 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
/linux-master/drivers/parisc/
H A Dsuperio.c391 serial_port.iotype = UPIO_PORT;
/linux-master/arch/mips/sni/
H A Drm200.c32 .iotype = UPIO_MEM, \
/linux-master/drivers/tty/serial/
H A Dmux.c455 port->iotype = UPIO_MEM;
H A Dsunsu.c108 switch (up->port.iotype) {
138 switch (up->port.iotype) {
1039 up->port.iotype = UPIO_MEM;
H A Darc_uart.c615 port->iotype = UPIO_MEM;
H A D21285.c372 .iotype = UPIO_MEM,
H A Daltera_jtaguart.c418 port->iotype = SERIAL_IO_MEM;
H A Dapbuart.c595 port->iotype = UPIO_MEM;
H A Desp32_acm.c402 port->iotype = UPIO_MEM;
H A Dtimbuart.c429 uart->port.iotype = UPIO_MEM;
H A Dliteuart.c317 port->iotype = UPIO_MEM;
H A Dqcom_geni_serial.c155 .iotype = UPIO_MEM,
163 .iotype = UPIO_MEM,
171 .iotype = UPIO_MEM,
181 .iotype = UPIO_MEM,
H A Dip22zilog.c1109 up[(chip * 2) + 0].port.iotype = UPIO_MEM;
1121 up[(chip * 2) + 1].port.iotype = UPIO_MEM;
H A Dpic32_uart.c736 if (port->iotype != serinfo->io_type)
905 port->iotype = UPIO_MEM;
/linux-master/drivers/tty/serial/8250/
H A D8250.h108 .iotype = UPIO_PORT, \
H A D8250_of.c91 port->iotype = UPIO_PORT;
H A D8250_mid.c310 uart.port.iotype = UPIO_MEM;
H A D8250_lpss.c339 uart.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]);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c1625 enum io_type iotype; local
1630 iotype = IO_CMD_PAUSE_BAND0_DM_BY_SCAN;
1632 (u8 *)&iotype);
1636 iotype = IO_CMD_RESUME_DM_BY_SCAN;
1638 (u8 *)&iotype);
2938 bool rtl92ee_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) argument
2946 iotype, rtlphy->set_io_inprogress);
2948 switch (iotype) {
2961 "switch case %#x not processed\n", iotype);
2967 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/char/mwave/
H A Dmwavedd.c476 uart.port.iotype = UPIO_PORT;
/linux-master/drivers/bus/
H A Dhisi_lpc.c532 .iotype = UPIO_PORT,
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c2478 enum io_type iotype; local
2483 iotype = IO_CMD_PAUSE_DM_BY_SCAN;
2486 (u8 *)&iotype);
2489 iotype = IO_CMD_RESUME_DM_BY_SCAN;
2492 (u8 *)&iotype);

Completed in 220 milliseconds

1234567