Searched refs:tmp_byte (Results 1 – 4 of 4) sorted by relevance
1093 char tmp_byte; in icom_set_termios() local1156 tmp_byte = readb(&(ICOM_PORT->dram->HDLCConfigReg)); in icom_set_termios()1158 tmp_byte |= HDLC_HDW_FLOW; in icom_set_termios()1160 tmp_byte &= ~HDLC_HDW_FLOW; in icom_set_termios()1161 writeb(tmp_byte, &(ICOM_PORT->dram->HDLCConfigReg)); in icom_set_termios()1222 tmp_byte = readb(&(ICOM_PORT->dram->HDLCConfigReg)); in icom_set_termios()1223 tmp_byte |= HDLC_PPP_PURE_ASYNC | HDLC_FF_FILL; in icom_set_termios()1224 writeb(tmp_byte, &(ICOM_PORT->dram->HDLCConfigReg)); in icom_set_termios()
933 u8 tmp_byte = 0; in rtl8723e_dm_bt_coexist() local946 tmp_byte = rtl_read_byte(rtlpriv, 0x40); in rtl8723e_dm_bt_coexist()948 "[DM][BT], 0x40 is 0x%x\n", tmp_byte); in rtl8723e_dm_bt_coexist()
926 u8 tmp_byte = 0; in rtl92se_hw_init() local1059 tmp_byte = rtl_read_byte(rtlpriv, FW_RSVD_PG_CRTL) & (~BIT(4)); in rtl92se_hw_init()1060 tmp_byte = tmp_byte | BIT(5); in rtl92se_hw_init()1061 rtl_write_byte(rtlpriv, FW_RSVD_PG_CRTL, tmp_byte); in rtl92se_hw_init()
2023 __u8 tmp_byte; in usbtmc_ioctl() local2143 retval = get_user(tmp_byte, (unsigned char __user *)arg); in usbtmc_ioctl()2145 file_data->auto_abort = !!tmp_byte; in usbtmc_ioctl()