Home
last modified time | relevance | path

Searched refs:csr1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wan/
Dsbni.c102 struct sbni_csr1 csr1; /* current value of CSR1 */ member
400 nl->csr1.rate = baud[ num ]; in sbni_probe1()
408 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index ]; in sbni_probe1()
421 / (1 << nl->csr1.rate)); in sbni_probe1()
1055 outb( *(u_char *)&nl->csr1 | PR_RES, in sbni_watchdog()
1100 outb( *(u_char *)&nl->csr1 | PR_RES, dev->base_addr + CSR1 ); in card_start()
1123 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index += nl->delta_rxl ]; in change_level()
1125 outb( *(u8 *)&nl->csr1, dev->base_addr + CSR1 ); in change_level()
1141 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index ]; in timeout_change_level()
1143 outb( *(unsigned char *)&nl->csr1, dev->base_addr + CSR1 ); in timeout_change_level()
[all …]
/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c2410_udc.c1036 u32 csr1, csr2; in s3c2410_udc_ep_enable() local
1064 csr1 = S3C2410_UDC_ICSR1_FFLUSH|S3C2410_UDC_ICSR1_CLRDT; in s3c2410_udc_ep_enable()
1068 udc_write(csr1, S3C2410_UDC_IN_CSR1_REG); in s3c2410_udc_ep_enable()
1073 csr1 = S3C2410_UDC_ICSR1_CLRDT; in s3c2410_udc_ep_enable()
1077 udc_write(csr1, S3C2410_UDC_IN_CSR1_REG); in s3c2410_udc_ep_enable()
1081 csr1 = S3C2410_UDC_OCSR1_FFLUSH | S3C2410_UDC_OCSR1_CLRDT; in s3c2410_udc_ep_enable()
1085 udc_write(csr1, S3C2410_UDC_OUT_CSR1_REG); in s3c2410_udc_ep_enable()