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

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/rtl8192d/
H A Dphy_common.c668 bool rtl92d_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) argument
676 iotype, rtlphy->set_io_inprogress);
679 switch (iotype) {
692 iotype);
699 rtlphy->current_io_type = iotype;
705 rtl_dbg(rtlpriv, COMP_CMD, DBG_TRACE, "<--IO Type(%#x)\n", iotype);
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c89 u8 iotype; member in struct:s3c24xx_uart_info
171 switch (port->iotype) {
186 switch (port->iotype) {
1993 ourport->port.iotype = ourport->info->iotype;
2002 ourport->port.iotype = UPIO_MEM;
2005 ourport->port.iotype = UPIO_MEM32;
2405 .iotype = UPIO_MEM,
2435 .iotype = UPIO_MEM,
2465 .iotype
[all...]
H A Dfsl_lpuart.c297 char iotype; member in struct:lpuart_soc_data
304 .iotype = UPIO_MEM,
310 .iotype = UPIO_MEM32BE,
316 .iotype = UPIO_MEM32,
322 .iotype = UPIO_MEM32,
329 .iotype = UPIO_MEM32,
336 .iotype = UPIO_MEM32,
342 .iotype = UPIO_MEM32,
385 switch (port->iotype) {
398 switch (port->iotype) {
[all...]
H A Dlpc32xx_hs.c517 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) {
531 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) {
635 p->port.iotype = UPIO_MEM32;
H A Damba-pl011.c290 return (uap->port.iotype == UPIO_MEM32) ?
299 if (uap->port.iotype == UPIO_MEM32)
2451 unsigned char iotype; local
2464 if (uart_parse_earlycon(options, &iotype, &addr, &options))
2467 if (iotype != UPIO_MEM && iotype != UPIO_MEM32)
2524 if (port->iotype == UPIO_MEM32)
2545 if (port->iotype == UPIO_MEM32)
2781 uap->port.iotype = vendor->access_32b ? UPIO_MEM32 : UPIO_MEM;
2791 uap->port.iotype
[all...]
H A Dserial_core.c820 retinfo->io_type = uport->iotype;
876 new_info->io_type != uport->iotype ||
943 old_iotype = uport->iotype;
955 uport->iotype = new_info->io_type;
977 uport->iotype = old_iotype;
2049 mmio = uport->iotype >= UPIO_MEM;
2185 * @iotype: ptr for decoded iotype (out)
2197 * is also accepted; the returned @iotype will be %UPIO_MEM.
2201 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_ argument
[all...]
H A Dtegra-tcu.c233 port->iotype = UPIO_MEM;
H A Dbcm63xx_uart.c591 if (port->iotype != serinfo->io_type)
844 port->iotype = UPIO_MEM;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1039 enum io_type iotype; local
1044 iotype = IO_CMD_PAUSE_BAND0_DM_BY_SCAN;
1047 (u8 *)&iotype);
1051 iotype = IO_CMD_RESUME_DM_BY_SCAN;
1054 (u8 *)&iotype);
2059 bool rtl88e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) argument
2067 iotype, rtlphy->set_io_inprogress);
2069 switch (iotype) {
2082 "switch case %#x not processed\n", iotype);
2088 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/arch/mips/sni/
H A Dpcimt.c75 .iotype = UPIO_PORT, \
H A Dpcit.c27 .iotype = UPIO_PORT, \
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.h224 bool rtl8821ae_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py89 def run_fio(testfile, duration, iotype, iodepth, blocksize, jobs):
96 f'--readwrite={iotype} --iodepth={iodepth} --blocksize={blocksize} '
/linux-master/arch/mips/rb532/
H A Ddevices.c218 .iotype = UPIO_MEM,
/linux-master/arch/xtensa/platforms/xtfpga/
H A Dsetup.c249 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
/linux-master/drivers/tty/serial/8250/
H A D8250_men_mcb.c218 uart.port.iotype = UPIO_MEM;
H A D8250_em.c188 up.port.iotype = UPIO_MEM32;
H A D8250_bcm2835aux.c235 device->port.iotype = UPIO_MEM32;
H A D8250_lpc18xx.c156 uart.port.iotype = UPIO_MEM32;
H A D8250_port.c424 switch (p->iotype) {
455 /* Remember loaded iotype */
456 up->cur_iotype = p->iotype;
463 switch (p->iotype) {
1293 if (port->type == PORT_16550A && port->iotype == UPIO_PORT)
2183 if (port->iotype != up->cur_iotype)
2929 switch (port->iotype) {
2969 switch (port->iotype) {
3156 if (port->iotype != up->cur_iotype)
/linux-master/arch/mips/loongson32/common/
H A Dplatform.c24 .iotype = UPIO_MEM, \
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.h225 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
H A Dphy_common.c1502 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) argument
1510 iotype, rtlphy->set_io_inprogress);
1512 switch (iotype) {
1525 "switch case %#x not processed\n", iotype);
1531 rtlphy->current_io_type = iotype;
1536 rtl_dbg(rtlpriv, COMP_CMD, DBG_TRACE, "IO Type(%#x)\n", iotype);

Completed in 328 milliseconds

1234567