Searched defs:ccr (Results 1 – 13 of 13) sorted by relevance
/drivers/mtd/nand/ |
D | ndfc.c | 51 uint32_t ccr; in ndfc_select_chip() local 88 uint32_t ccr; in ndfc_enable_hwecc() local 217 u32 ccr; in ndfc_probe() local
|
D | tmio_nand.c | 111 void __iomem *ccr; member 375 struct resource *ccr = platform_get_resource(dev, in tmio_probe() local
|
/drivers/net/can/sja1000/ |
D | peak_pcmcia.c | 149 u8 ccr; member 352 u8 ccr = card->ccr; in pcan_set_leds() local 389 u8 ccr; in pcan_led_timer() local 526 u8 ccr = PCC_CCR_INIT; in pcan_add_channels() local
|
/drivers/mfd/ |
D | tc6393xb.c | 102 u16 ccr; member 226 u16 ccr; in tc6393xb_ohci_enable() local 248 u16 ccr; in tc6393xb_ohci_disable() local 270 u16 ccr; in tc6393xb_fb_enable() local 288 u16 ccr; in tc6393xb_fb_disable() local
|
/drivers/dma/ |
D | txx9dmac.h | 170 u32 ccr; member 262 u32 sair, u32 dair, u32 ccr) in txx9dmac_desc_set_nosimple() 292 u32 sai, u32 dai, u32 ccr) in txx9dmac_desc_set_nosimple()
|
D | pl330.c | 255 #define BRST_LEN(ccr) ((((ccr) >> CC_SRCBRSTLEN_SHFT) & 0xf) + 1) argument 256 #define BRST_SIZE(ccr) (1 << (((ccr) >> CC_SRCBRSTSIZE_SHFT) & 0x7)) argument 258 #define BYTE_TO_BURST(b, ccr) ((b) / BRST_SIZE(ccr) / BRST_LEN(ccr)) argument 259 #define BURST_TO_BYTE(c, ccr) ((c) * BRST_SIZE(ccr) * BRST_LEN(ccr)) argument 439 u32 ccr; member 1410 u32 ccr = pxs->ccr; in _setup_loops() local 1479 u32 ccr = 0; in _prepare_ccr() local 1509 static inline bool _is_valid(u32 ccr) in _is_valid() 1538 u32 ccr; in pl330_submit_req() local
|
/drivers/spi/ |
D | spi-mpc512x-psc.c | 83 u32 ccr; in mpc512x_psc_spi_activate_cs() local 334 u32 ccr; in mpc512x_psc_spi_port_config() local
|
D | spi-mpc52xx-psc.c | 83 u16 ccr; in mpc52xx_psc_spi_activate_cs() local
|
/drivers/pcmcia/ |
D | pxa2xx_sharpsl.c | 115 unsigned short cpr, ncpr, ccr, nccr, mcr, nmcr, imr, nimr; in sharpsl_pcmcia_configure_socket() local
|
/drivers/usb/host/ |
D | ohci-tmio.c | 69 void __iomem *ccr; member
|
/drivers/video/ |
D | cg14.c | 107 u8 ccr; /* Clock Control Reg */ member 141 u8 ccr; /* Cursor Control Reg */ member
|
D | tmiofb.c | 204 void __iomem *ccr; member 682 struct resource *ccr = platform_get_resource(dev, IORESOURCE_MEM, 1); in tmiofb_probe() local
|
/drivers/tty/ |
D | cyclades.c | 363 void __iomem *ccr = base_addr + (CyCCR << index); in __cyy_issue_cmd() local
|