Lines Matching refs:u_int
86 static inline u_int pxa2xx_mcxx_hold(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_hold()
87 u_int mem_clk_10khz) in pxa2xx_mcxx_hold()
89 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_hold()
93 static inline u_int pxa2xx_mcxx_asst(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_asst()
94 u_int mem_clk_10khz) in pxa2xx_mcxx_asst()
96 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_asst()
100 static inline u_int pxa2xx_mcxx_setup(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_setup()
101 u_int mem_clk_10khz) in pxa2xx_mcxx_setup()
103 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_setup()
110 static inline u_int pxa2xx_pcmcia_cmd_time(u_int mem_clk_10khz, in pxa2xx_pcmcia_cmd_time()
111 u_int pcmcia_mcxx_asst) in pxa2xx_pcmcia_cmd_time()