Home
last modified time | relevance | path

Searched refs:chl (Results 1 – 3 of 3) sorted by relevance

/drivers/net/can/
Dbfin_can.c128 bfin_write(&reg->chl[RECEIVE_STD_CHL + i].id0, 0); in bfin_can_set_reset_mode()
129 bfin_write(&reg->chl[RECEIVE_STD_CHL + i].id1, AME); in bfin_can_set_reset_mode()
130 bfin_write(&reg->chl[RECEIVE_STD_CHL + i].dlc, 0); in bfin_can_set_reset_mode()
137 bfin_write(&reg->chl[RECEIVE_EXT_CHL + i].id0, 0); in bfin_can_set_reset_mode()
138 bfin_write(&reg->chl[RECEIVE_EXT_CHL + i].id1, AME | IDE); in bfin_can_set_reset_mode()
139 bfin_write(&reg->chl[RECEIVE_EXT_CHL + i].dlc, 0); in bfin_can_set_reset_mode()
255 bfin_write(&reg->chl[TRANSMIT_CHL].id0, id); in bfin_can_start_xmit()
261 bfin_write(&reg->chl[TRANSMIT_CHL].id1, val | AME); in bfin_can_start_xmit()
267 bfin_write(&reg->chl[TRANSMIT_CHL].data[i], val); in bfin_can_start_xmit()
271 bfin_write(&reg->chl[TRANSMIT_CHL].dlc, dlc); in bfin_can_start_xmit()
[all …]
/drivers/char/
Dmsm_smd_pkt.c116 struct smd_channel *chl; in smd_pkt_read() local
126 chl = smd_pkt_devp->ch; in smd_pkt_read()
129 (smd_cur_packet_size(chl) > 0 && in smd_pkt_read()
130 smd_read_avail(chl) >= in smd_pkt_read()
131 smd_cur_packet_size(chl))); in smd_pkt_read()
/drivers/net/phy/
Dbcm7xxx.c89 u16 reg, u16 chl, u16 value) in phy_write_misc() argument
99 tmp = (chl * MII_BCM7XXX_CHANNEL_WIDTH) | reg; in phy_write_misc()